Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-19 22:03:34 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Gallery",
id: "gallery",
},
name: "Gallery", id: "gallery"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="La Petit Cafe"
/>
@@ -54,22 +46,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
logoText="La Petit Cafe"
description="Where every cup feels special"
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Book a Table",
href: "#contact",
},
text: "Book a Table", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg"
imageAlt="Luxurious coffee and pastries scene"
mediaAnimation="blur-reveal"
/>
@@ -82,7 +69,7 @@ export default function LandingPage() {
title="Crafted with Passion"
description="At La Petit Cafe, we believe in the art of the perfect cup. Born from a love of French tradition and high-quality beans, our cafe provides an escape into elegance."
subdescription="Whether you're starting your morning with a fresh pastry or unwinding with a handcrafted iced drink, our warm atmosphere and dedicated team are here to make every visit memorable."
imageSrc="http://img.b2bpic.net/free-photo/barista-is-preparing-cappuccino-blank-white-cup-spills-milk-foam-heart-shape-cafe-shop_346278-513.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/barista-is-preparing-cappuccino-blank-white-cup-spills-milk-foam-heart-shape-cafe-shop_346278-513.jpg"
imageAlt="Barista serving handcrafted coffee"
mediaAnimation="slide-up"
icon={Coffee}
@@ -97,59 +84,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Coffee",
name: "Signature Blend",
price: "$4.50",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-with-oatmeal-cookies-tray_141793-12976.jpg?_wi=1",
},
id: "p1", brand: "Coffee", name: "Signature Blend", price: "$4.50", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-with-oatmeal-cookies-tray_141793-12976.jpg"},
{
id: "p2",
brand: "Iced Drinks",
name: "Vanilla Iced Latte",
price: "$5.50",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648688.jpg?_wi=1",
},
id: "p2", brand: "Iced Drinks", name: "Vanilla Iced Latte", price: "$5.50", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648688.jpg"},
{
id: "p3",
brand: "Pastries",
name: "Buttery Croissant",
price: "$3.50",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-picnic-still-life_23-2149419695.jpg?_wi=1",
},
id: "p3", brand: "Pastries", name: "Buttery Croissant", price: "$3.50", rating: 5,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/delicious-picnic-still-life_23-2149419695.jpg"},
{
id: "p4",
brand: "Breakfast",
name: "Avocado Toast",
price: "$9.00",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-with-raspberry-jam-raspberry-fruits_114579-20560.jpg",
},
id: "p4", brand: "Breakfast", name: "Avocado Toast", price: "$9.00", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-with-raspberry-jam-raspberry-fruits_114579-20560.jpg"},
{
id: "p5",
brand: "Desserts",
name: "Chocolate Eclair",
price: "$6.00",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-brownies-with-cranberries-inside-plate-light-desk-cake-biscuit-sweet-bake-dough_140725-22240.jpg",
},
id: "p5", brand: "Desserts", name: "Chocolate Eclair", price: "$6.00", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-brownies-with-cranberries-inside-plate-light-desk-cake-biscuit-sweet-bake-dough_140725-22240.jpg"},
{
id: "p6",
brand: "Coffee",
name: "Cappuccino",
price: "$4.75",
rating: 5,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/stack-oatmeal-cookies-with-coffee-beans_114579-24917.jpg",
},
id: "p6", brand: "Coffee", name: "Cappuccino", price: "$4.75", rating: 5,
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/stack-oatmeal-cookies-with-coffee-beans_114579-24917.jpg"},
]}
title="Our Menu"
description="Handcrafted flavors made fresh daily."
@@ -162,60 +113,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
date: "2024-03-10",
title: "Coffee Lover",
quote: "Best coffee in town!",
tag: "Brunch",
avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-beautiful-brunette-female-wearing-elegant-black-dress-wrist-watch-touching-neck-while-enjoying-nice-time-alone-coffee-break-sitting-cafe-table-with-mug-dessert-it_273609-81.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg?_wi=2",
imageAlt: "elegant cafe customer portrait",
},
id: "t1", name: "Sarah Miller", date: "2024-03-10", title: "Coffee Lover", quote: "Best coffee in town!", tag: "Brunch", avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-beautiful-brunette-female-wearing-elegant-black-dress-wrist-watch-touching-neck-while-enjoying-nice-time-alone-coffee-break-sitting-cafe-table-with-mug-dessert-it_273609-81.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg", imageAlt: "elegant cafe customer portrait"},
{
id: "t2",
name: "James Chen",
date: "2024-03-15",
title: "Regular Visitor",
quote: "Beautiful atmosphere and amazing pastries.",
tag: "Pastry",
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-sitting-caf-using-mobile-phone_23-2147974653.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-cappuccino-blank-white-cup-spills-milk-foam-heart-shape-cafe-shop_346278-513.jpg?_wi=2",
imageAlt: "elegant cafe customer portrait",
},
id: "t2", name: "James Chen", date: "2024-03-15", title: "Regular Visitor", quote: "Beautiful atmosphere and amazing pastries.", tag: "Pastry", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-sitting-caf-using-mobile-phone_23-2147974653.jpg", imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-cappuccino-blank-white-cup-spills-milk-foam-heart-shape-cafe-shop_346278-513.jpg", imageAlt: "elegant cafe customer portrait"},
{
id: "t3",
name: "Emily Watson",
date: "2024-03-20",
title: "Fan",
quote: "My favorite café for brunch.",
tag: "Breakfast",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-casual-clothes-sits-cafe-enjoys-favourite-song-listens-music-wireless-headphones-vibing-relaxing-tunes-earphones-holding-smartphone_1258-314524.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-with-oatmeal-cookies-tray_141793-12976.jpg?_wi=2",
imageAlt: "elegant cafe customer portrait",
},
id: "t3", name: "Emily Watson", date: "2024-03-20", title: "Fan", quote: "My favorite café for brunch.", tag: "Breakfast", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-casual-clothes-sits-cafe-enjoys-favourite-song-listens-music-wireless-headphones-vibing-relaxing-tunes-earphones-holding-smartphone_1258-314524.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-with-oatmeal-cookies-tray_141793-12976.jpg", imageAlt: "elegant cafe customer portrait"},
{
id: "t4",
name: "Marcus Reid",
date: "2024-03-25",
title: "Local",
quote: "The service is exceptional every time.",
tag: "Experience",
avatarSrc: "http://img.b2bpic.net/free-photo/view-3d-cartoon-animated-coffee-cup_23-2151083781.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648688.jpg?_wi=2",
imageAlt: "elegant cafe customer portrait",
},
id: "t4", name: "Marcus Reid", date: "2024-03-25", title: "Local", quote: "The service is exceptional every time.", tag: "Experience", avatarSrc: "http://img.b2bpic.net/free-photo/view-3d-cartoon-animated-coffee-cup_23-2151083781.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648688.jpg", imageAlt: "elegant cafe customer portrait"},
{
id: "t5",
name: "Lydia Stone",
date: "2024-03-28",
title: "Bruncher",
quote: "The iced lattes are absolutely divine.",
tag: "Drink",
avatarSrc: "http://img.b2bpic.net/free-photo/this-is-my-new-profile-social-network_329181-2899.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-picnic-still-life_23-2149419695.jpg?_wi=2",
imageAlt: "elegant cafe customer portrait",
},
id: "t5", name: "Lydia Stone", date: "2024-03-28", title: "Bruncher", quote: "The iced lattes are absolutely divine.", tag: "Drink", avatarSrc: "http://img.b2bpic.net/free-photo/this-is-my-new-profile-social-network_329181-2899.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-picnic-still-life_23-2149419695.jpg", imageAlt: "elegant cafe customer portrait"},
]}
title="Customer Stories"
description="What our guests say about us."
@@ -229,49 +135,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Our Ambience",
description: "Elegant interiors for every occasion.",
icon: Star,
title: "Our Ambience", description: "Elegant interiors for every occasion.", icon: Star,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6716.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6716.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-coffee-filter_23-2148349626.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg?_wi=3",
imageAlt: "aesthetic coffee shop interior",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-coffee-filter_23-2148349626.jpg"},
]
},
{
title: "Signature Drinks",
description: "Handcrafted by our expert baristas.",
icon: Zap,
title: "Signature Drinks", description: "Handcrafted by our expert baristas.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/messy-office-desk-still-life_23-2150155643.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/messy-office-desk-still-life_23-2150155643.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36644.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-cappuccino-blank-white-cup-spills-milk-foam-heart-shape-cafe-shop_346278-513.jpg?_wi=3",
imageAlt: "aesthetic coffee shop interior",
imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36644.jpg"},
]
},
{
title: "Fresh Treats",
description: "The finest selection of pastries.",
icon: Heart,
title: "Fresh Treats", description: "The finest selection of pastries.", icon: Heart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-relaxing-with-diary_23-2150522462.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-relaxing-with-diary_23-2150522462.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-appetizing-cupcake-white-plate-black-wall_140725-117155.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cappuccino-cup-with-oatmeal-cookies-tray_141793-12976.jpg?_wi=3",
imageAlt: "aesthetic coffee shop interior",
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-appetizing-cupcake-white-plate-black-wall_140725-117155.jpg"},
]
},
]}
title="Aesthetic Gallery"
@@ -286,22 +174,14 @@ export default function LandingPage() {
description="Book a table or reach out to us today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Reservation details or questions...",
rows: 4,
name: "message", placeholder: "Reservation details or questions...", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/barista-with-drink-looking-away_23-2147830585.jpg"
imageAlt="Cafe entrance"
@@ -315,29 +195,19 @@ export default function LandingPage() {
logoText="La Petit Cafe"
columns={[
{
title: "Links",
items: [
title: "Links", items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Socials",
items: [
title: "Socials", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
],
},
]}