Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-17 07:35:25 +00:00

View File

@@ -32,21 +32,17 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Review",
id: "contact",
},
name: "Order Online", id: "menu"},
{
name: "Book Seat", id: "contact"},
{
name: "Review", id: "contact"},
]}
brandName="Unvind Cafe"
/>
@@ -55,67 +51,44 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Unwind at the Heart of the City"
description="Experience our artisanal coffee, fresh pastries, and serene atmosphere. Your perfect cafe retreat awaits."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time-medium-shot_23-2149308457.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time-medium-shot_23-2149308457.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-cafe-drinking-coffee-working-computer_1303-30728.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-cafe-drinking-coffee-working-computer_1303-30728.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-enjoying-blue-matcha_23-2150649576.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-enjoying-blue-matcha_23-2150649576.jpg", alt: "Customer 5"},
]}
buttons={[
{
text: "Order Online",
href: "#menu",
},
text: "Order Online", href: "#menu"},
{
text: "Book a Table",
href: "#contact",
},
text: "Book a Seat", href: "#contact"},
{
text: "Leave Review", href: "#contact"},
]}
marqueeItems={[
{
type: "text-icon",
text: "Locally Roasted",
icon: Coffee,
type: "text-icon", text: "Locally Roasted", icon: Coffee,
},
{
type: "text-icon",
text: "Fresh Pastries",
icon: Croissant,
type: "text-icon", text: "Fresh Pastries", icon: Croissant,
},
{
type: "text-icon",
text: "Cozy Atmosphere",
icon: Coffee,
type: "text-icon", text: "Cozy Atmosphere", icon: Coffee,
},
{
type: "text-icon",
text: "Sustainable Sourcing",
icon: Leaf,
type: "text-icon", text: "Sustainable Sourcing", icon: Leaf,
},
{
type: "text-icon",
text: "Open Daily",
icon: Clock,
type: "text-icon", text: "Open Daily", icon: Clock,
},
]}
/>
@@ -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() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Visit Us"
title="Share Your Experience"
description="Have a thought or review? Tell us about your visit and book your next table online today."
description="Have a thought, review, or want to book a seat? Let us know below."
buttonText="Submit Review / Book"
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}