Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-30 14:09:59 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "Our Story",
id: "#about",
},
name: "Our Story", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Community",
id: "#community",
},
name: "Community", id: "#community"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Cafe JC's"
/>
@@ -59,65 +49,40 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "plain",
}}
variant: "plain"}}
title="Cafe JC's — Where Ambiance Meets Flavour."
description="🟢 Open Now | 9:30 AM - 11:30 PM"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-with-floral-decoration-plate_23-2151973715.jpg",
alt: "gourmet coffee and pastry flat lay",
},
src: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-with-floral-decoration-plate_23-2151973715.jpg", alt: "gourmet coffee and pastry flat lay"},
{
src: "http://img.b2bpic.net/free-photo/food-styling-steak-white-plate_53876-42888.jpg",
alt: "Food styling steak on white plate",
},
src: "http://img.b2bpic.net/free-photo/food-styling-steak-white-plate_53876-42888.jpg", alt: "Food styling steak on white plate"},
{
src: "http://img.b2bpic.net/free-photo/tasty-egg-with-truffles-pita-high-angle_23-2149548075.jpg",
alt: "Tasty egg with truffles and pita high angle",
},
src: "http://img.b2bpic.net/free-photo/tasty-egg-with-truffles-pita-high-angle_23-2149548075.jpg", alt: "Tasty egg with truffles and pita high angle"},
{
src: "http://img.b2bpic.net/free-photo/volcano-chocolate-soufle-served-with-vanilla-ice-cream-with-raspberry-syrup_140725-492.jpg",
alt: "volcano chocolate soufle served with vanilla ice cream with raspberry syrup",
},
src: "http://img.b2bpic.net/free-photo/volcano-chocolate-soufle-served-with-vanilla-ice-cream-with-raspberry-syrup_140725-492.jpg", alt: "volcano chocolate soufle served with vanilla ice cream with raspberry syrup"},
{
src: "http://img.b2bpic.net/free-photo/diary-products-cheesecake-with-oreo-cookies_114579-2473.jpg",
alt: "Diary products, cheesecake with oreo cookies",
},
src: "http://img.b2bpic.net/free-photo/diary-products-cheesecake-with-oreo-cookies_114579-2473.jpg", alt: "Diary products, cheesecake with oreo cookies"},
]}
buttons={[
{
text: "Book a Table",
href: "#contact",
},
text: "Book a Table", href: "#contact"},
{
text: "Explore Our Digital Menu",
href: "#menu",
},
text: "Explore Our Digital Menu", href: "#menu"},
]}
marqueeItems={[
{
type: "text",
text: "Freshly Brewed Coffees",
type: "text", text: "Freshly Brewed Coffees"},
{
type: "text-icon", text: "Artisanal Pastries", icon: Croissant,
},
{
type: "text-icon",
text: "Artisanal Pastries",
icon: Croissant,
type: "text", text: "Gourmet Brunch Options"},
{
type: "text-icon", text: "Pet-Friendly Patio", icon: Flame,
},
{
type: "text",
text: "Gourmet Brunch Options",
},
{
type: "text-icon",
text: "Pet-Friendly Patio",
icon: Flame,
},
{
type: "text",
text: "Exquisite Multi-Cuisine",
},
type: "text", text: "Exquisite Multi-Cuisine"},
]}
/>
</div>
@@ -127,15 +92,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Our Passion for Perfection",
},
type: "text", content: "Our Passion for Perfection"},
]}
buttons={[
{
text: "Discover Our Story",
href: "#",
},
text: "Discover Our Story", href: "#"},
]}
/>
</div>
@@ -149,23 +110,11 @@ export default function LandingPage() {
carouselMode="buttons"
features={[
{
title: "Pet Friendly",
description: "Bring your furry friends along to our welcoming outdoor space.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-outdoors-near-cafe_1268-21193.jpg",
imageAlt: "Pet friendly cafe",
},
title: "Pet Friendly", description: "Bring your furry friends along to our welcoming outdoor space.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-outdoors-near-cafe_1268-21193.jpg", imageAlt: "Pet friendly cafe"},
{
title: "Aesthetic Ambiance",
description: "Immerse yourself in our beautifully designed, cozy interiors.",
imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg",
imageAlt: "Aesthetic cafe interior",
},
title: "Aesthetic Ambiance", description: "Immerse yourself in our beautifully designed, cozy interiors.", imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg", imageAlt: "Aesthetic cafe interior"},
{
title: "Gourmet Multi-Cuisine",
description: "Savor diverse, high-quality dishes prepared with fresh ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-877.jpg",
imageAlt: "Gourmet multi-cuisine",
},
title: "Gourmet Multi-Cuisine", description: "Savor diverse, high-quality dishes prepared with fresh ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-877.jpg", imageAlt: "Gourmet multi-cuisine"},
]}
title="Experience the Cafe JC's Vibe"
description="More than just a cafe, it's a lifestyle curated for you."
@@ -175,34 +124,22 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={true}
testimonial="\"Cafe JC's is truly a gem! The ambiance is unparalleled, and every dish is a culinary masterpiece. A must-visit for anyone seeking a premium cafe experience. My new favorite spot!\""
testimonial="Cafe JC's is truly a gem! The ambiance is unparalleled, and every dish is a culinary masterpiece. A must-visit for anyone seeking a premium cafe experience. My new favorite spot!"
rating={5}
author="Priya Sharma, Local Food Critic"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg",
alt: "Priya Sharma",
},
src: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg", alt: "Priya Sharma"},
{
src: "http://img.b2bpic.net/free-photo/girl-looking-side-while-holding-hand-tablet_1157-2118.jpg",
alt: "Anil Kapoor",
},
src: "http://img.b2bpic.net/free-photo/girl-looking-side-while-holding-hand-tablet_1157-2118.jpg", alt: "Anil Kapoor"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg",
alt: "Deepa Singh",
},
src: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg", alt: "Deepa Singh"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2076.jpg",
alt: "Rahul Mehta",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2076.jpg", alt: "Rahul Mehta"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-talking-phone-coffee-shop_273609-2803.jpg",
alt: "Sofia Khan",
},
src: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-talking-phone-coffee-shop_273609-2803.jpg", alt: "Sofia Khan"},
{
src: "http://img.b2bpic.net/free-photo/closeup-smiling-goodlooking-man-showing-thumbs-up-praising-good-job-recommending-company-standing_1258-159836.jpg",
alt: "Vikramjeet Das",
},
src: "http://img.b2bpic.net/free-photo/closeup-smiling-goodlooking-man-showing-thumbs-up-praising-good-job-recommending-company-standing_1258-159836.jpg", alt: "Vikramjeet Das"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -218,53 +155,17 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "p1",
name: "Eggs Benedict (Top Seller)",
price: "$12.99",
variant: "Breakfast • Egg",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-berries-notebook-pencil-cherry-colorful-berries-oatmeal-bowls_140725-71306.jpg",
imageAlt: "Eggs Benedict",
},
id: "p1", name: "Eggs Benedict (Top Seller)", price: "$12.99", variant: "Breakfast • Egg", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-berries-notebook-pencil-cherry-colorful-berries-oatmeal-bowls_140725-71306.jpg", imageAlt: "Eggs Benedict"},
{
id: "p2",
name: "Margherita Pizza",
price: "$14.50",
variant: "Pizzas • Veg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fluffy-pizza-slices-arrangement_23-2148574243.jpg",
imageAlt: "Margherita Pizza",
},
id: "p2", name: "Margherita Pizza", price: "$14.50", variant: "Pizzas • Veg", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fluffy-pizza-slices-arrangement_23-2148574243.jpg", imageAlt: "Margherita Pizza"},
{
id: "p3",
name: "Just Too Good Salad",
price: "$11.00",
variant: "Field of Greens • Gluten-Free • Veg",
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg",
imageAlt: "Quinoa Salad",
},
id: "p3", name: "Just Too Good Salad", price: "$11.00", variant: "Field of Greens • Gluten-Free • Veg", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg", imageAlt: "Quinoa Salad"},
{
id: "p4",
name: "Glazed Chicken Wings",
price: "$13.99",
variant: "Temptations • Non-Veg",
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-glazed-sesame-chicken-wings-dark-bowl_84443-85767.jpg",
imageAlt: "Glazed Chicken Wings",
},
id: "p4", name: "Glazed Chicken Wings", price: "$13.99", variant: "Temptations • Non-Veg", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-glazed-sesame-chicken-wings-dark-bowl_84443-85767.jpg", imageAlt: "Glazed Chicken Wings"},
{
id: "p5",
name: "Molten Chocolate Lava Cake",
price: "$8.75",
variant: "Desserts",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-cake-with-cream-inside-plate-brown-wooden-table-cake-dessert-chocolate_140725-27828.jpg",
imageAlt: "Chocolate Lava Cake",
},
id: "p5", name: "Molten Chocolate Lava Cake", price: "$8.75", variant: "Desserts", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-cake-with-cream-inside-plate-brown-wooden-table-cake-dessert-chocolate_140725-27828.jpg", imageAlt: "Chocolate Lava Cake"},
{
id: "p6",
name: "Signature Cafe Latte",
price: "$5.50",
variant: "Beverages",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-coffee-with-copy-space_23-2148464891.jpg",
imageAlt: "Signature Cafe Latte",
},
id: "p6", name: "Signature Cafe Latte", price: "$5.50", variant: "Beverages", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-coffee-with-copy-space_23-2148464891.jpg", imageAlt: "Signature Cafe Latte"},
]}
title="Our Curated Digital Menu"
description="Explore our exquisite dishes, from all-day breakfast delights to tempting desserts, prepared with passion and the finest ingredients."
@@ -276,14 +177,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Local Food Critics",
"Foodie Magazine",
"Travel Bites",
"City Guide",
"Gourmet Herald",
"Taste Makers",
"Restaurant Review Weekly",
]}
"Local Food Critics", "Foodie Magazine", "Travel Bites", "City Guide", "Gourmet Herald", "Taste Makers", "Restaurant Review Weekly"]}
title="Acclaimed by Our Patrons & Press"
description="Our commitment to excellence has earned us rave reviews and recognition from leading food critics and publications."
/>
@@ -298,41 +192,17 @@ export default function LandingPage() {
carouselMode="auto"
features={[
{
title: "Morning Brews",
description: "Start your day right with our artisanal coffee.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg",
imageAlt: "Morning coffee post",
},
title: "Morning Brews", description: "Start your day right with our artisanal coffee.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", imageAlt: "Morning coffee post"},
{
title: "Aesthetic Corners",
description: "Discover your favorite spot in our charming ambiance.",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-hands-preparing-burrito_23-2147812094.jpg",
imageAlt: "Aesthetic cafe corner",
},
title: "Aesthetic Corners", description: "Discover your favorite spot in our charming ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-hands-preparing-burrito_23-2147812094.jpg", imageAlt: "Aesthetic cafe corner"},
{
title: "Sweet Indulgences",
description: "Our desserts are a perfect companion to your coffee.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-cake-with-coffee-table_23-2148414080.jpg",
imageAlt: "Dessert and coffee pairing",
},
title: "Sweet Indulgences", description: "Our desserts are a perfect companion to your coffee.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-cake-with-coffee-table_23-2148414080.jpg", imageAlt: "Dessert and coffee pairing"},
{
title: "Gather & Connect",
description: "Experience heartwarming moments with loved ones.",
imageSrc: "http://img.b2bpic.net/free-photo/humorous-talks-with-close-friends-dinner-hot-spring-day-cafe_8353-10001.jpg",
imageAlt: "Friends gathering at cafe",
},
title: "Gather & Connect", description: "Experience heartwarming moments with loved ones.", imageSrc: "http://img.b2bpic.net/free-photo/humorous-talks-with-close-friends-dinner-hot-spring-day-cafe_8353-10001.jpg", imageAlt: "Friends gathering at cafe"},
{
title: "Quiet Reflections",
description: "A serene escape for your solitary moments.",
imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-cup-plate-near-blank-page-notebook_23-2148061549.jpg",
imageAlt: "Quiet cafe moment",
},
title: "Quiet Reflections", description: "A serene escape for your solitary moments.", imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-cup-plate-near-blank-page-notebook_23-2148061549.jpg", imageAlt: "Quiet cafe moment"},
{
title: "Fresh & Seasonal",
description: "We celebrate nature's bounty in every dish.",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-fresh-fruits-veggies_23-2148913410.jpg",
imageAlt: "Fresh ingredients display",
},
title: "Fresh & Seasonal", description: "We celebrate nature's bounty in every dish.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-fresh-fruits-veggies_23-2148913410.jpg", imageAlt: "Fresh ingredients display"},
]}
title="Join Our Community"
description="A peek into the beautiful moments shared at Cafe JC's. Follow us on Instagram for daily updates!"
@@ -343,20 +213,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="Your Table Awaits"
description="Experience the unrivaled ambiance and gourmet flavors of Cafe JC's. Book your table or get directions to our exquisite location."
buttons={[
{
text: "Book a Table",
href: "#",
},
text: "Book a Table", href: "#"},
{
text: "Get Directions",
href: "#",
},
text: "Get Directions", href: "#"},
]}
/>
</div>
@@ -368,19 +233,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
href: "#", ariaLabel: "Instagram"},
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
href: "#", ariaLabel: "Facebook"},
{
icon: Twitter,
href: "#",
ariaLabel: "Twitter",
},
href: "#", ariaLabel: "Twitter"},
]}
/>
</div>