diff --git a/src/components/Testimonials.jsx b/src/components/Testimonials.jsx
index f1d5c66..0080743 100644
--- a/src/components/Testimonials.jsx
+++ b/src/components/Testimonials.jsx
@@ -1,4 +1,6 @@
+
export function Testimonials() {
+
return (
diff --git a/src/pages/pricing.jsx b/src/pages/pricing.jsx
index 5e254e8..6ddc072 100644
--- a/src/pages/pricing.jsx
+++ b/src/pages/pricing.jsx
@@ -193,7 +193,6 @@ function Plan({
}
export default function Pricing() {
-
let [activePeriod, setActivePeriod] = useState('Monthly')
return (
@@ -268,8 +267,9 @@ export default function Pricing() {
))}
-
+
+