Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-23 02:57:56 +00:00

View File

@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarStyleCentered
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: "Reviews",
id: "#testimonials",
},
name: "Reviews", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="CJs Kitchen"
/>
@@ -60,35 +50,22 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Taste the Soul, Feel the Vibe."
description="CJ's Kitchen • Bar & Hookah offers premium soul food and an upscale lounge experience in Quincy, FL."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg",
imageAlt: "CJ's Kitchen Atmosphere",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg", imageAlt: "CJ's Kitchen Atmosphere"},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-wedding-banquet-elegant-crockery-silverware-glassware-generated-by-ai_188544-17315.jpg",
imageAlt: "CJ's Kitchen Interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-wedding-banquet-elegant-crockery-silverware-glassware-generated-by-ai_188544-17315.jpg", imageAlt: "CJ's Kitchen Interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-buns-lie-white-plates-with-golden-design_8353-798.jpg",
imageAlt: "Gourmet Soul Food",
},
imageSrc: "http://img.b2bpic.net/free-photo/tasty-buns-lie-white-plates-with-golden-design_8353-798.jpg", imageAlt: "Gourmet Soul Food"},
{
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg",
imageAlt: "Hookah Lounge",
},
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Hookah Lounge"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg",
imageAlt: "Signature Sides",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "Signature Sides"},
{
imageSrc: "http://img.b2bpic.net/free-photo/expensive-restaurant-interior-view-with-colorful-illuminating_114579-1118.jpg",
imageAlt: "CJ's Signature Dish",
},
imageSrc: "http://img.b2bpic.net/free-photo/expensive-restaurant-interior-view-with-colorful-illuminating_114579-1118.jpg", imageAlt: "CJ's Signature Dish"},
]}
/>
</div>
@@ -111,20 +88,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Black-Owned Excellence",
description: "Dedicated to community and culinary heritage.",
imageSrc: "http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg",
},
title: "Black-Owned Excellence", description: "Dedicated to community and culinary heritage.", imageSrc: "http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg"},
{
title: "Premium Hookah Lounge",
description: "Relax in our upscale social atmosphere.",
imageSrc: "http://img.b2bpic.net/free-photo/view-soft-cake-decorated-with-orange-chocolate-dark-table_140725-86436.jpg",
},
title: "Premium Hookah Lounge", description: "Relax in our upscale social atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/view-soft-cake-decorated-with-orange-chocolate-dark-table_140725-86436.jpg"},
{
title: "Authentic Comfort Food",
description: "Made from scratch recipes you'll love.",
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg",
},
title: "Authentic Comfort Food", description: "Made from scratch recipes you'll love.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg"},
]}
title="Why Choose CJ's"
description="Experience excellence in dining and relaxation."
@@ -133,46 +101,23 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Fried Chicken Platter",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-indian-pakora-fritters-dark-background_84443-81954.jpg",
},
id: "p1", name: "Fried Chicken Platter", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-indian-pakora-fritters-dark-background_84443-81954.jpg"},
{
id: "p2",
name: "Mac & Cheese",
price: "$8",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-fresh-vegetarian-spinach-with-cheese-fried-minced-sweet-pork_1258-195.jpg",
},
id: "p2", name: "Mac & Cheese", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/bowl-fresh-vegetarian-spinach-with-cheese-fried-minced-sweet-pork_1258-195.jpg"},
{
id: "p3",
name: "Fried Pork Chop",
price: "$16",
imageSrc: "http://img.b2bpic.net/free-photo/cherry-jam-glass-white-table_114579-75861.jpg",
},
id: "p3", name: "Fried Pork Chop", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/cherry-jam-glass-white-table_114579-75861.jpg"},
{
id: "p4",
name: "Collard Greens",
price: "$7",
imageSrc: "http://img.b2bpic.net/free-photo/close-shot-fried-chicken-wings-long-white-tray_181624-1735.jpg",
},
id: "p4", name: "Collard Greens", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/close-shot-fried-chicken-wings-long-white-tray_181624-1735.jpg"},
{
id: "p5",
name: "Candied Yams",
price: "$7",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-mac-cheese_23-2149286852.jpg",
},
id: "p5", name: "Candied Yams", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-mac-cheese_23-2149286852.jpg"},
{
id: "p6",
name: "Rice & Gravy",
price: "$6",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-with-different-seasonings-dark-purple-background-health-diet-vegetable-salad-lunch_140725-96843.jpg",
},
id: "p6", name: "Rice & Gravy", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-with-different-seasonings-dark-purple-background-health-diet-vegetable-salad-lunch_140725-96843.jpg"},
]}
title="Signature Menu"
description="From crispy fried chicken to decadent comfort sides."
@@ -186,22 +131,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
title: "Reviews",
value: "87+",
icon: Star,
id: "m1", title: "Reviews", value: "87+", icon: Star,
},
{
id: "m2",
title: "Rating",
value: "4.5/5",
icon: Award,
id: "m2", title: "Rating", value: "4.5/5", icon: Award,
},
{
id: "m3",
title: "Years Serving",
value: "5+",
icon: Clock,
id: "m3", title: "Years Serving", value: "5+", icon: Clock,
},
]}
title="Our Impact"
@@ -216,40 +152,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "Collard greens and mac A+. Fried chicken was flavorful and crispy.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-red-hat-talking-with-man_171337-16410.jpg",
},
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Collard greens and mac A+. Fried chicken was flavorful and crispy.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-red-hat-talking-with-man_171337-16410.jpg"},
{
id: "2",
name: "Michael C.",
handle: "@mikec",
testimonial: "Ordered the fried pork chop with mac and cheese and candied yams. Delicious!",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-bearded-businessman-joyfully-looking-camera-while-talking-cellphone-restaurant-outdoor_574295-1311.jpg",
},
id: "2", name: "Michael C.", handle: "@mikec", testimonial: "Ordered the fried pork chop with mac and cheese and candied yams. Delicious!", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-bearded-businessman-joyfully-looking-camera-while-talking-cellphone-restaurant-outdoor_574295-1311.jpg"},
{
id: "3",
name: "Blanche L.",
handle: "@blanche",
testimonial: "Tasty chicken with gravy and rice. The best service!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg",
},
id: "3", name: "Blanche L.", handle: "@blanche", testimonial: "Tasty chicken with gravy and rice. The best service!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg"},
{
id: "4",
name: "Celeste W.",
handle: "@celestew",
testimonial: "Stopped in passing through. Truly unique place. Exceptional service.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-brown-bra-smiles-widely-eats-tasty-waffle-with-ice-cream-chocolate-sauce_197531-18186.jpg",
},
id: "4", name: "Celeste W.", handle: "@celestew", testimonial: "Stopped in passing through. Truly unique place. Exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-brown-bra-smiles-widely-eats-tasty-waffle-with-ice-cream-chocolate-sauce_197531-18186.jpg"},
{
id: "5",
name: "Alex R.",
handle: "@alexr",
testimonial: "Best comfort food in Quincy hands down. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg",
},
id: "5", name: "Alex R.", handle: "@alexr", testimonial: "Best comfort food in Quincy hands down. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg"},
]}
title="Loved by Our Guests"
description="Read what our customers are saying about CJ's Kitchen."
@@ -262,20 +173,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you take reservations?",
content: "We welcome walk-ins at all times.",
},
id: "f1", title: "Do you take reservations?", content: "We welcome walk-ins at all times."},
{
id: "f2",
title: "Do you offer delivery?",
content: "Yes, we offer delivery services through local platforms.",
},
id: "f2", title: "Do you offer delivery?", content: "Yes, we offer delivery services through local platforms."},
{
id: "f3",
title: "Are you LGBTQ+ friendly?",
content: "Yes, CJ's Kitchen is proud to be an inclusive space for everyone.",
},
id: "f3", title: "Are you LGBTQ+ friendly?", content: "Yes, CJ's Kitchen is proud to be an inclusive space for everyone."},
]}
mediaAnimation="slide-up"
title="Common Questions"
@@ -289,8 +191,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Contact"
title="Visit Us Today"
description="18 S Adams St, Quincy, FL 32351 | (850) 662-1187"
@@ -302,33 +203,21 @@ export default function LandingPage() {
logoText="CJ's Kitchen • Bar & Hookah"
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}