diff --git a/src/app/page.tsx b/src/app/page.tsx index b6e46db..3befdc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,19 +47,14 @@ export default function LandingPage() {
@@ -177,45 +121,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "@sarah.eats", - testimonial: "Best matcha I've ever had in my life. So aesthetic too!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021814.jpg", - }, + id: "1", name: "Sarah J.", handle: "@sarah.eats", testimonial: "Best matcha I've ever had in my life. So aesthetic too!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021814.jpg"}, { - id: "2", - name: "Michael T.", - handle: "@miketravels", - testimonial: "My new go-to spot for working and grabbing a latte.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-using-laptop-cafe_1303-19906.jpg", - }, + id: "2", name: "Michael T.", handle: "@miketravels", testimonial: "My new go-to spot for working and grabbing a latte.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-using-laptop-cafe_1303-19906.jpg"}, { - id: "3", - name: "Elena R.", - handle: "@elena.grams", - testimonial: "Everything was so delicious, the croissant is a must try.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/colorful-healthy-breakfast-sweet-deserts-few-different-chia-puddings-glass-jars-wooden-table-kitchen-home_343596-1249.jpg", - }, + id: "3", name: "Elena R.", handle: "@elena.grams", testimonial: "Everything was so delicious, the croissant is a must try.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/colorful-healthy-breakfast-sweet-deserts-few-different-chia-puddings-glass-jars-wooden-table-kitchen-home_343596-1249.jpg"}, { - id: "4", - name: "David W.", - handle: "@dave.vibe", - testimonial: "Friendly staff, amazing drinks, and always so clean.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2643.jpg", - }, + id: "4", name: "David W.", handle: "@dave.vibe", testimonial: "Friendly staff, amazing drinks, and always so clean.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2643.jpg"}, { - id: "5", - name: "Jenny L.", - handle: "@jenny.lo", - testimonial: "Such a super cute spot, perfect for Instagram photos.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-hair-sunset_624325-534.jpg", - }, + id: "5", name: "Jenny L.", handle: "@jenny.lo", testimonial: "Such a super cute spot, perfect for Instagram photos.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-hair-sunset_624325-534.jpg"}, ]} showRating={true} title="What People Are Saying" @@ -230,29 +149,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Coffee Dates", - tags: [ - "Social", - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-laptop_23-2149358472.jpg", - }, + id: "f1", title: "Coffee Dates", tags: [ + "Social"], + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-laptop_23-2149358472.jpg"}, { - id: "f2", - title: "Solo Rituals", - tags: [ - "Focus", - ], - imageSrc: "http://img.b2bpic.net/free-photo/photo-stylish-man-with-trendy-haircut-writes-records-notepad-focused-newspaper-drinks-takeaway-coffee-uses-modern-laptop-computer-freelance-work-hipster-guy-makes-recordings_273609-29250.jpg", - }, + id: "f2", title: "Solo Rituals", tags: [ + "Focus"], + imageSrc: "http://img.b2bpic.net/free-photo/photo-stylish-man-with-trendy-haircut-writes-records-notepad-focused-newspaper-drinks-takeaway-coffee-uses-modern-laptop-computer-freelance-work-hipster-guy-makes-recordings_273609-29250.jpg"}, { - id: "f3", - title: "Instagrammable Moments", - tags: [ - "Vibe", - ], - imageSrc: "http://img.b2bpic.net/free-photo/interracial-lesbian-couple-looking-down-with-shy-smile-holding-hands-lunch-restaurant_273609-9596.jpg", - }, + id: "f3", title: "Instagrammable Moments", tags: [ + "Vibe"], + imageSrc: "http://img.b2bpic.net/free-photo/interracial-lesbian-couple-looking-down-with-shy-smile-holding-hands-lunch-restaurant_273609-9596.jpg"}, ]} title="The Whisk Experience" description="From aesthetic café dates to solo morning rituals, discover your perfect moment at Whisk." @@ -265,20 +172,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Do you offer vegan options?", - content: "Absolutely! We have several plant-based milks and vegan pastry options daily.", - }, + id: "q1", title: "Do you offer vegan options?", content: "Absolutely! We have several plant-based milks and vegan pastry options daily."}, { - id: "q2", - title: "Where are your locations?", - content: "We are located across the heart of Niagara. Check our contact section for maps.", - }, + id: "q2", title: "Where are your locations?", content: "We are located across the heart of Niagara. Check our contact section for maps."}, { - id: "q3", - title: "Can I order ahead?", - content: "Yes, we prioritize quick grab-and-go ordering via our app or in-store.", - }, + id: "q3", title: "Can I order ahead?", content: "Yes, we prioritize quick grab-and-go ordering via our app or in-store."}, ]} imageSrc="http://img.b2bpic.net/free-photo/elegant-hotel-reception-lobby_482257-76206.jpg" mediaAnimation="slide-up" @@ -290,10 +188,10 @@ export default function LandingPage() {
@@ -303,13 +201,9 @@ export default function LandingPage() {