Update src/app/page.tsx

This commit is contained in:
2026-05-30 14:01:36 +00:00
parent 283c98e644
commit ab46e5e5a2

View File

@@ -32,43 +32,25 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Highlights",
id: "#highlights",
},
name: "Highlights", id: "#highlights"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Partners",
id: "#partners",
},
name: "Partners", id: "#partners"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Leonora's Café & Resto"
button={{
text: "Order Online",
href: "#contact",
}}
text: "Order Online", href: "#contact"}}
/>
</div>
@@ -78,81 +60,42 @@ export default function LandingPage() {
description="Experience heartwarming dishes and a cozy ambiance. Perfect for every moment, from your morning coffee to a delightful dinner."
testimonials={[
{
name: "Chef Antoine Dubois",
handle: "@antonio.chef",
testimonial: "Leonora's creates magic with every dish. A true culinary gem!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-urban-male-dressed-leather-jacket-using-smartphone-cafe_613910-16407.jpg",
imageAlt: "Stylish urban male dressed in a leather jacket using smartphone in a cafe.",
},
name: "Chef Antoine Dubois", handle: "@antonio.chef", testimonial: "Leonora's creates magic with every dish. A true culinary gem!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-urban-male-dressed-leather-jacket-using-smartphone-cafe_613910-16407.jpg", imageAlt: "Stylish urban male dressed in a leather jacket using smartphone in a cafe."},
{
name: "Maria Rodriguez",
handle: "@cafe_lover_maria",
testimonial: "The best coffee and pastries in town! My daily ritual.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-asian-woman-with-book-hands-sitting-cafe-drinking-coffee-eating_1258-199207.jpg",
imageAlt: "Beautiful young asian woman with a book in hands sitting in cafe drinking coffee and eating",
},
name: "Maria Rodriguez", handle: "@cafe_lover_maria", testimonial: "The best coffee and pastries in town! My daily ritual.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-asian-woman-with-book-hands-sitting-cafe-drinking-coffee-eating_1258-199207.jpg", imageAlt: "Beautiful young asian woman with a book in hands sitting in cafe drinking coffee and eating"},
{
name: "James Smith",
handle: "@dining_explorer",
testimonial: "An unforgettable dining experience. Every plate is a work of art.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-with-woman-sitting-table-cafe-drinking-red-wine_496169-278.jpg",
imageAlt: "Man with woman sitting at table in cafe drinking red wine",
},
name: "James Smith", handle: "@dining_explorer", testimonial: "An unforgettable dining experience. Every plate is a work of art.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-with-woman-sitting-table-cafe-drinking-red-wine_496169-278.jpg", imageAlt: "Man with woman sitting at table in cafe drinking red wine"},
{
name: "Olivia Chen",
handle: "@olivia.eats",
testimonial: "Cozy atmosphere and delicious food. Highly recommend for any occasion.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friendly-colleagues-having-corporate-party_273609-12567.jpg",
imageAlt: "Friendly colleagues having corporate party",
},
name: "Olivia Chen", handle: "@olivia.eats", testimonial: "Cozy atmosphere and delicious food. Highly recommend for any occasion.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friendly-colleagues-having-corporate-party_273609-12567.jpg", imageAlt: "Friendly colleagues having corporate party"},
{
name: "Daniel Lee",
handle: "@foodie_dan",
testimonial: "The perfect spot for brunch! Their pancakes are divine.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-with-drink_1098-14107.jpg",
imageAlt: "Man with drink",
},
name: "Daniel Lee", handle: "@foodie_dan", testimonial: "The perfect spot for brunch! Their pancakes are divine.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-with-drink_1098-14107.jpg", imageAlt: "Man with drink"},
]}
tag="Taste the Difference"
buttons={[
{
text: "View Our Menu",
href: "#menu",
},
text: "View Our Menu", href: "#menu"},
{
text: "Make a Reservation",
href: "#contact",
},
text: "Make a Reservation", href: "#contact"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/confident-young-male-cook-wearing-chef-uniform-holding-out-hand-isolated-green-wall_141793-36415.jpg",
alt: "Chef Antoine Dubois",
},
src: "http://img.b2bpic.net/free-photo/confident-young-male-cook-wearing-chef-uniform-holding-out-hand-isolated-green-wall_141793-36415.jpg", alt: "Chef Antoine Dubois"},
{
src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-cup-coffee_1170-667.jpg",
alt: "Maria Rodriguez",
},
src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-cup-coffee_1170-667.jpg", alt: "Maria Rodriguez"},
{
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg",
alt: "James Smith",
},
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg", alt: "James Smith"},
{
src: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg",
alt: "Olivia Chen",
},
src: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg", alt: "Olivia Chen"},
{
src: "http://img.b2bpic.net/free-photo/confident-young-bearded-chef-man-wearing-white-cooker-uniform-hat-pointing-with-index-finger-holding-hands-folded-while-looking-white-wall_141793-32434.jpg",
alt: "A confident young bearded chef man wearing white cooker uniform and hat pointing with index finger and holding hands folded while looking on a white wall",
},
src: "http://img.b2bpic.net/free-photo/confident-young-bearded-chef-man-wearing-white-cooker-uniform-hat-pointing-with-index-finger-holding-hands-folded-while-looking-white-wall_141793-32434.jpg", alt: "A confident young bearded chef man wearing white cooker uniform and hat pointing with index finger and holding hands folded while looking on a white wall"},
]}
avatarText="Loved by our community"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg"
imageAlt="Cozy interior of Leonora's Cafe and Resto"
/>
</div>
@@ -162,14 +105,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Story & Philosophy"
description={[
"At Leonora's Café & Resto, we believe in the power of good food and warm company. Established with a passion for culinary excellence and a commitment to fresh, locally sourced ingredients, our journey began with a simple idea: to create a space where every meal feels like a celebration.",
"We meticulously craft each dish, blending traditional recipes with innovative techniques to bring you flavors that delight and inspire. Our philosophy centers on creating memorable experiences, fostering connections, and serving dishes that nourish both body and soul. Come, be a part of our story.",
]}
"At Leonora's Café & Resto, we believe in the power of good food and warm company. Established with a passion for culinary excellence and a commitment to fresh, locally sourced ingredients, our journey began with a simple idea: to create a space where every meal feels like a celebration.", "We meticulously craft each dish, blending traditional recipes with innovative techniques to bring you flavors that delight and inspire. Our philosophy centers on creating memorable experiences, fostering connections, and serving dishes that nourish both body and soul. Come, be a part of our story."]}
buttons={[
{
text: "Learn More",
href: "#",
},
text: "Learn More", href: "#"},
]}
/>
</div>
@@ -181,46 +120,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Artisan Coffee & Pastries",
description: "Start your day with our expertly brewed coffee and a selection of freshly baked pastries, made daily with the finest ingredients.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg",
imageAlt: "Gourmet coffee and pastries",
},
title: "Artisan Coffee & Pastries", description: "Start your day with our expertly brewed coffee and a selection of freshly baked pastries, made daily with the finest ingredients.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg", imageAlt: "Gourmet coffee and pastries"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/frankenstein-sitting-table-full-shot_23-2149636927.jpg",
imageAlt: "Chef preparing a fine dining dish",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg?_wi=2",
imageAlt: "gourmet coffee steaming cup latte art",
imageSrc: "http://img.b2bpic.net/free-photo/frankenstein-sitting-table-full-shot_23-2149636927.jpg", imageAlt: "Chef preparing a fine dining dish"}
},
{
title: "Cozy Ambiance & Outdoor Seating",
description: "Enjoy our warm, inviting interior or relax on our charming patio. The perfect setting for a casual lunch, romantic dinner, or friendly gathering.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/laughing-chatting-afterworks-meeting-with-coworkers-cozy-small-local-cafe_8353-10284.jpg",
imageAlt: "People enjoying the cozy ambiance",
},
title: "Cozy Ambiance & Outdoor Seating", description: "Enjoy our warm, inviting interior or relax on our charming patio. The perfect setting for a casual lunch, romantic dinner, or friendly gathering.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/laughing-chatting-afterworks-meeting-with-coworkers-cozy-small-local-cafe_8353-10284.jpg", imageAlt: "People enjoying the cozy ambiance"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-dog-outdoors_23-2149481053.jpg",
imageAlt: "Outdoor seating at a cafe",
},
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-male-cook-wearing-chef-uniform-holding-out-hand-isolated-green-wall_141793-36415.jpg",
imageAlt: "gourmet coffee steaming cup latte art",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-dog-outdoors_23-2149481053.jpg", imageAlt: "Outdoor seating at a cafe"}
},
{
title: "Catering & Private Events",
description: "Let Leonora's elevate your next special occasion. We offer bespoke catering services and private dining options tailored to your needs.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-beautiful-colorful-dessert_1262-20027.jpg",
imageAlt: "Chef cooking in a busy kitchen",
},
title: "Catering & Private Events", description: "Let Leonora's elevate your next special occasion. We offer bespoke catering services and private dining options tailored to your needs.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-beautiful-colorful-dessert_1262-20027.jpg", imageAlt: "Chef cooking in a busy kitchen"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-setting-wedding-reception_637285-5654.jpg",
imageAlt: "Catering event food spread",
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-cup-coffee_1170-667.jpg",
imageAlt: "gourmet coffee steaming cup latte art",
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-setting-wedding-reception_637285-5654.jpg", imageAlt: "Catering event food spread"}
},
]}
showStepNumbers={true}
@@ -238,53 +153,17 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "dish-1",
name: "Creamy Truffle Pasta",
price: "$22.00",
variant: "Main Course",
imageSrc: "http://img.b2bpic.net/free-photo/italian-basil-pesto-sauce-with-culinary-ingredients-cooking_114579-11077.jpg",
imageAlt: "Creamy Truffle Pasta",
},
id: "dish-1", name: "Creamy Truffle Pasta", price: "$22.00", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/italian-basil-pesto-sauce-with-culinary-ingredients-cooking_114579-11077.jpg", imageAlt: "Creamy Truffle Pasta"},
{
id: "dish-2",
name: "Leonora's Classic Burger",
price: "$18.50",
variant: "Lunch & Dinner",
imageSrc: "http://img.b2bpic.net/free-photo/burger_1339-1557.jpg",
imageAlt: "Leonora's Classic Burger",
},
id: "dish-2", name: "Leonora's Classic Burger", price: "$18.50", variant: "Lunch & Dinner", imageSrc: "http://img.b2bpic.net/free-photo/burger_1339-1557.jpg", imageAlt: "Leonora's Classic Burger"},
{
id: "dish-3",
name: "Grand Brunch Platter",
price: "$20.00",
variant: "Breakfast & Brunch",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-toast-with-veggie-cream-avocado_23-2148698696.jpg",
imageAlt: "Grand Brunch Platter",
},
id: "dish-3", name: "Grand Brunch Platter", price: "$20.00", variant: "Breakfast & Brunch", imageSrc: "http://img.b2bpic.net/free-photo/delicious-toast-with-veggie-cream-avocado_23-2148698696.jpg", imageAlt: "Grand Brunch Platter"},
{
id: "dish-4",
name: "Mediterranean Pizza",
price: "$19.50",
variant: "Main Course",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-baked-pineapple-papaya-pizza_23-2148753779.jpg",
imageAlt: "Mediterranean Pizza",
},
id: "dish-4", name: "Mediterranean Pizza", price: "$19.50", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-baked-pineapple-papaya-pizza_23-2148753779.jpg", imageAlt: "Mediterranean Pizza"},
{
id: "dish-5",
name: "Pan-Seared Salmon",
price: "$25.00",
variant: "Dinner Special",
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-garnished-with-asparagus-tomatoes-with-herbs_2829-14481.jpg",
imageAlt: "Pan-Seared Salmon",
},
id: "dish-5", name: "Pan-Seared Salmon", price: "$25.00", variant: "Dinner Special", imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-garnished-with-asparagus-tomatoes-with-herbs_2829-14481.jpg", imageAlt: "Pan-Seared Salmon"},
{
id: "dish-6",
name: "Decadent Chocolate Lava Cake",
price: "$12.00",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/from-biscuits-tiramisu_23-2147772018.jpg",
imageAlt: "Chocolate Lava Cake",
},
id: "dish-6", name: "Decadent Chocolate Lava Cake", price: "$12.00", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/from-biscuits-tiramisu_23-2147772018.jpg", imageAlt: "Chocolate Lava Cake"},
]}
title="Our Signature Dishes"
description="Indulge in a culinary journey with our chef's specialties. Each dish is prepared with passion and the freshest seasonal ingredients."
@@ -298,45 +177,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@foodiegirl",
testimonial: "Leonora's is my favorite spot! The ambiance is perfect, and their truffle pasta is to die for. Highly recommend for a cozy evening out.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-cheerful-smiling-young-man-sitting-table-open-air-cafe-with-cup-coffee_176420-6295.jpg",
imageAlt: "Sarah J.",
},
id: "1", name: "Sarah J.", handle: "@foodiegirl", testimonial: "Leonora's is my favorite spot! The ambiance is perfect, and their truffle pasta is to die for. Highly recommend for a cozy evening out.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-cheerful-smiling-young-man-sitting-table-open-air-cafe-with-cup-coffee_176420-6295.jpg", imageAlt: "Sarah J."},
{
id: "2",
name: "Mark D.",
handle: "@coffeeaddict",
testimonial: "I start every morning with a latte from Leonora's. The baristas are amazing, and their pastries are the best accompaniment.",
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-reading-book-while-having-coffee_23-2150064781.jpg",
imageAlt: "Mark D.",
},
id: "2", name: "Mark D.", handle: "@coffeeaddict", testimonial: "I start every morning with a latte from Leonora's. The baristas are amazing, and their pastries are the best accompaniment.", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-reading-book-while-having-coffee_23-2150064781.jpg", imageAlt: "Mark D."},
{
id: "3",
name: "Emily & Tom",
handle: "@date_night_duo",
testimonial: "We had our anniversary dinner here, and it was spectacular. The service was impeccable, and every dish was a masterpiece. We'll be back!",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-her-boyfriend-holding-hands-while-toasting-with-champagne-while-having-dinner-dining-table_637285-3596.jpg",
imageAlt: "Emily and Tom",
},
id: "3", name: "Emily & Tom", handle: "@date_night_duo", testimonial: "We had our anniversary dinner here, and it was spectacular. The service was impeccable, and every dish was a masterpiece. We'll be back!", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-her-boyfriend-holding-hands-while-toasting-with-champagne-while-having-dinner-dining-table_637285-3596.jpg", imageAlt: "Emily and Tom"},
{
id: "4",
name: "Alex R.",
handle: "@brunchlover",
testimonial: "The brunch menu at Leonora's is unmatched! Their Grand Brunch Platter is a must-try. Always a great experience with friends.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-people-toasting-drinks-together_23-2148270860.jpg",
imageAlt: "Alex R.",
},
id: "4", name: "Alex R.", handle: "@brunchlover", testimonial: "The brunch menu at Leonora's is unmatched! Their Grand Brunch Platter is a must-try. Always a great experience with friends.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-people-toasting-drinks-together_23-2148270860.jpg", imageAlt: "Alex R."},
{
id: "5",
name: "Chloe L.",
handle: "@photographer_eats",
testimonial: "Not only is the food incredibly delicious, but it's also beautifully presented. A true feast for both the eyes and the palate!",
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-photo-seafood-dish-with-salmon_23-2150463231.jpg",
imageAlt: "Chloe L.",
},
id: "5", name: "Chloe L.", handle: "@photographer_eats", testimonial: "Not only is the food incredibly delicious, but it's also beautifully presented. A true feast for both the eyes and the palate!", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-photo-seafood-dish-with-salmon_23-2150463231.jpg", imageAlt: "Chloe L."},
]}
title="What Our Guests Say"
description="Hear from our cherished customers who have experienced the unique charm and delicious offerings of Leonora's Café & Resto."
@@ -348,15 +197,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Local Food Critics",
"City Eatery Guide",
"Gourmet Magazine",
"Farm-to-Table Growers",
"Artisan Bakers Guild",
"Daily News Food",
"Chef's Choice Awards",
"Sustainable Seafood Co.",
]}
"Local Food Critics", "City Eatery Guide", "Gourmet Magazine", "Farm-to-Table Growers", "Artisan Bakers Guild", "Daily News Food", "Chef's Choice Awards", "Sustainable Seafood Co."]}
title="Featured In & Trusted By"
description="We are proud to be recognized by local publications and partner with the finest local suppliers to bring you exceptional quality."
/>
@@ -368,25 +209,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you take reservations?",
content: "Yes, we highly recommend making a reservation, especially for dinner service and weekend brunch, to ensure you get a table. You can book directly through our website or by calling us.",
},
id: "q1", title: "Do you take reservations?", content: "Yes, we highly recommend making a reservation, especially for dinner service and weekend brunch, to ensure you get a table. You can book directly through our website or by calling us."},
{
id: "q2",
title: "Are there vegetarian or vegan options on the menu?",
content: "Absolutely! We offer a variety of delicious vegetarian and vegan dishes, clearly marked on our menu. Please inform your server about any dietary preferences or allergies.",
},
id: "q2", title: "Are there vegetarian or vegan options on the menu?", content: "Absolutely! We offer a variety of delicious vegetarian and vegan dishes, clearly marked on our menu. Please inform your server about any dietary preferences or allergies."},
{
id: "q3",
title: "Do you offer catering services?",
content: "Yes, Leonora's provides full-service catering for private events, corporate gatherings, and special occasions. Please contact us to discuss your event and customize a menu.",
},
id: "q3", title: "Do you offer catering services?", content: "Yes, Leonora's provides full-service catering for private events, corporate gatherings, and special occasions. Please contact us to discuss your event and customize a menu."},
{
id: "q4",
title: "What are your opening hours?",
content: "We are open Monday to Friday from 7 AM to 10 PM, and Saturday to Sunday from 8 AM to 11 PM. Our kitchen closes one hour before the restaurant.",
},
id: "q4", title: "What are your opening hours?", content: "We are open Monday to Friday from 7 AM to 10 PM, and Saturday to Sunday from 8 AM to 11 PM. Our kitchen closes one hour before the restaurant."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about reservations, menu options, and our services."
@@ -398,20 +227,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Get in Touch"
title="Plan Your Visit or Event"
description="We'd love to hear from you! For reservations, catering inquiries, or any questions, please reach out to us. We are located at 123 Main Street, Anytown, CA 90210."
buttons={[
{
text: "Make a Reservation",
href: "#",
},
text: "Make a Reservation", href: "#"},
{
text: "Call Us: (555) 123-4567",
href: "tel:+15551234567",
},
text: "Call Us: (555) 123-4567", href: "tel:+15551234567"},
]}
/>
</div>
@@ -420,13 +244,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Leonora's Café & Resto"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>