From e5fd385ac07236c0c9a52f2fe94f857d7c4e5b6f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 22:41:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 169 +++++++++++------------------------------------ 1 file changed, 40 insertions(+), 129 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3684eff..7cf2b90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,85 +47,54 @@ export default function LandingPage() {
@@ -149,17 +108,11 @@ export default function LandingPage() { description="At X’s and O’s Gift Boutique, we believe gifting should feel personal, fun, and effortless. From home décor to seasonal treasures, every item is chosen with care." bulletPoints={[ { - title: "Unique Selection", - description: "Ever-changing inventory.", - }, + title: "Unique Selection", description: "Ever-changing inventory."}, { - title: "Careful Selection", - description: "Thoughtfully picked.", - }, + title: "Careful Selection", description: "Thoughtfully picked."}, { - title: "Beautiful Wrapping", - description: "Complimentary wrap.", - }, + title: "Beautiful Wrapping", description: "Complimentary wrap."}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h316z4&_wi=1" mediaAnimation="slide-up" @@ -173,40 +126,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Shopper", - testimonial: "Nice store with a great selection. I will go back!", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ivqgiq", - }, + id: "1", name: "Sarah J.", role: "Shopper", testimonial: "Nice store with a great selection. I will go back!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ivqgiq"}, { - id: "2", - name: "Michael C.", - role: "Shopper", - testimonial: "I usually end up buying something for myself too!", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=296zh5", - }, + id: "2", name: "Michael C.", role: "Shopper", testimonial: "I usually end up buying something for myself too!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=296zh5"}, { - id: "3", - name: "Emily R.", - role: "Shopper", - testimonial: "Great selection, unique items too.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g8kjo4", - }, + id: "3", name: "Emily R.", role: "Shopper", testimonial: "Great selection, unique items too.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g8kjo4"}, { - id: "4", - name: "David K.", - role: "Shopper", - testimonial: "The staff is so nice and does great gift wrap.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z0poo7", - }, + id: "4", name: "David K.", role: "Shopper", testimonial: "The staff is so nice and does great gift wrap.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z0poo7"}, { - id: "5", - name: "Linda P.", - role: "Shopper", - testimonial: "My favorite local boutique.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ouz7li", - }, + id: "5", name: "Linda P.", role: "Shopper", testimonial: "My favorite local boutique.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ouz7li"}, ]} title="Customer Love" description="What our wonderful customers are saying." @@ -220,19 +148,13 @@ export default function LandingPage() { metrics={[ { icon: Gift, - label: "Curated Items", - value: "500+", - }, + label: "Curated Items", value: "500+"}, { icon: Heart, - label: "Happy Clients", - value: "1,200", - }, + label: "Happy Clients", value: "1,200"}, { icon: Clock, - label: "Years Active", - value: "5+", - }, + label: "Years Active", value: "5+"}, ]} metricsAnimation="slide-up" /> @@ -242,8 +164,7 @@ export default function LandingPage() {