Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
256
src/app/page.tsx
256
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "#reserve",
|
||||
},
|
||||
name: "Reserve", id: "#reserve"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="La Bodega"
|
||||
/>
|
||||
@@ -51,42 +45,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Fresh Flavors, Bold Atmosphere."
|
||||
description="From our signature Chicken Avocado sandwiches to our Chef’s Special Barramundi, experience the best of our local flavors in a space designed for you."
|
||||
tag="Authentic Latin Cuisine"
|
||||
buttons={[
|
||||
{
|
||||
text: "View the Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View the Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#reserve",
|
||||
},
|
||||
text: "Book a Table", href: "#reserve"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mexican-food-ready-be-served_23-2148614420.jpg",
|
||||
imageAlt: "Latin Restaurant Atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mexican-food-ready-be-served_23-2148614420.jpg", imageAlt: "Latin Restaurant Atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hamburgers-arrangement_23-2148614059.jpg",
|
||||
imageAlt: "Gourmet Beef Burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-legs-pasta-wood-piece_114579-81780.jpg",
|
||||
imageAlt: "Roasted chicken legs and pasta",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159728.jpg",
|
||||
imageAlt: "Dipping nacho chips",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burrito-bowl-with-chicken-tomato-sprouts-olives-avocado-slices-bowl-with-salad-wooden-textured-backdrop_23-2148165603.jpg",
|
||||
imageAlt: "Burrito bowl with chicken",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hamburgers-arrangement_23-2148614059.jpg", imageAlt: "Gourmet Beef Burger"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -101,19 +74,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Open Daily",
|
||||
value: "11am - 9pm",
|
||||
},
|
||||
label: "Open Daily", value: "11am - 9pm"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Locations",
|
||||
value: "2 Points",
|
||||
},
|
||||
label: "Locations", value: "2 Points"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Chef Specials",
|
||||
value: "Seasonal",
|
||||
},
|
||||
label: "Chef Specials", value: "Seasonal"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -127,59 +94,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Main",
|
||||
name: "Gourmet Beef Burger",
|
||||
price: "$15.50",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-roasted-potatoes-one-portion_114579-2428.jpg",
|
||||
},
|
||||
id: "p1", brand: "Main", name: "Gourmet Beef Burger", price: "$15.50", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-roasted-potatoes-one-portion_114579-2428.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Main",
|
||||
name: "Crispy Chicken Burger",
|
||||
price: "$14.50",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-vegan-burger_23-2149039339.jpg",
|
||||
},
|
||||
id: "p2", brand: "Main", name: "Crispy Chicken Burger", price: "$14.50", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-vegan-burger_23-2149039339.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Main",
|
||||
name: "Barramundi & Chips",
|
||||
price: "$17.00",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glazed-donuts_23-2148628289.jpg",
|
||||
},
|
||||
id: "p3", brand: "Main", name: "Barramundi & Chips", price: "$17.00", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-glazed-donuts_23-2148628289.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Main",
|
||||
name: "Grilled Haloumi Salad",
|
||||
price: "$15.00",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-beef-burgers-without-cheese-wooden-board_114579-2449.jpg",
|
||||
},
|
||||
id: "p4", brand: "Main", name: "Grilled Haloumi Salad", price: "$15.00", rating: 4,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/small-beef-burgers-without-cheese-wooden-board_114579-2449.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Side",
|
||||
name: "Chicken Tenders",
|
||||
price: "$12.00",
|
||||
rating: 5,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cheeseburger-counter_23-2148784511.jpg",
|
||||
},
|
||||
id: "p5", brand: "Side", name: "Chicken Tenders", price: "$12.00", rating: 5,
|
||||
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cheeseburger-counter_23-2148784511.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Side",
|
||||
name: "Sweet Potato Fries",
|
||||
price: "$9.50",
|
||||
rating: 4,
|
||||
reviewCount: "55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-arrangement-with-hamburger_23-2148614114.jpg",
|
||||
},
|
||||
id: "p6", brand: "Side", name: "Sweet Potato Fries", price: "$9.50", rating: 4,
|
||||
reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/creative-arrangement-with-hamburger_23-2148614114.jpg"},
|
||||
]}
|
||||
title="Hot Food Classics"
|
||||
description="Freshly prepared ingredients for lunch or dinner."
|
||||
@@ -192,41 +123,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Chicken Avocado",
|
||||
description: "$13.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-breakfast-sandwiches-bed-with-salmon-avocado_23-2148797020.jpg",
|
||||
imageAlt: "Chicken Avocado",
|
||||
},
|
||||
title: "Chicken Avocado", description: "$13.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-breakfast-sandwiches-bed-with-salmon-avocado_23-2148797020.jpg", imageAlt: "Chicken Avocado"},
|
||||
{
|
||||
title: "Turkey Cranberry",
|
||||
description: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-delicious-breakfast_23-2148454804.jpg",
|
||||
imageAlt: "Turkey Cranberry",
|
||||
},
|
||||
title: "Turkey Cranberry", description: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-delicious-breakfast_23-2148454804.jpg", imageAlt: "Turkey Cranberry"},
|
||||
{
|
||||
title: "Smoked Salmon Bagel",
|
||||
description: "$13.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-smoothie-breakfast-tea-white-table-near-epipremnum-aureum-plant_23-2148067139.jpg",
|
||||
imageAlt: "Salmon Bagel",
|
||||
},
|
||||
title: "Smoked Salmon Bagel", description: "$13.50", imageSrc: "http://img.b2bpic.net/free-photo/red-smoothie-breakfast-tea-white-table-near-epipremnum-aureum-plant_23-2148067139.jpg", imageAlt: "Salmon Bagel"},
|
||||
{
|
||||
title: "Veggie Deluxe",
|
||||
description: "$11.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-breakfast_23-2148454714.jpg",
|
||||
imageAlt: "Veggie",
|
||||
},
|
||||
title: "Veggie Deluxe", description: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-breakfast_23-2148454714.jpg", imageAlt: "Veggie"},
|
||||
{
|
||||
title: "BLT Standard",
|
||||
description: "$10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-bagel-with-honey_23-2148695517.jpg",
|
||||
imageAlt: "BLT",
|
||||
},
|
||||
title: "BLT Standard", description: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-bagel-with-honey_23-2148695517.jpg", imageAlt: "BLT"},
|
||||
{
|
||||
title: "Egg & Bacon Roll",
|
||||
description: "$9.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cookies-with-dried-pineapple-rings-bagels-coffee-blue-surface-cookies-biscuit-sweet-sugar-color_140725-55996.jpg",
|
||||
imageAlt: "Bacon Roll",
|
||||
},
|
||||
title: "Egg & Bacon Roll", description: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cookies-with-dried-pineapple-rings-bagels-coffee-blue-surface-cookies-biscuit-sweet-sugar-color_140725-55996.jpg", imageAlt: "Bacon Roll"},
|
||||
]}
|
||||
title="Fresh Sandwiches"
|
||||
description="Artisan bread and premium fillings."
|
||||
@@ -240,37 +147,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "dine",
|
||||
badge: "Popular",
|
||||
price: "Group Dining",
|
||||
subtitle: "Perfect for events",
|
||||
features: [
|
||||
"Reserved seating",
|
||||
"Custom menus",
|
||||
"Dietary labels",
|
||||
],
|
||||
id: "dine", badge: "Popular", price: "Group Dining", subtitle: "Perfect for events", features: [
|
||||
"Reserved seating", "Custom menus", "Dietary labels"],
|
||||
},
|
||||
{
|
||||
id: "take",
|
||||
badge: "Fast",
|
||||
price: "Online Order",
|
||||
subtitle: "Quick & Easy",
|
||||
features: [
|
||||
"Contactless pickup",
|
||||
"Real-time updates",
|
||||
"Mobile friendly",
|
||||
],
|
||||
id: "take", badge: "Fast", price: "Online Order", subtitle: "Quick & Easy", features: [
|
||||
"Contactless pickup", "Real-time updates", "Mobile friendly"],
|
||||
},
|
||||
{
|
||||
id: "catering",
|
||||
badge: "Pro",
|
||||
price: "Catering",
|
||||
subtitle: "Corporate solutions",
|
||||
features: [
|
||||
"Large group meals",
|
||||
"Office delivery",
|
||||
"Full service",
|
||||
],
|
||||
id: "catering", badge: "Pro", price: "Catering", subtitle: "Corporate solutions", features: [
|
||||
"Large group meals", "Office delivery", "Full service"],
|
||||
},
|
||||
]}
|
||||
title="Dining Services"
|
||||
@@ -286,45 +172,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Diner",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-preparing-delicious-meal_23-2149661346.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Diner", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-preparing-delicious-meal_23-2149661346.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
role: "Foodie",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519979.jpg",
|
||||
},
|
||||
id: "2", name: "Michael C.", role: "Foodie", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519979.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Diner",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-scanning-code_23-2149357909.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Diner", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-scanning-code_23-2149357909.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Business",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-argument_53876-40351.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Business", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-argument_53876-40351.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna P.",
|
||||
role: "Diner",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-cocktail-bar_1203-471.jpg",
|
||||
},
|
||||
id: "5", name: "Anna P.", role: "Diner", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-cocktail-bar_1203-471.jpg"},
|
||||
]}
|
||||
title="Customer Stories"
|
||||
description="See why locals love La Bodega."
|
||||
@@ -335,8 +196,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Stay Connected"
|
||||
title="Join Our Mailing List"
|
||||
description="Get exclusive specials and event updates directly to your inbox."
|
||||
@@ -352,33 +212,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#reserve",
|
||||
},
|
||||
label: "Reservations", href: "#reserve"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user