Update src/app/page.tsx
This commit is contained in:
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reservations", id: "reservations" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Reserve a Table", href: "#reservations" },
|
||||
{ text: "View Menu", href: "#menu" }
|
||||
{ text: "View Menu", href: "/menu" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -94,12 +94,12 @@ export default function LandingPage() {
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{ title: "Artisan Coffee", description: "Freshly brewed specialty coffees paired with our finest pastries", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-with-creamy-cappuccino-latte-with-milky-foam-top-leaf-shape-isolated-wooden-plate-with-pattern-table-cafe-shop-presentation_346278-1479.jpg", imageAlt: "Specialty coffee", buttonIcon: Coffee, buttonHref: "#contact" },
|
||||
{ title: "Brunch Classics", description: "Elegant brunch plates featuring pastries, eggs, and seasonal ingredients", imageSrc: "http://img.b2bpic.net/free-photo/set-salad-fried-eggs-pastry-delicious-breakfast-table-white-background-high-angle-view_176474-3834.jpg", imageAlt: "Gourmet brunch", buttonIcon: Utensils, buttonHref: "#contact" },
|
||||
{ title: "Dessert Showcase", description: "Plated artistic desserts showcasing our pastry chef's mastery", imageSrc: "http://img.b2bpic.net/free-photo/slice-pie-with-cup-tea-top-view_114579-17357.jpg", imageAlt: "Gourmet dessert", buttonIcon: Cake, buttonHref: "#contact" },
|
||||
{ title: "Bakery Selection", description: "Daily fresh-baked breads, croissants, and pastries made in-house", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408549.jpg?_wi=2", imageAlt: "Fresh pastries", buttonIcon: Gift, buttonHref: "#contact" },
|
||||
{ title: "Premium Pastries", description: "Hand-crafted cakes, tarts, and confections for special occasions", imageSrc: "http://img.b2bpic.net/free-photo/high-view-delicious-cupcakes-with-strawberries_23-2148718800.jpg?_wi=2", imageAlt: "Premium pastries", buttonIcon: Gift, buttonHref: "#contact" },
|
||||
{ title: "Brasserie Dining", description: "Sophisticated dishes prepared with French culinary techniques", imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg?_wi=2", imageAlt: "Brasserie dining", buttonIcon: ChefHat, buttonHref: "#contact" }
|
||||
{ title: "Artisan Coffee", description: "Freshly brewed specialty coffees paired with our finest pastries", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-with-creamy-cappuccino-latte-with-milky-foam-top-leaf-shape-isolated-wooden-plate-with-pattern-table-cafe-shop-presentation_346278-1479.jpg", imageAlt: "Specialty coffee", buttonIcon: Coffee, buttonHref: "/menu" },
|
||||
{ title: "Brunch Classics", description: "Elegant brunch plates featuring pastries, eggs, and seasonal ingredients", imageSrc: "http://img.b2bpic.net/free-photo/set-salad-fried-eggs-pastry-delicious-breakfast-table-white-background-high-angle-view_176474-3834.jpg", imageAlt: "Gourmet brunch", buttonIcon: Utensils, buttonHref: "/menu" },
|
||||
{ title: "Dessert Showcase", description: "Plated artistic desserts showcasing our pastry chef's mastery", imageSrc: "http://img.b2bpic.net/free-photo/slice-pie-with-cup-tea-top-view_114579-17357.jpg", imageAlt: "Gourmet dessert", buttonIcon: Cake, buttonHref: "/menu" },
|
||||
{ title: "Bakery Selection", description: "Daily fresh-baked breads, croissants, and pastries made in-house", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408549.jpg?_wi=2", imageAlt: "Fresh pastries", buttonIcon: Gift, buttonHref: "/menu" },
|
||||
{ title: "Premium Pastries", description: "Hand-crafted cakes, tarts, and confections for special occasions", imageSrc: "http://img.b2bpic.net/free-photo/high-view-delicious-cupcakes-with-strawberries_23-2148718800.jpg?_wi=2", imageAlt: "Premium pastries", buttonIcon: Gift, buttonHref: "/menu" },
|
||||
{ title: "Brasserie Dining", description: "Sophisticated dishes prepared with French culinary techniques", imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg?_wi=2", imageAlt: "Brasserie dining", buttonIcon: ChefHat, buttonHref: "/menu" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user