Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-20 01:33:57 +00:00
5 changed files with 268 additions and 234 deletions

View File

@@ -12,6 +12,7 @@ import { Sparkles, Heart, Home } from "lucide-react";
export default function AboutPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Introduction", id: "introduction" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
@@ -22,6 +23,7 @@ export default function AboutPage() {
{
items: [
{ label: "Home", href: "/" },
{ label: "Introduction", href: "/introduction" },
{ label: "Menu", href: "/menu" },
{ label: "About", href: "/about" },
{ label: "Reviews", href: "/reviews" },
@@ -79,9 +81,7 @@ export default function AboutPage() {
brandName="Local Kitchen"
navItems={navItems}
button={{
text: "Call Now",
href: "tel:+1-555-123-4567",
}}
text: "Call Now", href: "tel:+1-555-123-4567"}}
/>
</div>
@@ -91,25 +91,13 @@ export default function AboutPage() {
description="Local Kitchen was founded on a simple belief: food brings people together. From day one, we've been dedicated to sourcing the freshest ingredients, training our team with genuine hospitality, and creating a space where every guest feels like family."
features={[
{
title: "Fresh, Flavorful Food",
description: "Locally sourced ingredients prepared daily with passion and precision.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg?_wi=3",
imageAlt: "Fresh ingredients colorful vegetables produce",
buttonIcon: Sparkles,
title: "Fresh, Flavorful Food", description: "Locally sourced ingredients prepared daily with passion and precision.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg?_wi=3", imageAlt: "Fresh ingredients colorful vegetables produce", buttonIcon: Sparkles,
},
{
title: "Exceptional Service",
description: "Our team treats every guest like family, going above and beyond to ensure your happiness.",
imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg?_wi=3",
imageAlt: "Friendly waiter serving guests table smiling",
buttonIcon: Heart,
title: "Exceptional Service", description: "Our team treats every guest like family, going above and beyond to ensure your happiness.", imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg?_wi=3", imageAlt: "Friendly waiter serving guests table smiling", buttonIcon: Heart,
},
{
title: "Welcoming Atmosphere",
description: "A clean, comfortable space designed for genuine connection and memorable moments.",
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=3",
imageAlt: "Modern restaurant interior design cozy lighting",
buttonIcon: Home,
title: "Welcoming Atmosphere", description: "A clean, comfortable space designed for genuine connection and memorable moments.", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=3", imageAlt: "Modern restaurant interior design cozy lighting", buttonIcon: Home,
},
]}
textboxLayout="split"
@@ -125,59 +113,17 @@ export default function AboutPage() {
description="These are the moments that remind us why we do what we do. Real guests sharing their real experiences at Local Kitchen."
testimonials={[
{
id: "1",
title: "Best Burger Ever",
quote: "Hands down the best burger I've ever had. The staff made us feel like family, and we've been back every week since.",
name: "Sarah Johnson",
role: "Regular Guest",
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg?_wi=2",
imageAlt: "happy customer satisfied guest portrait smiling",
},
id: "1", title: "Best Burger Ever", quote: "Hands down the best burger I've ever had. The staff made us feel like family, and we've been back every week since.", name: "Sarah Johnson", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg?_wi=2", imageAlt: "happy customer satisfied guest portrait smiling"},
{
id: "2",
title: "Worth Every Penny",
quote: "The quality of the food and the genuine warmth of the team make this place truly special. Worth every penny.",
name: "Michael Chen",
role: "First-Time Visitor",
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=2",
imageAlt: "professional man headshot businessman portrait",
},
id: "2", title: "Worth Every Penny", quote: "The quality of the food and the genuine warmth of the team make this place truly special. Worth every penny.", name: "Michael Chen", role: "First-Time Visitor", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=2", imageAlt: "professional man headshot businessman portrait"},
{
id: "3",
title: "Our Favorite Local Spot",
quote: "Clean, welcoming, and delicious. This is our go-to place for date nights and family celebrations.",
name: "Emily Rodriguez",
role: "Family of Four",
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg?_wi=2",
imageAlt: "woman portrait professional headshot confident",
},
id: "3", title: "Our Favorite Local Spot", quote: "Clean, welcoming, and delicious. This is our go-to place for date nights and family celebrations.", name: "Emily Rodriguez", role: "Family of Four", imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg?_wi=2", imageAlt: "woman portrait professional headshot confident"},
{
id: "4",
title: "Genuine Connection",
quote: "It's rare to find a restaurant that treats you like family. The staff remembers us by name. That's what keeps us coming back.",
name: "David Kim",
role: "Loyal Customer",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg?_wi=2",
imageAlt: "male customer portrait headshot professional",
},
id: "4", title: "Genuine Connection", quote: "It's rare to find a restaurant that treats you like family. The staff remembers us by name. That's what keeps us coming back.", name: "David Kim", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg?_wi=2", imageAlt: "male customer portrait headshot professional"},
{
id: "5",
title: "Unforgettable Experience",
quote: "From the moment we walked in, we felt welcomed. The food was incredible, and the service was attentive but not intrusive.",
name: "Jessica Martinez",
role: "Special Occasion Guest",
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg?_wi=2",
imageAlt: "woman customer portrait headshot satisfied",
},
id: "5", title: "Unforgettable Experience", quote: "From the moment we walked in, we felt welcomed. The food was incredible, and the service was attentive but not intrusive.", name: "Jessica Martinez", role: "Special Occasion Guest", imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg?_wi=2", imageAlt: "woman customer portrait headshot satisfied"},
{
id: "6",
title: "Best Local Find",
quote: "We've tried many restaurants in town, but this one stands out. Authentic flavors, fresh ingredients, and real hospitality.",
name: "Robert Thompson",
role: "Food Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=2",
imageAlt: "man customer portrait headshot professional",
},
id: "6", title: "Best Local Find", quote: "We've tried many restaurants in town, but this one stands out. Authentic flavors, fresh ingredients, and real hospitality.", name: "Robert Thompson", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=2", imageAlt: "man customer portrait headshot professional"},
]}
textboxLayout="split"
useInvertedBackground={true}
@@ -192,13 +138,9 @@ export default function AboutPage() {
description="We're more than a restaurant—we're a gathering place for the community. Whether you're celebrating a special occasion, enjoying a casual dinner with friends, or simply craving exceptional food and genuine service, we'd love to welcome you."
buttons={[
{
text: "📞 Call Now",
href: "tel:+1-555-123-4567",
},
text: "📞 Call Now", href: "tel:+1-555-123-4567"},
{
text: "📍 Visit Us",
href: "/contact",
},
text: "📍 Visit Us", href: "/contact"},
]}
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
@@ -214,4 +156,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -9,6 +9,7 @@ import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"
export default function ContactPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Introduction", id: "introduction" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
@@ -19,6 +20,7 @@ export default function ContactPage() {
{
items: [
{ label: "Home", href: "/" },
{ label: "Introduction", href: "/introduction" },
{ label: "Menu", href: "/menu" },
{ label: "About", href: "/about" },
{ label: "Reviews", href: "/reviews" },
@@ -148,4 +150,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -0,0 +1,215 @@
"use client";
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Sparkles, Heart, Home } from "lucide-react";
export default function IntroductionPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Introduction", id: "introduction" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
];
const footerColumns = [
{
items: [
{ label: "Home", href: "/" },
{ label: "Introduction", href: "/introduction" },
{ label: "Menu", href: "/menu" },
{ label: "About", href: "/about" },
{ label: "Reviews", href: "/reviews" },
],
},
{
items: [
{ label: "Call Us", href: "tel:+1-555-123-4567" },
{ label: "Get Directions", href: "https://maps.google.com" },
{ label: "Hours & Location", href: "/contact" },
{ label: "Catering", href: "/contact" },
],
},
{
items: [
{ label: "Order Online", href: "/order" },
{ label: "Reservations", href: "/contact" },
{ label: "Gift Cards", href: "/gift-cards" },
{ label: "Contact Form", href: "/contact" },
],
},
{
items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "Subscribe", href: "#" },
],
},
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
{ label: "© 2024 Seven Brothers Burgers", href: "#" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
contentWidth="small"
sizing="largeSizeMediumTitles"
background="fluid"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
headingFontWeight="medium"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={navItems}
brandName="Seven Brothers Burgers"
button={{
text: "Call Now", href: "tel:+1-555-123-4567"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Seven Brothers Burgers"
description="Welcome to Seven Brothers Burgers - Where family tradition meets exceptional taste. We're dedicated to serving you handcrafted burgers made with passion, premium ingredients, and a whole lot of heart. Since day one, we've been committed to bringing the authentic burger experience to your table."
buttons={[
{
text: "📞 Call Now", href: "tel:+1-555-123-4567"},
{
text: "📍 Get Directions", href: "https://maps.google.com"},
]}
background={{ variant: "radial-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg"
imageAlt="Seven Brothers Burgers welcoming interior with happy diners"
mediaAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
names={[
"Best burgers in town", "Brothers have mastered the craft", "Quality that speaks for itself", "Worth the visit every time", "Authentic flavors & genuine warmth", "Family-owned excellence", "Perfect burger destination"]}
title="Loved by Burger Enthusiasts Everywhere"
description="Thousands of satisfied customers who keep coming back for our legendary burgers, fresh ingredients, and the warmth of the Seven Brothers family."
textboxLayout="default"
useInvertedBackground={false}
showCard={true}
buttonAnimation="slide-up"
/>
</div>
<div id="experience" data-section="experience">
<FeatureCardTwentySix
title="What Makes Seven Brothers Special"
description="Every burger we make carries the pride and dedication of our family legacy. We focus on what matters most: exceptional ingredients, authentic craftsmanship, and genuine hospitality."
features={[
{
title: "Premium Burgers", description: "Hand-selected beef, fresh buns, and toppings prepared daily. Each burger is a masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg?_wi=1", imageAlt: "Preparing premium burger with fresh ingredients", buttonIcon: Sparkles,
},
{
title: "Family Tradition", description: "Built on seven brothers' passion for perfect burgers. Our legacy is your guarantee of quality.", imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg?_wi=1", imageAlt: "Family working together in burger kitchen", buttonIcon: Heart,
},
{
title: "Welcoming Atmosphere", description: "A comfortable space where burger lovers gather. Feel the warmth and energy of our community.", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1", imageAlt: "Warm inviting burger restaurant interior", buttonIcon: Home,
},
]}
textboxLayout="split"
useInvertedBackground={true}
buttonAnimation="slide-up"
tag="Our Promise"
/>
</div>
<div id="signature-items" data-section="signature-items">
<ProductCardFour
title="Our Legendary Burgers"
description="Each burger is a tribute to our craft. Handmade, perfectly seasoned, and served with pride."
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
products={[
{
id: "classic-seven", name: "The Classic Seven", price: "$12.99", variant: "Our signature burger - premium beef, melted cheddar, house sauce", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-wooden-board-with-fresh-tomatoes_23-2148238496.jpg?_wi=1", imageAlt: "The Classic Seven burger signature dish"},
{
id: "brothers-beast", name: "Brothers' Beast", price: "$16.99", variant: "Double patty, bacon, caramelized onions, special seven-layer sauce", imageSrc: "http://img.b2bpic.net/free-photo/exotic-cut-slice-seafood-salmon-plate_23-2148637837.jpg?_wi=1", imageAlt: "Brothers Beast double burger masterpiece"},
{
id: "gourmet-delight", name: "Gourmet Delight", price: "$14.99", variant: "Truffle aioli, grilled mushrooms, crispy onion strings, premium toppings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-table-with-fresh-ingredients_23-2147606600.jpg?_wi=1", imageAlt: "Gourmet Delight upscale burger creation"},
]}
tag="Most Loved"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Stories From Our Burger Family"
description="Real customers sharing their love for Seven Brothers Burgers and what keeps them coming back."
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1", title: "Best Burger Experience Ever", quote: "These aren't just burgers - they're works of art. The brothers clearly pour their hearts into every single one. It's our new favorite spot!", name: "Sarah Johnson", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg?_wi=1", imageAlt: "Happy customer satisfied with burger"},
{
id: "2", title: "Quality You Can Taste", quote: "Every ingredient is clearly chosen with care. You can taste the difference when someone truly cares about their craft.", name: "Michael Chen", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=1", imageAlt: "Professional man enjoying burger"},
{
id: "3", title: "Family Favorite", quote: "We bring our whole family here. The brothers remember us by name, and the food is consistently fantastic. That's rare!", name: "Emily Rodriguez", role: "Family of Four", imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg?_wi=1", imageAlt: "Confident woman enjoying burger meal"},
{
id: "4", title: "Burger Perfection", quote: "Seven Brothers has set the standard for what a real burger should be. Nothing compares. We're obsessed!", name: "David Kim", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg?_wi=1", imageAlt: "Customer enjoying meal at restaurant"},
{
id: "5", title: "Pure Joy in Every Bite", quote: "The passion these brothers have for their craft is evident in every bite. It's more than just food - it's an experience!", name: "Jessica Martinez", role: "Special Occasion Guest", imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg?_wi=1", imageAlt: "Happy customer recommending burgers"},
{
id: "6", title: "The Gold Standard", quote: "We've tried many burger places, but Seven Brothers is in a league of their own. This is burger excellence!", name: "Robert Thompson", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=1", imageAlt: "Satisfied male customer smiling"},
]}
buttonAnimation="slide-up"
/>
</div>
<div id="cta" data-section="cta">
<ContactCTA
tag="Ready to Experience Burger Excellence?"
title="Visit Seven Brothers Burgers Today"
description="Discover why our community loves our burgers. Every visit is an opportunity to taste the difference quality and passion make. Come hungry, leave happy."
buttons={[
{
text: "📞 Call Now", href: "tel:+1-555-123-4567"},
{
text: "🛒 Order Online", href: "/order"},
{
text: "📍 Visit Us", href: "/contact"},
]}
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
buttonAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Seven Brothers Burgers"
columns={footerColumns}
/>
</div>
</ThemeProvider>
);
}

View File

@@ -10,6 +10,7 @@ import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"
export default function MenuPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Introduction", id: "introduction" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
@@ -20,6 +21,7 @@ export default function MenuPage() {
{
items: [
{ label: "Home", href: "/" },
{ label: "Introduction", href: "/introduction" },
{ label: "Menu", href: "/menu" },
{ label: "About", href: "/about" },
{ label: "Reviews", href: "/reviews" },
@@ -77,9 +79,7 @@ export default function MenuPage() {
navItems={navItems}
brandName="Local Kitchen"
button={{
text: "Call Now",
href: "tel:+1-555-123-4567",
}}
text: "Call Now", href: "tel:+1-555-123-4567"}}
/>
</div>
@@ -93,29 +93,11 @@ export default function MenuPage() {
useInvertedBackground={false}
products={[
{
id: "bruschetta",
name: "Tomato Bruschetta",
price: "$8.99",
variant: "Crispy bread with fresh tomatoes and basil",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg?_wi=2",
imageAlt: "Tomato bruschetta appetizer",
},
id: "bruschetta", name: "Tomato Bruschetta", price: "$8.99", variant: "Crispy bread with fresh tomatoes and basil", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg?_wi=2", imageAlt: "Tomato bruschetta appetizer"},
{
id: "calamari",
name: "Crispy Calamari",
price: "$11.99",
variant: "Golden fried squid with house marinara",
imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg?_wi=2",
imageAlt: "Crispy calamari plate",
},
id: "calamari", name: "Crispy Calamari", price: "$11.99", variant: "Golden fried squid with house marinara", imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg?_wi=2", imageAlt: "Crispy calamari plate"},
{
id: "mozzarella-sticks",
name: "Mozzarella Sticks",
price: "$7.99",
variant: "Melted cheese centers, perfectly fried",
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2",
imageAlt: "Golden mozzarella sticks",
},
id: "mozzarella-sticks", name: "Mozzarella Sticks", price: "$7.99", variant: "Melted cheese centers, perfectly fried", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2", imageAlt: "Golden mozzarella sticks"},
]}
tag="To Start"
/>
@@ -131,29 +113,11 @@ export default function MenuPage() {
useInvertedBackground={true}
products={[
{
id: "ribeye-steak",
name: "Prime Ribeye Steak",
price: "$32.99",
variant: "16oz certified Angus, grilled to perfection",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-wooden-board-with-fresh-tomatoes_23-2148238496.jpg?_wi=2",
imageAlt: "Prime ribeye steak",
},
id: "ribeye-steak", name: "Prime Ribeye Steak", price: "$32.99", variant: "16oz certified Angus, grilled to perfection", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-wooden-board-with-fresh-tomatoes_23-2148238496.jpg?_wi=2", imageAlt: "Prime ribeye steak"},
{
id: "sea-bass",
name: "Mediterranean Sea Bass",
price: "$28.99",
variant: "Fresh local catch, herbs, lemon butter sauce",
imageSrc: "http://img.b2bpic.net/free-photo/exotic-cut-slice-seafood-salmon-plate_23-2148637837.jpg?_wi=2",
imageAlt: "Mediterranean sea bass",
},
id: "sea-bass", name: "Mediterranean Sea Bass", price: "$28.99", variant: "Fresh local catch, herbs, lemon butter sauce", imageSrc: "http://img.b2bpic.net/free-photo/exotic-cut-slice-seafood-salmon-plate_23-2148637837.jpg?_wi=2", imageAlt: "Mediterranean sea bass"},
{
id: "risotto",
name: "Truffle Risotto",
price: "$24.99",
variant: "Creamy Arborio rice with black truffle and parmesan",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-table-with-fresh-ingredients_23-2147606600.jpg?_wi=2",
imageAlt: "Creamy truffle risotto",
},
id: "risotto", name: "Truffle Risotto", price: "$24.99", variant: "Creamy Arborio rice with black truffle and parmesan", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-table-with-fresh-ingredients_23-2147606600.jpg?_wi=2", imageAlt: "Creamy truffle risotto"},
]}
tag="Main Selection"
/>
@@ -166,17 +130,11 @@ export default function MenuPage() {
description="Every dish is crafted with passion and the finest ingredients. Dine in, order online, or let us cater your next event."
buttons={[
{
text: "📞 Call Now",
href: "tel:+1-555-123-4567",
},
text: "📞 Call Now", href: "tel:+1-555-123-4567"},
{
text: "🛒 Order Online",
href: "/order",
},
text: "🛒 Order Online", href: "/order"},
{
text: "📍 Visit Us",
href: "/contact",
},
text: "📍 Visit Us", href: "/contact"},
]}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
@@ -192,4 +150,4 @@ export default function MenuPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -15,6 +15,7 @@ import { Sparkles, Heart, Home } from "lucide-react";
export default function HomePage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Introduction", id: "introduction" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
@@ -25,6 +26,7 @@ export default function HomePage() {
{
items: [
{ label: "Home", href: "/" },
{ label: "Introduction", href: "/introduction" },
{ label: "Menu", href: "/menu" },
{ label: "About", href: "/about" },
{ label: "Reviews", href: "/reviews" },
@@ -82,9 +84,7 @@ export default function HomePage() {
navItems={navItems}
brandName="Local Kitchen"
button={{
text: "Call Now",
href: "tel:+1-555-123-4567",
}}
text: "Call Now", href: "tel:+1-555-123-4567"}}
/>
</div>
@@ -94,13 +94,9 @@ export default function HomePage() {
description="More Than a Meal — It's an Experience You'll Come Back For. Fresh ingredients, exceptional service, and the warmth of community in every bite."
buttons={[
{
text: "📞 Call Now",
href: "tel:+1-555-123-4567",
},
text: "📞 Call Now", href: "tel:+1-555-123-4567"},
{
text: "📍 Get Directions",
href: "https://maps.google.com",
},
text: "📍 Get Directions", href: "https://maps.google.com"},
]}
background={{ variant: "radial-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg"
@@ -113,14 +109,7 @@ export default function HomePage() {
<div id="social-proof" data-section="social-proof">
<SocialProofOne
names={[
"Best burger I've ever had",
"Staff made us feel like family",
"Worth every penny",
"We'll definitely be back",
"Authentic flavors & genuine warmth",
"Local gem with big heart",
"Perfect spot for celebrations",
]}
"Best burger I've ever had", "Staff made us feel like family", "Worth every penny", "We'll definitely be back", "Authentic flavors & genuine warmth", "Local gem with big heart", "Perfect spot for celebrations"]}
title="Loved by Our Community"
description="Thousands of satisfied guests who keep coming back for the food, service, and unforgettable experience."
textboxLayout="default"
@@ -136,25 +125,13 @@ export default function HomePage() {
description="Every detail matters. From the quality of our ingredients to the warmth of our service, we're committed to making your visit unforgettable."
features={[
{
title: "Fresh, Flavorful Food",
description: "Locally sourced ingredients prepared daily with passion and precision.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg?_wi=1",
imageAlt: "Fresh ingredients and prepared dishes",
buttonIcon: Sparkles,
title: "Fresh, Flavorful Food", description: "Locally sourced ingredients prepared daily with passion and precision.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg?_wi=1", imageAlt: "Fresh ingredients and prepared dishes", buttonIcon: Sparkles,
},
{
title: "Exceptional Service",
description: "Our team treats every guest like family, going above and beyond to ensure your happiness.",
imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg?_wi=1",
imageAlt: "Friendly staff serving guests",
buttonIcon: Heart,
title: "Exceptional Service", description: "Our team treats every guest like family, going above and beyond to ensure your happiness.", imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg?_wi=1", imageAlt: "Friendly staff serving guests", buttonIcon: Heart,
},
{
title: "Welcoming Atmosphere",
description: "A clean, comfortable space designed for genuine connection and memorable moments.",
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1",
imageAlt: "Warm, inviting restaurant ambiance",
buttonIcon: Home,
title: "Welcoming Atmosphere", description: "A clean, comfortable space designed for genuine connection and memorable moments.", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1", imageAlt: "Warm, inviting restaurant ambiance", buttonIcon: Home,
},
]}
textboxLayout="split"
@@ -174,29 +151,11 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "burger-deluxe",
name: "Gourmet Burger",
price: "$16.99",
variant: "Premium Angus beef, aged cheddar, house sauce",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-wooden-board-with-fresh-tomatoes_23-2148238496.jpg?_wi=1",
imageAlt: "Gourmet burger with fresh toppings",
},
id: "burger-deluxe", name: "Gourmet Burger", price: "$16.99", variant: "Premium Angus beef, aged cheddar, house sauce", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-wooden-board-with-fresh-tomatoes_23-2148238496.jpg?_wi=1", imageAlt: "Gourmet burger with fresh toppings"},
{
id: "salmon-catch",
name: "Daily Catch Salmon",
price: "$22.99",
variant: "Fresh grilled salmon with seasonal vegetables",
imageSrc: "http://img.b2bpic.net/free-photo/exotic-cut-slice-seafood-salmon-plate_23-2148637837.jpg?_wi=1",
imageAlt: "Fresh grilled salmon plate",
},
id: "salmon-catch", name: "Daily Catch Salmon", price: "$22.99", variant: "Fresh grilled salmon with seasonal vegetables", imageSrc: "http://img.b2bpic.net/free-photo/exotic-cut-slice-seafood-salmon-plate_23-2148637837.jpg?_wi=1", imageAlt: "Fresh grilled salmon plate"},
{
id: "pasta-homemade",
name: "Homemade Pasta",
price: "$18.99",
variant: "Made fresh daily with our signature sauce",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-table-with-fresh-ingredients_23-2147606600.jpg?_wi=1",
imageAlt: "Homemade pasta with rich sauce",
},
id: "pasta-homemade", name: "Homemade Pasta", price: "$18.99", variant: "Made fresh daily with our signature sauce", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-table-with-fresh-ingredients_23-2147606600.jpg?_wi=1", imageAlt: "Homemade pasta with rich sauce"},
]}
tag="Most Popular"
/>
@@ -210,53 +169,17 @@ export default function HomePage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Best Burger Ever",
quote: "Hands down the best burger I've ever had. The staff made us feel like family, and we've been back every week since.",
name: "Sarah Johnson",
role: "Regular Guest",
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg?_wi=1",
},
id: "1", title: "Best Burger Ever", quote: "Hands down the best burger I've ever had. The staff made us feel like family, and we've been back every week since.", name: "Sarah Johnson", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg?_wi=1"},
{
id: "2",
title: "Worth Every Penny",
quote: "The quality of the food and the genuine warmth of the team make this place truly special. Worth every penny.",
name: "Michael Chen",
role: "First-Time Visitor",
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=1",
},
id: "2", title: "Worth Every Penny", quote: "The quality of the food and the genuine warmth of the team make this place truly special. Worth every penny.", name: "Michael Chen", role: "First-Time Visitor", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=1"},
{
id: "3",
title: "Our Favorite Local Spot",
quote: "Clean, welcoming, and delicious. This is our go-to place for date nights and family celebrations.",
name: "Emily Rodriguez",
role: "Family of Four",
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg?_wi=1",
},
id: "3", title: "Our Favorite Local Spot", quote: "Clean, welcoming, and delicious. This is our go-to place for date nights and family celebrations.", name: "Emily Rodriguez", role: "Family of Four", imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg?_wi=1"},
{
id: "4",
title: "Genuine Connection",
quote: "It's rare to find a restaurant that treats you like family. The staff remembers us by name. That's what keeps us coming back.",
name: "David Kim",
role: "Loyal Customer",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg?_wi=1",
},
id: "4", title: "Genuine Connection", quote: "It's rare to find a restaurant that treats you like family. The staff remembers us by name. That's what keeps us coming back.", name: "David Kim", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg?_wi=1"},
{
id: "5",
title: "Unforgettable Experience",
quote: "From the moment we walked in, we felt welcomed. The food was incredible, and the service was attentive but not intrusive.",
name: "Jessica Martinez",
role: "Special Occasion Guest",
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg?_wi=1",
},
id: "5", title: "Unforgettable Experience", quote: "From the moment we walked in, we felt welcomed. The food was incredible, and the service was attentive but not intrusive.", name: "Jessica Martinez", role: "Special Occasion Guest", imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg?_wi=1"},
{
id: "6",
title: "Best Local Find",
quote: "We've tried many restaurants in town, but this one stands out. Authentic flavors, fresh ingredients, and real hospitality.",
name: "Robert Thompson",
role: "Food Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=1",
},
id: "6", title: "Best Local Find", quote: "We've tried many restaurants in town, but this one stands out. Authentic flavors, fresh ingredients, and real hospitality.", name: "Robert Thompson", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=1"},
]}
buttonAnimation="slide-up"
/>
@@ -269,17 +192,11 @@ export default function HomePage() {
description="Whether you're looking for an exceptional meal, a place to celebrate, or just great food and genuine service, we're here for you."
buttons={[
{
text: "📞 Call Now",
href: "tel:+1-555-123-4567",
},
text: "📞 Call Now", href: "tel:+1-555-123-4567"},
{
text: "🛒 Order Online",
href: "/order",
},
text: "🛒 Order Online", href: "/order"},
{
text: "📍 Visit Us",
href: "/contact",
},
text: "📍 Visit Us", href: "/contact"},
]}
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
@@ -295,4 +212,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}