Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-26 14:43:59 +00:00
2 changed files with 121 additions and 440 deletions

View File

@@ -6,6 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import { Drumstick, Carrot, ChefHat } from "lucide-react";
export default function LandingPage() {
return (
@@ -26,30 +27,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "menu",
href: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "about",
href: "/about",
},
name: "About", id: "/about"},
{
name: "Reviews",
id: "reviews",
href: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Southern Comfort Kitchen"
/>
@@ -63,33 +49,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Southern Fried Chicken",
price: "$14.99",
imageSrc: "http://img.b2bpic.net/free-photo/crispy-flossy-toast-with-shredded-pork_1150-23537.jpg?_wi=3",
imageAlt: "Crispy fried chicken basket",
},
id: "1", name: "Southern Fried Chicken", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/crispy-flossy-toast-with-shredded-pork_1150-23537.jpg", imageAlt: "Crispy fried chicken basket"},
{
id: "2",
name: "Pan-Seared Pork Chops",
price: "$16.50",
imageSrc: "http://img.b2bpic.net/free-photo/pork-chop-steak_1339-5917.jpg?_wi=3",
imageAlt: "Pan seared pork chop with sides",
},
id: "2", name: "Pan-Seared Pork Chops", price: "$16.50", imageSrc: "http://img.b2bpic.net/free-photo/pork-chop-steak_1339-5917.jpg", imageAlt: "Pan seared pork chop with sides"},
{
id: "3",
name: "Creamy Potato Soup",
price: "$7.99",
imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-soup-bowl-wooden-table-close-up_123827-34671.jpg?_wi=3",
imageAlt: "Bowl of creamy potato soup",
},
id: "3", name: "Creamy Potato Soup", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-soup-bowl-wooden-table-close-up_123827-34671.jpg", imageAlt: "Bowl of creamy potato soup"},
{
id: "4",
name: "Smoked Prime Rib Sandwich",
price: "$15.75",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ground-meat_658428-394.jpg?_wi=3",
imageAlt: "Prime rib sandwich with fries",
},
id: "4", name: "Smoked Prime Rib Sandwich", price: "$15.75", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ground-meat_658428-394.jpg", imageAlt: "Prime rib sandwich with fries"},
]}
title="Our Delicious Buffet & A La Carte Menu"
description="Discover a wide array of authentic Southern comfort food, prepared fresh daily. From our famous fried chicken to soulful sides, there's something for everyone."
@@ -103,26 +69,18 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "1",
title: "Chef's Special Baked Chicken",
description: "Succulent baked chicken seasoned to perfection, served with a medley of roasted seasonal vegetables.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-veggies-plate-with-cutlery_23-2148682740.jpg?_wi=3",
imageAlt: "Baked chicken with vegetables",
},
id: "1", title: "Chef's Special Baked Chicken", description: "Succulent baked chicken seasoned to perfection, served with a medley of roasted seasonal vegetables.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-veggies-plate-with-cutlery_23-2148682740.jpg", imageAlt: "Baked chicken with vegetables"},
items: [
{
icon: Drumstick,
text: "Perfectly baked for tenderness",
},
text: "Perfectly baked for tenderness"},
{
icon: Carrot,
text: "Fresh, locally sourced vegetables",
},
text: "Fresh, locally sourced vegetables"},
{
icon: ChefHat,
text: "Chef's daily rotating sauce",
},
text: "Chef's daily rotating sauce"},
],
reverse: false,
},
@@ -136,54 +94,33 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "/menu"},
{
label: "Catering",
href: "/contact",
},
label: "Catering", href: "/contact"},
{
label: "Daily Specials",
href: "/menu",
},
label: "Daily Specials", href: "/menu"},
],
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "Our Story",
href: "/about",
},
label: "Our Story", href: "/about"},
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "Team",
href: "/about",
},
label: "Team", href: "/about"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Location",
href: "/contact",
},
label: "Location", href: "/contact"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
]}

View File

@@ -34,30 +34,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "menu",
href: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "about",
href: "/about",
},
name: "About", id: "/about"},
{
name: "Reviews",
id: "reviews",
href: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Southern Comfort Kitchen"
/>
@@ -66,21 +51,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
logoText="Southern Comfort Kitchen"
description="Home-Style Southern Cooking Youll Love. Highly rated (4.5 ⭐ from 80+ reviews)."
buttons={[
{
text: "📞 Call Now",
href: "tel:+1234567890",
},
text: "📞 Call Now", href: "tel:+1234567890"},
{
text: "📍 Get Directions",
href: "#",
},
text: "📍 Get Directions", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/boneless-chicken-corn-high-angle_23-2149973034.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/boneless-chicken-corn-high-angle_23-2149973034.jpg"
imageAlt="Plate of crispy fried chicken with sides"
mediaAnimation="opacity"
frameStyle="card"
@@ -95,40 +75,15 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "fried-chicken",
name: "Fried Chicken",
price: "Market Price",
imageSrc: "http://img.b2bpic.net/free-photo/crispy-flossy-toast-with-shredded-pork_1150-23537.jpg?_wi=1",
imageAlt: "Crispy fried chicken pieces",
},
id: "fried-chicken", name: "Fried Chicken", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/crispy-flossy-toast-with-shredded-pork_1150-23537.jpg", imageAlt: "Crispy fried chicken pieces"},
{
id: "baked-chicken",
name: "Baked Chicken",
price: "Market Price",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-veggies-plate-with-cutlery_23-2148682740.jpg?_wi=1",
imageAlt: "Oven-baked chicken pieces",
},
id: "baked-chicken", name: "Baked Chicken", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-veggies-plate-with-cutlery_23-2148682740.jpg", imageAlt: "Oven-baked chicken pieces"},
{
id: "potato-soup",
name: "Potato Soup",
price: "$5.99",
imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-soup-bowl-wooden-table-close-up_123827-34671.jpg?_wi=1",
imageAlt: "Bowl of creamy potato soup",
},
id: "potato-soup", name: "Potato Soup", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-soup-bowl-wooden-table-close-up_123827-34671.jpg", imageAlt: "Bowl of creamy potato soup"},
{
id: "pork-chop",
name: "Pork Chop",
price: "Market Price",
imageSrc: "http://img.b2bpic.net/free-photo/pork-chop-steak_1339-5917.jpg?_wi=1",
imageAlt: "Grilled pork chop with seasoning",
},
id: "pork-chop", name: "Pork Chop", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/pork-chop-steak_1339-5917.jpg", imageAlt: "Grilled pork chop with seasoning"},
{
id: "prime-rib-sandwich",
name: "Prime Rib Sandwich",
price: "$12.99",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ground-meat_658428-394.jpg?_wi=1",
imageAlt: "Prime rib sandwich with au jus",
},
id: "prime-rib-sandwich", name: "Prime Rib Sandwich", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ground-meat_658428-394.jpg", imageAlt: "Prime rib sandwich with au jus"},
]}
title="Our Beloved Southern Favorites"
description="Experience authentic Southern flavors with our most popular dishes, prepared fresh daily."
@@ -143,24 +98,16 @@ export default function LandingPage() {
features={[
{
icon: Car,
title: "Walk In",
description: "No reservations needed. Just come in and make yourself at home.",
},
title: "Walk In", description: "No reservations needed. Just come in and make yourself at home."},
{
icon: Utensils,
title: "Grab Utensils",
description: "Help yourself to fresh plates and cutlery at our buffet.",
},
title: "Grab Utensils", description: "Help yourself to fresh plates and cutlery at our buffet."},
{
icon: Home,
title: "Choose Your Food",
description: "Select from our daily changing buffet of Southern specialties.",
},
title: "Choose Your Food", description: "Select from our daily changing buffet of Southern specialties."},
{
icon: Smile,
title: "Enjoy Your Meal",
description: "Savor the flavors of home-style cooking in a cozy atmosphere.",
},
title: "Enjoy Your Meal", description: "Savor the flavors of home-style cooking in a cozy atmosphere."},
]}
title="Your Southern Comfort Experience"
description="Enjoying a delicious meal at our restaurant is simple and delightful. Fresh food, friendly service, every time."
@@ -174,60 +121,25 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Local Resident",
company: "Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-chef-standing-kitchen_1303-32141.jpg?_wi=1",
},
id: "1", name: "Sarah J.", role: "Local Resident", company: "Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-chef-standing-kitchen_1303-32141.jpg"},
{
id: "2",
name: "Michael C.",
role: "Lunch Break",
company: "Worker",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-floral-blouse-black-skirt-holding-hands-front-her-looking-jolly-front-view_176474-52461.jpg?_wi=1",
},
id: "2", name: "Michael C.", role: "Lunch Break", company: "Worker", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-floral-blouse-black-skirt-holding-hands-front-her-looking-jolly-front-view_176474-52461.jpg"},
{
id: "3",
name: "Emily R.",
role: "Family Visit",
company: "Visitor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-smiling-older-man_1194-424.jpg?_wi=1",
},
id: "3", name: "Emily R.", role: "Family Visit", company: "Visitor", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-smiling-older-man_1194-424.jpg"},
{
id: "4",
name: "David K.",
role: "Regular Customer",
company: "Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-smiling-confident-looking-side-park_839833-20591.jpg?_wi=1",
},
id: "4", name: "David K.", role: "Regular Customer", company: "Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-smiling-confident-looking-side-park_839833-20591.jpg"},
]}
kpiItems={[
{
id: "1",
title: "4.5",
subtitle: "Star Rating",
category: "Rating",
value: "4.5",
},
title: "4.5", subtitle: "Star Rating", category: "Rating", value: "4.5"},
{
id: "2",
title: "80+",
subtitle: "Happy Reviews",
category: "Reviews",
value: "80+",
},
title: "80+", subtitle: "Happy Reviews", category: "Reviews", value: "80+"},
{
id: "3",
title: "10+",
subtitle: "Years Serving",
category: "Experience",
value: "10+",
},
title: "10+", subtitle: "Years Serving", category: "Experience", value: "10+"},
]}
title="What Our Guests Say"
description="Hear from our happy customers who love our home-style Southern cooking and warm hospitality."
@@ -239,18 +151,12 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Visit Us Today!"
description={[
"Were open from 10:30 AM 3:00 PM (check live status). Come in for lunch or call us to inquire about catering options!",
"Your go-to spot for fresh, filling, and affordable Southern comfort food. We can't wait to serve you!",
]}
"Were open from 10:30 AM 3:00 PM (check live status). Come in for lunch or call us to inquire about catering options!", "Your go-to spot for fresh, filling, and affordable Southern comfort food. We can't wait to serve you!"]}
buttons={[
{
text: "📞 Call Us",
href: "tel:+1234567890",
},
text: "📞 Call Us", href: "tel:+1234567890"},
{
text: "➡️ Get Directions",
href: "#",
},
text: "➡️ Get Directions", href: "#"},
]}
/>
</div>
@@ -259,66 +165,39 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "/menu"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Our Menu",
items: [
title: "Our Menu", items: [
{
label: "Chicken Dishes",
href: "/menu#chicken",
},
label: "Chicken Dishes", href: "/menu#chicken"},
{
label: "Sides",
href: "/menu#sides",
},
label: "Sides", href: "/menu#sides"},
{
label: "Buffet Items",
href: "/menu#buffet",
},
label: "Buffet Items", href: "/menu#buffet"},
{
label: "Today's Specials",
href: "/menu#specials",
},
label: "Today's Specials", href: "/menu#specials"},
],
},
{
title: "Contact Us",
items: [
title: "Contact Us", items: [
{
label: "Call Us: (123) 456-7890",
href: "tel:+1234567890",
},
label: "Call Us: (123) 456-7890", href: "tel:+1234567890"},
{
label: "Get Directions",
href: "#",
},
label: "Get Directions", href: "#"},
{
label: "Catering Inquiry",
href: "/contact#catering",
},
label: "Catering Inquiry", href: "/contact#catering"},
],
},
]}
@@ -330,21 +209,16 @@ export default function LandingPage() {
<div id="menu-hero" data-section="menu-hero">
<HeroLogoBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
logoText="Southern Comfort Kitchen"
description="Home-Style Southern Cooking Youll Love. Highly rated (4.5 ⭐ from 80+ reviews)."
buttons={[
{
text: "📞 Call Now",
href: "tel:+1234567890",
},
text: "📞 Call Now", href: "tel:+1234567890"},
{
text: "📍 Get Directions",
href: "#",
},
text: "📍 Get Directions", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/boneless-chicken-corn-high-angle_23-2149973034.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/boneless-chicken-corn-high-angle_23-2149973034.jpg"
imageAlt="Plate of crispy fried chicken with sides"
mediaAnimation="opacity"
frameStyle="card"
@@ -359,40 +233,15 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "fried-chicken",
name: "Fried Chicken",
price: "Market Price",
imageSrc: "http://img.b2bpic.net/free-photo/crispy-flossy-toast-with-shredded-pork_1150-23537.jpg?_wi=2",
imageAlt: "Crispy fried chicken pieces",
},
id: "fried-chicken", name: "Fried Chicken", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/crispy-flossy-toast-with-shredded-pork_1150-23537.jpg", imageAlt: "Crispy fried chicken pieces"},
{
id: "baked-chicken",
name: "Baked Chicken",
price: "Market Price",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-veggies-plate-with-cutlery_23-2148682740.jpg?_wi=2",
imageAlt: "Oven-baked chicken pieces",
},
id: "baked-chicken", name: "Baked Chicken", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-veggies-plate-with-cutlery_23-2148682740.jpg", imageAlt: "Oven-baked chicken pieces"},
{
id: "potato-soup",
name: "Potato Soup",
price: "$5.99",
imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-soup-bowl-wooden-table-close-up_123827-34671.jpg?_wi=2",
imageAlt: "Bowl of creamy potato soup",
},
id: "potato-soup", name: "Potato Soup", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-soup-bowl-wooden-table-close-up_123827-34671.jpg", imageAlt: "Bowl of creamy potato soup"},
{
id: "pork-chop",
name: "Pork Chop",
price: "Market Price",
imageSrc: "http://img.b2bpic.net/free-photo/pork-chop-steak_1339-5917.jpg?_wi=2",
imageAlt: "Grilled pork chop with seasoning",
},
id: "pork-chop", name: "Pork Chop", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/pork-chop-steak_1339-5917.jpg", imageAlt: "Grilled pork chop with seasoning"},
{
id: "prime-rib-sandwich",
name: "Prime Rib Sandwich",
price: "$12.99",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ground-meat_658428-394.jpg?_wi=2",
imageAlt: "Prime rib sandwich with au jus",
},
id: "prime-rib-sandwich", name: "Prime Rib Sandwich", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ground-meat_658428-394.jpg", imageAlt: "Prime rib sandwich with au jus"},
]}
title="Our Beloved Southern Favorites"
description="Experience authentic Southern flavors with our most popular dishes, prepared fresh daily."
@@ -402,21 +251,16 @@ export default function LandingPage() {
<div id="about-hero" data-section="about-hero">
<HeroLogoBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
logoText="Southern Comfort Kitchen"
description="Home-Style Southern Cooking Youll Love. Highly rated (4.5 ⭐ from 80+ reviews)."
buttons={[
{
text: "📞 Call Now",
href: "tel:+1234567890",
},
text: "📞 Call Now", href: "tel:+1234567890"},
{
text: "📍 Get Directions",
href: "#",
},
text: "📍 Get Directions", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/boneless-chicken-corn-high-angle_23-2149973034.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/boneless-chicken-corn-high-angle_23-2149973034.jpg"
imageAlt="Plate of crispy fried chicken with sides"
mediaAnimation="opacity"
frameStyle="card"
@@ -428,18 +272,12 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Visit Us Today!"
description={[
"Were open from 10:30 AM 3:00 PM (check live status). Come in for lunch or call us to inquire about catering options!",
"Your go-to spot for fresh, filling, and affordable Southern comfort food. We can't wait to serve you!",
]}
"Were open from 10:30 AM 3:00 PM (check live status). Come in for lunch or call us to inquire about catering options!", "Your go-to spot for fresh, filling, and affordable Southern comfort food. We can't wait to serve you!"]}
buttons={[
{
text: "📞 Call Us",
href: "tel:+1234567890",
},
text: "📞 Call Us", href: "tel:+1234567890"},
{
text: "➡️ Get Directions",
href: "#",
},
text: "➡️ Get Directions", href: "#"},
]}
/>
</div>
@@ -452,26 +290,11 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
id: "1",
name: "Chef James",
role: "Head Chef & Owner",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-indoors_23-2151038681.jpg?_wi=1",
imageAlt: "Portrait of Chef James",
},
id: "1", name: "Chef James", role: "Head Chef & Owner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-indoors_23-2151038681.jpg", imageAlt: "Portrait of Chef James"},
{
id: "2",
name: "Maria Rodriguez",
role: "Restaurant Manager",
imageSrc: "http://img.b2bpic.net/free-photo/technology-occupation-remote-work-concept-confident-young-female-copywriter-standing-kitchen_343059-3895.jpg?_wi=1",
imageAlt: "Portrait of Maria Rodriguez",
},
id: "2", name: "Maria Rodriguez", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/technology-occupation-remote-work-concept-confident-young-female-copywriter-standing-kitchen_343059-3895.jpg", imageAlt: "Portrait of Maria Rodriguez"},
{
id: "3",
name: "The Kitchen Crew",
role: "Culinary Team",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232223.jpg?_wi=1",
imageAlt: "Diverse kitchen staff smiling",
},
id: "3", name: "The Kitchen Crew", role: "Culinary Team", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232223.jpg", imageAlt: "Diverse kitchen staff smiling"},
]}
title="Meet Our Wonderful Team"
description="Our dedicated team is passionate about food and hospitality, ensuring every visit is a memorable one."
@@ -483,23 +306,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Local Eats Magazine",
"Taste of the Town",
"Community Favorite",
"Southern Foodies",
"Best of [City]",
"Family Dining Award",
"Culinary Review",
]}
"Local Eats Magazine", "Taste of the Town", "Community Favorite", "Southern Foodies", "Best of [City]", "Family Dining Award", "Culinary Review"]}
logos={[
"http://img.b2bpic.net/free-vector/elegant-sale-label-collection_23-2147701428.jpg",
"http://img.b2bpic.net/free-vector/flat-chef-logo-collection_23-2148972192.jpg",
"http://img.b2bpic.net/free-vector/gradient-jewelry-logo-set_23-2148878078.jpg",
"http://img.b2bpic.net/free-vector/grand-opening_23-2148158868.jpg",
"http://img.b2bpic.net/free-vector/black-white-barbecue-badge-set_23-2147554889.jpg",
"http://img.b2bpic.net/free-photo/positive-blonde-woman-holds-smart-phone-hands-makes-selfie-photo-together-with-asian-friend-enjoy-summer-vacation-together_273609-18143.jpg",
"http://img.b2bpic.net/free-vector/retro-colorful-minimal-logo-collection_23-2148378106.jpg",
]}
"http://img.b2bpic.net/free-vector/elegant-sale-label-collection_23-2147701428.jpg", "http://img.b2bpic.net/free-vector/flat-chef-logo-collection_23-2148972192.jpg", "http://img.b2bpic.net/free-vector/gradient-jewelry-logo-set_23-2148878078.jpg", "http://img.b2bpic.net/free-vector/grand-opening_23-2148158868.jpg", "http://img.b2bpic.net/free-vector/black-white-barbecue-badge-set_23-2147554889.jpg", "http://img.b2bpic.net/free-photo/positive-blonde-woman-holds-smart-phone-hands-makes-selfie-photo-together-with-asian-friend-enjoy-summer-vacation-together_273609-18143.jpg", "http://img.b2bpic.net/free-vector/retro-colorful-minimal-logo-collection_23-2148378106.jpg"]}
title="Community Recognized"
description="Proudly serving our community and recognized for our dedication to quality and service."
/>
@@ -508,21 +317,16 @@ export default function LandingPage() {
<div id="reviews-hero" data-section="reviews-hero">
<HeroLogoBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
logoText="Southern Comfort Kitchen"
description="Home-Style Southern Cooking Youll Love. Highly rated (4.5 ⭐ from 80+ reviews)."
buttons={[
{
text: "📞 Call Now",
href: "tel:+1234567890",
},
text: "📞 Call Now", href: "tel:+1234567890"},
{
text: "📍 Get Directions",
href: "#",
},
text: "📍 Get Directions", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/boneless-chicken-corn-high-angle_23-2149973034.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/boneless-chicken-corn-high-angle_23-2149973034.jpg"
imageAlt="Plate of crispy fried chicken with sides"
mediaAnimation="opacity"
frameStyle="card"
@@ -536,60 +340,25 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Local Resident",
company: "Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-chef-standing-kitchen_1303-32141.jpg?_wi=2",
},
id: "1", name: "Sarah J.", role: "Local Resident", company: "Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-chef-standing-kitchen_1303-32141.jpg"},
{
id: "2",
name: "Michael C.",
role: "Lunch Break",
company: "Worker",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-floral-blouse-black-skirt-holding-hands-front-her-looking-jolly-front-view_176474-52461.jpg?_wi=2",
},
id: "2", name: "Michael C.", role: "Lunch Break", company: "Worker", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-floral-blouse-black-skirt-holding-hands-front-her-looking-jolly-front-view_176474-52461.jpg"},
{
id: "3",
name: "Emily R.",
role: "Family Visit",
company: "Visitor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-smiling-older-man_1194-424.jpg?_wi=2",
},
id: "3", name: "Emily R.", role: "Family Visit", company: "Visitor", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-smiling-older-man_1194-424.jpg"},
{
id: "4",
name: "David K.",
role: "Regular Customer",
company: "Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-smiling-confident-looking-side-park_839833-20591.jpg?_wi=2",
},
id: "4", name: "David K.", role: "Regular Customer", company: "Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-smiling-confident-looking-side-park_839833-20591.jpg"},
]}
kpiItems={[
{
id: "1",
title: "4.5",
subtitle: "Star Rating",
category: "Rating",
value: "4.5",
},
title: "4.5", subtitle: "Star Rating", category: "Rating", value: "4.5"},
{
id: "2",
title: "80+",
subtitle: "Happy Reviews",
category: "Reviews",
value: "80+",
},
title: "80+", subtitle: "Happy Reviews", category: "Reviews", value: "80+"},
{
id: "3",
title: "10+",
subtitle: "Years Serving",
category: "Experience",
value: "10+",
},
title: "10+", subtitle: "Years Serving", category: "Experience", value: "10+"},
]}
title="What Our Guests Say"
description="Hear from our happy customers who love our home-style Southern cooking and warm hospitality."
@@ -602,20 +371,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "How can I leave a review?",
content: "You can leave a review on Google, Yelp, or directly through our contact form. We appreciate your feedback!",
},
id: "1", title: "How can I leave a review?", content: "You can leave a review on Google, Yelp, or directly through our contact form. We appreciate your feedback!"},
{
id: "2",
title: "Do you respond to all reviews?",
content: "Yes, we strive to respond to every review, positive or constructive, to show our appreciation and improve our service.",
},
id: "2", title: "Do you respond to all reviews?", content: "Yes, we strive to respond to every review, positive or constructive, to show our appreciation and improve our service."},
{
id: "3",
title: "Can I submit anonymous feedback?",
content: "While we prefer to know who our customers are to address concerns directly, you can submit anonymous feedback via our website's contact form.",
},
id: "3", title: "Can I submit anonymous feedback?", content: "While we prefer to know who our customers are to address concerns directly, you can submit anonymous feedback via our website's contact form."},
]}
title="Common Questions About Reviews"
description="Have a question about our reviews or want to leave your own feedback? Find answers here."
@@ -626,21 +386,16 @@ export default function LandingPage() {
<div id="contact-hero" data-section="contact-hero">
<HeroLogoBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
logoText="Southern Comfort Kitchen"
description="Home-Style Southern Cooking Youll Love. Highly rated (4.5 ⭐ from 80+ reviews)."
buttons={[
{
text: "📞 Call Now",
href: "tel:+1234567890",
},
text: "📞 Call Now", href: "tel:+1234567890"},
{
text: "📍 Get Directions",
href: "#",
},
text: "📍 Get Directions", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/boneless-chicken-corn-high-angle_23-2149973034.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/boneless-chicken-corn-high-angle_23-2149973034.jpg"
imageAlt="Plate of crispy fried chicken with sides"
mediaAnimation="opacity"
frameStyle="card"
@@ -653,27 +408,16 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What are your operating hours?",
content: "We are open daily from 10:30 AM to 3:00 PM for lunch buffet and take-out.",
},
id: "1", title: "What are your operating hours?", content: "We are open daily from 10:30 AM to 3:00 PM for lunch buffet and take-out."},
{
id: "2",
title: "Do you offer catering services?",
content: "Yes, we offer catering for events of all sizes. Please use the contact form or call us directly to discuss your needs.",
},
id: "2", title: "Do you offer catering services?", content: "Yes, we offer catering for events of all sizes. Please use the contact form or call us directly to discuss your needs."},
{
id: "3",
title: "Where are you located?",
content: "You can find us at [Your Restaurant Address Here]. We're conveniently located near downtown with ample parking.",
},
id: "3", title: "Where are you located?", content: "You can find us at [Your Restaurant Address Here]. We're conveniently located near downtown with ample parking."},
]}
ctaTitle="Get in Touch or Visit Us!"
ctaDescription="Call us directly for orders or inquiries, find us on the map, or send us a message for any questions, including catering!"
ctaButton={{
text: "📞 Call Now",
href: "tel:+1234567890",
}}
text: "📞 Call Now", href: "tel:+1234567890"}}
ctaIcon={Phone}
/>
</div>