Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-21 13:00:29 +00:00

View File

@@ -32,21 +32,13 @@ 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: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="The Grill"
/>
@@ -55,45 +47,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "plain",
}}
variant: "plain"}}
title="Authentic Homemade Flavors"
description="Experience the warmth of home-cooked meals at The Grill. Located in the heart of Konami."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Book Table",
href: "#contact",
},
text: "Book Table", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-potatoes-delicious-dish-with-greens-seasonings-dark-surface-dinner-cooking-meal-potato-dish_140725-102123.jpg?_wi=1",
imageAlt: "Restaurant ambiance",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-potatoes-delicious-dish-with-greens-seasonings-dark-surface-dinner-cooking-meal-potato-dish_140725-102123.jpg", imageAlt: "Restaurant ambiance"},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-local-food-assortment_23-2148833788.jpg?_wi=1",
imageAlt: "Grilled perfection",
},
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-local-food-assortment_23-2148833788.jpg", imageAlt: "Grilled perfection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-2106.jpg",
imageAlt: "Fresh ingredients",
},
imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-2106.jpg", imageAlt: "Fresh ingredients"},
{
imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-with-chestnuts-top-view_23-2148395154.jpg",
imageAlt: "Artisan dishes",
},
imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-with-chestnuts-top-view_23-2148395154.jpg", imageAlt: "Artisan dishes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/rustic-bread-baked-homemade-brick-oven-generated-by-ai_188544-16070.jpg",
imageAlt: "Signature grill",
},
imageSrc: "http://img.b2bpic.net/free-photo/rustic-bread-baked-homemade-brick-oven-generated-by-ai_188544-16070.jpg", imageAlt: "Signature grill"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fruits-berries-platter-vegan-cuisine_114579-20434.jpg",
imageAlt: "Homemade goodness",
},
imageSrc: "http://img.b2bpic.net/free-photo/fruits-berries-platter-vegan-cuisine_114579-20434.jpg", imageAlt: "Homemade goodness"},
]}
/>
</div>
@@ -103,23 +78,15 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Our Passion for ",
},
type: "text", content: "Our Passion for "},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/view-fresh-red-tomatoes-dark-background_179666-19252.jpg",
alt: "Chef at work",
},
type: "image", src: "http://img.b2bpic.net/free-photo/view-fresh-red-tomatoes-dark-background_179666-19252.jpg", alt: "Chef at work"},
{
type: "text",
content: " Homemade Food",
},
type: "text", content: " Homemade Food"},
]}
buttons={[
{
text: "Learn More",
},
text: "Learn More"},
]}
/>
</div>
@@ -132,47 +99,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Signature Grilled Steak",
price: "$28",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/steak-board-with-meat-potatoes-sauces_114579-3733.jpg",
},
id: "1", name: "Signature Grilled Steak", price: "$28", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/steak-board-with-meat-potatoes-sauces_114579-3733.jpg"},
{
id: "2",
name: "Artisan Garden Pasta",
price: "$18",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/lime-near-roasted-meat-cutting-board_23-2147716980.jpg",
},
id: "2", name: "Artisan Garden Pasta", price: "$18", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/lime-near-roasted-meat-cutting-board_23-2147716980.jpg"},
{
id: "3",
name: "Homemade Dessert Cake",
price: "$9",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-bun-with-whipped-cream_23-2148858447.jpg",
},
id: "3", name: "Homemade Dessert Cake", price: "$9", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/delicious-bun-with-whipped-cream_23-2148858447.jpg"},
{
id: "4",
name: "Fresh Seafood Grill",
price: "$32",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/plate-filled-with-shrimp-vegetables_23-2148637876.jpg",
},
id: "4", name: "Fresh Seafood Grill", price: "$32", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/plate-filled-with-shrimp-vegetables_23-2148637876.jpg"},
{
id: "5",
name: "Savory Skewers",
price: "$22",
variant: "Appetizer",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-chicken-skewers-with-spices-wooden-board-black-table-with-copy-place_140725-147602.jpg",
},
id: "5", name: "Savory Skewers", price: "$22", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-chicken-skewers-with-spices-wooden-board-black-table-with-copy-place_140725-147602.jpg"},
{
id: "6",
name: "Artisan Drink Refresh",
price: "$6",
variant: "Beverage",
imageSrc: "http://img.b2bpic.net/free-photo/glass-container-filled-with-orange-water_23-2148595018.jpg",
},
id: "6", name: "Artisan Drink Refresh", price: "$6", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/glass-container-filled-with-orange-water_23-2148595018.jpg"},
]}
title="Signature Menu"
description="Daily fresh specials cooked with love."
@@ -186,49 +123,31 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Farm to Table",
description: "Local fresh produce.",
icon: Leaf,
title: "Farm to Table", description: "Local fresh produce.", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-vegetables-wooden-board_140725-7318.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-vegetables-wooden-board_140725-7318.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/eating-pasta_23-2147985239.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/eating-pasta_23-2147985239.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-potatoes-delicious-dish-with-greens-seasonings-dark-surface-dinner-cooking-meal-potato-dish_140725-102123.jpg?_wi=2",
imageAlt: "grilled steak juicy platter",
},
{
title: "Homemade Daily",
description: "Cooked from scratch.",
icon: Utensils,
title: "Homemade Daily", description: "Cooked from scratch.", icon: Utensils,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/wicker-basket-with-bread-spike-millet_140725-3047.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/wicker-basket-with-bread-spike-millet_140725-3047.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-clams-with-white-wine_74190-557.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/fried-clams-with-white-wine_74190-557.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-red-tomatoes-dark-background_179666-19252.jpg",
imageAlt: "grilled steak juicy platter",
},
{
title: "Neighborhood Vibe",
description: "The perfect local spot.",
icon: Heart,
title: "Neighborhood Vibe", description: "The perfect local spot.", icon: Heart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-snacks-cips-grapes-cheese-nuts-white-space_140725-83802.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-snacks-cips-grapes-cheese-nuts-white-space_140725-83802.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-gourmet-fried-tofu-sandwich-plate_181624-59118.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-gourmet-fried-tofu-sandwich-plate_181624-59118.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-local-food-assortment_23-2148833788.jpg?_wi=2",
imageAlt: "grilled steak juicy platter",
},
]}
title="Why Choose The Grill?"
@@ -243,45 +162,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "The best homemade food in Konami!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
},
id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best homemade food in Konami!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg"},
{
id: "t2",
name: "Mark D.",
handle: "@markd",
testimonial: "Cozy place, great grilled meals.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
},
id: "t2", name: "Mark D.", handle: "@markd", testimonial: "Cozy place, great grilled meals.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg"},
{
id: "t3",
name: "Elena R.",
handle: "@elenar",
testimonial: "Everything tastes like home.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
},
id: "t3", name: "Elena R.", handle: "@elenar", testimonial: "Everything tastes like home.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg"},
{
id: "t4",
name: "James B.",
handle: "@jamesb",
testimonial: "My weekly spot for sure.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg",
},
id: "t4", name: "James B.", handle: "@jamesb", testimonial: "My weekly spot for sure.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg"},
{
id: "t5",
name: "Lisa K.",
handle: "@lisak",
testimonial: "Staff is wonderful and warm.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
},
id: "t5", name: "Lisa K.", handle: "@lisak", testimonial: "Staff is wonderful and warm.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg"},
]}
showRating={true}
title="What Our Neighbors Say"
@@ -295,20 +189,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Do you accept reservations?",
content: "Yes, just call us or message online.",
},
id: "q1", title: "Do you accept reservations?", content: "Yes, just call us or message online."},
{
id: "q2",
title: "Is your food homemade?",
content: "100%, we cook everything from scratch.",
},
id: "q2", title: "Is your food homemade?", content: "100%, we cook everything from scratch."},
{
id: "q3",
title: "Where are you located?",
content: "14 Diamant St, Konami, 5319.",
},
id: "q3", title: "Where are you located?", content: "14 Diamant St, Konami, 5319."},
]}
title="Common Questions"
description="Everything you need to know."
@@ -323,20 +208,12 @@ export default function LandingPage() {
description="Find us at 14 Diamant St, Konami, 5319. Drop a message for reservations."
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
},
name: "name", type: "text", placeholder: "Name"},
{
name: "email",
type: "email",
placeholder: "Email",
},
name: "email", type: "email", placeholder: "Email"},
]}
textarea={{
name: "message",
placeholder: "Reservation details or questions...",
}}
name: "message", placeholder: "Reservation details or questions..."}}
imageSrc="http://img.b2bpic.net/free-photo/grilled-lamb-thighs-with-grilled-vegetables-fried-potato-dill-yoghurt_140725-10555.jpg"
/>
</div>
@@ -345,29 +222,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "14 Diamant St, Konami, 5319",
href: "#",
},
label: "14 Diamant St, Konami, 5319", href: "#"},
],
},
{
title: "Links",
items: [
title: "Links", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}