Update src/app/page.tsx
This commit is contained in:
277
src/app/page.tsx
277
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "#experience",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Experience", id: "#experience" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Gran Nemrut"
|
||||
/>
|
||||
@@ -55,46 +43,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Fire-grilled perfection. Honest food. Elevated comfort."
|
||||
description="A neighborhood grill where premium meats, fresh ingredients, and fast, friendly service come together without compromise."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-cooking-delicious-meat-steak-grill-restaurant-kitchen_613910-18973.jpg?_wi=1",
|
||||
imageAlt: "Grilled perfection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-process-asian-restaurant-cook-is-fry-vegetables-with-spices-sauce-wok_613910-4975.jpg",
|
||||
imageAlt: "Fire grilled steak",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-burger-fire-presentation_23-2151950829.jpg",
|
||||
imageAlt: "Sizzling meat",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-piece-cutting-desk_140725-3812.jpg",
|
||||
imageAlt: "Chef at work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-salt-black-slate-plate_9975-124541.jpg",
|
||||
imageAlt: "Restaurant atmosphere",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cooking_23-2149410194.jpg",
|
||||
imageAlt: "Delicious food",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-cooking-delicious-meat-steak-grill-restaurant-kitchen_613910-18973.jpg", imageAlt: "Grilled perfection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cooking-process-asian-restaurant-cook-is-fry-vegetables-with-spices-sauce-wok_613910-4975.jpg", imageAlt: "Fire grilled steak" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilled-burger-fire-presentation_23-2151950829.jpg", imageAlt: "Sizzling meat" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-piece-cutting-desk_140725-3812.jpg", imageAlt: "Chef at work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-salt-black-slate-plate_9975-124541.jpg", imageAlt: "Restaurant atmosphere" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cooking_23-2149410194.jpg", imageAlt: "Delicious food" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,15 +65,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"4.8 Average Rating",
|
||||
"Steaks & Burgers",
|
||||
"Menu del día",
|
||||
"Fast Service",
|
||||
"Family Friendly",
|
||||
"Top Value",
|
||||
"Outdoor Seating",
|
||||
]}
|
||||
names={["4.8 Average Rating", "Steaks & Burgers", "Menu del día", "Fast Service", "Family Friendly", "Top Value", "Outdoor Seating"]}
|
||||
title="Trusted by our Community"
|
||||
description="Consistently recognized for quality, value, and exceptional service."
|
||||
/>
|
||||
@@ -122,9 +76,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A grill house built on simplicity done right"
|
||||
description={[
|
||||
"At Bar-Rte. Gran Nemrut, we believe great food doesn’t need complications—just quality ingredients, precise cooking, and genuine hospitality.",
|
||||
"Our kitchen is known for perfectly cooked, juicy cuts of meat, generous portions, and a menu that blends grill classics with comfort food.",
|
||||
]}
|
||||
"At Bar-Rte. Gran Nemrut, we believe great food doesn’t need complications—just quality ingredients, precise cooking, and genuine hospitality.", "Our kitchen is known for perfectly cooked, juicy cuts of meat, generous portions, and a menu that blends grill classics with comfort food."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,42 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Entrecot a la plancha",
|
||||
price: "Best Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-varieties-kebab-with-grilled-vegetables_140725-8135.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "House Burger",
|
||||
price: "Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-bun-sandwich-fast-food_140725-82151.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pulpo a la brasa",
|
||||
price: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/octopus-legs-with-lemon-mint-berries_114579-3375.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carrillada",
|
||||
price: "Slow Cooked",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370912.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Red Velvet",
|
||||
price: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cakes-isolated_1203-6842.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Brownie",
|
||||
price: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-cupcake-decorated-with-cream-candies-blue-board_114579-52018.jpg",
|
||||
},
|
||||
{ id: "1", name: "Entrecot a la plancha", price: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/different-varieties-kebab-with-grilled-vegetables_140725-8135.jpg" },
|
||||
{ id: "2", name: "House Burger", price: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-bun-sandwich-fast-food_140725-82151.jpg" },
|
||||
{ id: "3", name: "Pulpo a la brasa", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/octopus-legs-with-lemon-mint-berries_114579-3375.jpg" },
|
||||
{ id: "4", name: "Carrillada", price: "Slow Cooked", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370912.jpg" },
|
||||
{ id: "5", name: "Red Velvet", price: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cakes-isolated_1203-6842.jpg" },
|
||||
{ id: "6", name: "Brownie", price: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/tasty-cupcake-decorated-with-cream-candies-blue-board_114579-52018.jpg" },
|
||||
]}
|
||||
title="Customer Favorites"
|
||||
description="Explore our signature dishes prepared with care and fresh ingredients."
|
||||
@@ -184,49 +106,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fast Service",
|
||||
description: "Even during busy hours, orders arrive on time and well-prepared.",
|
||||
icon: Zap,
|
||||
title: "Fast Service", description: "Even during busy hours, orders arrive on time and well-prepared.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-grilled-red-meat-tomato-cucumber-lemon-board_141793-3685.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-with-barberry-onions-tray_141793-5110.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-cooking-delicious-meat-steak-grill-restaurant-kitchen_613910-18973.jpg?_wi=2",
|
||||
imageAlt: "welcoming restaurant grill atmosphere",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-grilled-red-meat-tomato-cucumber-lemon-board_141793-3685.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-with-barberry-onions-tray_141793-5110.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Impeccable Cleanliness",
|
||||
description: "A consistently well-maintained, comfortable dining space for your peace of mind.",
|
||||
icon: Shield,
|
||||
title: "Impeccable Cleanliness", description: "A consistently well-maintained, comfortable dining space for your peace of mind.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-putting-grilled-steak-serving-plate-with-herbs-salad_141793-164.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-interior-design-table-with-food_23-2150595529.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-varieties-kebab-with-grilled-vegetables_140725-8135.jpg?_wi=2",
|
||||
imageAlt: "welcoming restaurant grill atmosphere",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-putting-grilled-steak-serving-plate-with-herbs-salad_141793-164.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/retro-interior-design-table-with-food_23-2150595529.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "True Value",
|
||||
description: "High-quality food without inflated pricing. Honest quality for everyone.",
|
||||
icon: Award,
|
||||
title: "True Value", description: "High-quality food without inflated pricing. Honest quality for everyone.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-fajitas-traditional-boat_140725-929.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-bun-sandwich-fast-food_140725-82151.jpg?_wi=2",
|
||||
imageAlt: "welcoming restaurant grill atmosphere",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-fajitas-traditional-boat_140725-929.jpg" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="More than a meal — a reliable experience"
|
||||
@@ -241,46 +139,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Local Guest",
|
||||
role: "Diner",
|
||||
company: "Neighbor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Regular Customer",
|
||||
role: "Diner",
|
||||
company: "Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520112.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Family Visitor",
|
||||
role: "Diner",
|
||||
company: "Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Foodie",
|
||||
role: "Reviewer",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dress-cafe_273609-4240.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Happy Diner",
|
||||
role: "Regular",
|
||||
company: "Diner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-senior-couple-sitting-together_23-2149390953.jpg",
|
||||
},
|
||||
{ id: "1", name: "Local Guest", role: "Diner", company: "Neighbor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg" },
|
||||
{ id: "2", name: "Regular Customer", role: "Diner", company: "Regular", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520112.jpg" },
|
||||
{ id: "3", name: "Family Visitor", role: "Diner", company: "Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg" },
|
||||
{ id: "4", name: "Foodie", role: "Reviewer", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dress-cafe_273609-4240.jpg" },
|
||||
{ id: "5", name: "Happy Diner", role: "Regular", company: "Diner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-senior-couple-sitting-together_23-2149390953.jpg" },
|
||||
]}
|
||||
title="What our guests say"
|
||||
description="Don't just take our word for it—join our community of satisfied diners."
|
||||
@@ -292,21 +155,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you have outdoor seating?",
|
||||
content: "Yes, we offer comfortable terrace seating for guests who prefer dining in the fresh air.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are walk-ins welcome?",
|
||||
content: "Absolutely! We welcome walk-ins and suggest reservations for large groups or busy weekend nights.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is the environment family-friendly?",
|
||||
content: "Yes, we are a family-oriented grill and welcome guests of all ages.",
|
||||
},
|
||||
{ id: "1", title: "Do you have outdoor seating?", content: "Yes, we offer comfortable terrace seating for guests who prefer dining in the fresh air." },
|
||||
{ id: "2", title: "Are walk-ins welcome?", content: "Absolutely! We welcome walk-ins and suggest reservations for large groups or busy weekend nights." },
|
||||
{ id: "3", title: "Is the environment family-friendly?", content: "Yes, we are a family-oriented grill and welcome guests of all ages." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312257.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -319,9 +170,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Ready for a meal worth coming back for?"
|
||||
description="Reserve your table today and experience the Gran Nemrut grill firsthand."
|
||||
@@ -333,45 +182,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
{
|
||||
label: "Main St 123, City",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Daily: 12pm - 11pm",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "+1 (555) 0123",
|
||||
href: "tel:+15550123",
|
||||
},
|
||||
{
|
||||
label: "info@grannemrut.com",
|
||||
href: "mailto:info@grannemrut.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Visit Us", items: [{ label: "Main St 123, City", href: "#" }, { label: "Daily: 12pm - 11pm", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "+1 (555) 0123", href: "tel:+15550123" }, { label: "info@grannemrut.com", href: "mailto:info@grannemrut.com" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="Bar-Rte. Gran Nemrut"
|
||||
copyrightText="© 2025 Gran Nemrut. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user