diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index a1966fa..4597721 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -19,7 +19,6 @@ export default function AboutPage() {
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
- showBlurBottom={false}
>
@@ -64,13 +63,11 @@ export default function HomePage() {
imageSrc: "https://img.b2bpic.net/free-photo/arm-close-up-woman-with-shopping-bags_1098-2428.jpg"
},
{
- id: "2", name: "Michael Chen",
- handle: "@mchen_photos", testimonial: "Best floral service I've used. Fast delivery, gorgeous arrangements, and excellent customer service.", rating: 5,
+ id: "2", name: "Michael Chen", handle: "@mchen_photos", testimonial: "Best floral service I've used. Fast delivery, gorgeous arrangements, and excellent customer service.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg"
},
{
- id: "3", name: "Emily Rodriguez", handle: "@emilyrodz",
- testimonial: "Custom arrangement was exactly what I envisioned. The florist understood my vision perfectly.", rating: 5,
+ id: "3", name: "Emily Rodriguez", handle: "@emilyrodz", testimonial: "Custom arrangement was exactly what I envisioned. The florist understood my vision perfectly.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/girl-looking-away-medium-shot_23-2148225705.jpg"
}
]}
diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx
index 82234e9..cf159dc 100644
--- a/src/app/products/page.tsx
+++ b/src/app/products/page.tsx
@@ -18,7 +18,6 @@ export default function ProductsPage() {
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
- showBlurBottom={false}
>