From 5ba96a59960b4cc044210751ae946ad66830c1f9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 07:35:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 197 ++++++++++++----------------------------------- 1 file changed, 51 insertions(+), 146 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3227c7..7e85139 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,17 @@ export default function LandingPage() { @@ -55,67 +51,44 @@ export default function LandingPage() {
@@ -128,9 +101,7 @@ export default function LandingPage() { description="At Unvind Cafe, we combine artisanal techniques with the freshest local ingredients to provide a memorable experience. Every cup and every dish is a testament to our passion." buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg" imageAlt="cozy cafe interior wood decor" @@ -145,41 +116,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Artisan Latte", - price: "$5.50", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-cup-tea-with-copy-space_23-2148550445.jpg", - }, + id: "1", name: "Artisan Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cup-tea-with-copy-space_23-2148550445.jpg"}, { - id: "2", - name: "Almond Croissant", - price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-dark-background_84443-94438.jpg", - }, + id: "2", name: "Almond Croissant", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-dark-background_84443-94438.jpg"}, { - id: "3", - name: "Organic Iced Tea", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-glass-with-soda-cocktail_23-2150995359.jpg", - }, + id: "3", name: "Organic Iced Tea", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-glass-with-soda-cocktail_23-2150995359.jpg"}, { - id: "4", - name: "Avocado Toast", - price: "$9.00", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-fish-with-sauce-table_140725-16.jpg", - }, + id: "4", name: "Avocado Toast", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-fish-with-sauce-table_140725-16.jpg"}, { - id: "5", - name: "Chocolate Cake", - price: "$6.00", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-with-cream-dogwoods-grey_140725-29962.jpg", - }, + id: "5", name: "Chocolate Cake", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-with-cream-dogwoods-grey_140725-29962.jpg"}, { - id: "6", - name: "Morning Breakfast Bowl", - price: "$11.00", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-toast-with-veggie-cream-avocado_23-2148698696.jpg", - }, + id: "6", name: "Morning Breakfast Bowl", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-toast-with-veggie-cream-avocado_23-2148698696.jpg"}, ]} title="Our Signature Menu" description="Discover our curated collection of gourmet coffees, pastries, and brunch options." @@ -193,22 +140,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - title: "Coffee Cups Served", - value: "50,000+", - icon: Coffee, + id: "1", title: "Coffee Cups Served", value: "50,000+", icon: Coffee, }, { - id: "2", - title: "Happy Guests", - value: "15,000+", - icon: Smile, + id: "2", title: "Happy Guests", value: "15,000+", icon: Smile, }, { - id: "3", - title: "Events Hosted", - value: "300+", - icon: Calendar, + id: "3", title: "Events Hosted", value: "300+", icon: Calendar, }, ]} title="Why Our Guests Love Us" @@ -224,25 +162,15 @@ export default function LandingPage() { author="Sarah Miller" avatars={[ { - src: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg", - alt: "Sarah Miller", - }, + src: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg", alt: "Sarah Miller"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", - alt: "Guest 2", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", alt: "Guest 2"}, { - src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", - alt: "Guest 3", - }, + src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", alt: "Guest 3"}, { - src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", - alt: "Guest 4", - }, + src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", alt: "Guest 4"}, { - src: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", - alt: "Guest 5", - }, + src: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", alt: "Guest 5"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -254,14 +182,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Farm Fresh Beans", - "Daily Bakery Co.", - "Organic Tea House", - "Culinary Arts Hub", - "Sustainable Food Network", - "Local Growers Union", - "Cafe Quality Association", - ]} + "Farm Fresh Beans", "Daily Bakery Co.", "Organic Tea House", "Culinary Arts Hub", "Sustainable Food Network", "Local Growers Union", "Cafe Quality Association"]} title="Proud Partners" description="Working with the best to serve you quality ingredients." /> @@ -271,11 +192,10 @@ export default function LandingPage() {
@@ -285,42 +205,27 @@ export default function LandingPage() { logoText="Unvind Cafe" columns={[ { - title: "Visit", - items: [ + title: "Visit", items: [ { - label: "Location", - href: "#", - }, + label: "Location", href: "#"}, { - label: "Booking", - href: "#contact", - }, + label: "Book a Seat", href: "#contact"}, ], }, { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Full Menu", - href: "#menu", - }, + label: "Full Menu", href: "#menu"}, { - label: "Order Online", - href: "#", - }, + label: "Order Online", href: "#menu"}, ], }, { - title: "Company", - items: [ + title: "Engagement", items: [ { - label: "About Us", - href: "#about", - }, + label: "Leave a Review", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} @@ -329,4 +234,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file