diff --git a/src/app/page.tsx b/src/app/page.tsx index f32ed79..8d98dc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,35 +33,24 @@ export default function LandingPage() { @@ -69,30 +58,26 @@ export default function LandingPage() {
@@ -122,21 +105,13 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Outdated atmosphere", - "Limited vendor choice", - "Inconsistent quality", - "Uninspired spaces", - "Lack of community", - ], + "Outdated atmosphere", "Limited vendor choice", "Inconsistent quality", "Uninspired spaces", "Lack of community" + ] }} positiveCard={{ items: [ - "Modern, pristine design", - "Diverse artisan selection", - "Exceptional quality, guaranteed", - "Flexible, inspiring workspace", - "Vibrant, welcoming community", - ], + "Modern, pristine design", "Diverse artisan selection", "Exceptional quality, guaranteed", "Flexible, inspiring workspace", "Vibrant, welcoming community" + ] }} title="Unrivaled Craft & Comfort" description="We've meticulously addressed common concerns to offer an experience that is both sophisticated and seamless. Compare our dedication to quality and atmosphere." @@ -151,29 +126,14 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Flaky Butter Croissant", - price: "$4.50", - variant: "Classic French", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-donuts-concept_23-2148761706.jpg", - imageAlt: "A perfectly golden, flaky butter croissant", + id: "1", name: "Flaky Butter Croissant", price: "$4.50", variant: "Classic French", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-donuts-concept_23-2148761706.jpg", imageAlt: "A perfectly golden, flaky butter croissant" }, { - id: "2", - name: "Signature Espresso Blend", - price: "$5.00", - variant: "Medium Roast", - imageSrc: "http://img.b2bpic.net/free-photo/cold-coffee-drink-with-ice-wooden-background_23-2147876640.jpg", - imageAlt: "A beautifully crafted latte with intricate foam art", + id: "2", name: "Signature Espresso Blend", price: "$5.00", variant: "Medium Roast", imageSrc: "http://img.b2bpic.net/free-photo/cold-coffee-drink-with-ice-wooden-background_23-2147876640.jpg", imageAlt: "A beautifully crafted latte with intricate foam art" }, { - id: "3", - name: "Decadent Chocolate Cake", - price: "$9.00", - variant: "Slice", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-restaurant_23-2148018859.jpg", - imageAlt: "A rich slice of chocolate cake with a delicate topping", - }, + id: "3", name: "Decadent Chocolate Cake", price: "$9.00", variant: "Slice", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-restaurant_23-2148018859.jpg", imageAlt: "A rich slice of chocolate cake with a delicate topping" + } ]} title="Artisan Offerings" description="Savor the exquisite collection from our handpicked vendors, featuring the finest in baked goods and specialty coffee. Each item tells a story of passion and craftsmanship." @@ -188,33 +148,17 @@ export default function LandingPage() { carouselMode="buttons" testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Marketing Executive", - testimonial: "The Curated Haven is my absolute favorite spot in Westminster. The coffee is exceptional, and the atmosphere is perfect for both focused work and relaxed meetings. It's truly a premium experience.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-cafe-with-coffee_624325-2593.jpg", + id: "1", name: "Sarah J.", role: "Marketing Executive", testimonial: "The Curated Haven is my absolute favorite spot in Westminster. The coffee is exceptional, and the atmosphere is perfect for both focused work and relaxed meetings. It's truly a premium experience.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-cafe-with-coffee_624325-2593.jpg" }, { - id: "2", - name: "Michael D.", - role: "Freelance Designer", - testimonial: "Finally, a place that combines top-tier artisan goods with an inspiring, clean environment. I've found my new creative sanctuary and highly recommend it to fellow remote workers.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21038.jpg", + id: "2", name: "Michael D.", role: "Freelance Designer", testimonial: "Finally, a place that combines top-tier artisan goods with an inspiring, clean environment. I've found my new creative sanctuary and highly recommend it to fellow remote workers.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21038.jpg" }, { - id: "3", - name: "Emily R.", - role: "Event Planner", - testimonial: "Our small corporate event here was a huge success. The team was incredibly accommodating, the space felt luxurious, and our guests loved the unique selection of food and drinks. Impeccable standards!", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-checking-time-while-talking-mobile-phone_23-2147974691.jpg", + id: "3", name: "Emily R.", role: "Event Planner", testimonial: "Our small corporate event here was a huge success. The team was incredibly accommodating, the space felt luxurious, and our guests loved the unique selection of food and drinks. Impeccable standards!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-checking-time-while-talking-mobile-phone_23-2147974691.jpg" }, { - id: "4", - name: "David K.", - role: "Tech Innovator", - testimonial: "I appreciate the attention to detail, from the minimalist design to the superb quality of every pastry and coffee. It's a fantastic place to unwind or network, always feeling fresh and inviting.", - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1724.jpg", - }, + id: "4", name: "David K.", role: "Tech Innovator", testimonial: "I appreciate the attention to detail, from the minimalist design to the superb quality of every pastry and coffee. It's a fantastic place to unwind or network, always feeling fresh and inviting.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1724.jpg" + } ]} title="What Our Guests Say" description="Hear from our community of discerning individuals who have discovered their perfect haven for creativity, connection, and culinary delight." @@ -225,14 +169,9 @@ export default function LandingPage() { @@ -302,56 +228,44 @@ export default function LandingPage() { logoText="The Curated Haven" columns={[ { - title: "Explore", - items: [ + title: "Explore", items: [ { - label: "Home", - href: "/", + label: "Home", href: "/" }, { - label: "About Us", - href: "/about", + label: "About Us", href: "/about" }, { - label: "Our Offerings", - href: "/offerings", + label: "Our Offerings", href: "/offerings" }, { - label: "Community", - href: "/community", - }, - ], + label: "Community", href: "/community" + } + ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Contact", - href: "/contact", + label: "Contact", href: "/contact" }, { - label: "Vendor Inquiries", - href: "/contact", + label: "Vendor Inquiries", href: "/contact" }, { - label: "Event Bookings", - href: "/contact", - }, - ], + label: "Event Bookings", href: "/contact" + } + ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", + label: "Privacy Policy", href: "#" }, { - label: "Terms of Service", - href: "#", - }, - ], - }, + label: "Terms of Service", href: "#" + } + ] + } ]} copyrightText="© 2024 The Curated Haven | All rights reserved." />