Update src/app/page.tsx

This commit is contained in:
2026-05-12 06:23:03 +00:00
parent 58cdc04a2f
commit f203baf6e1

View File

@@ -29,25 +29,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Reviews", name: "Reviews", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="JD Café" brandName="JD Café"
/> />
@@ -55,40 +45,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlay <HeroOverlay
title="JD Café" title="JD Café: Where Every Sip Meets Quality"
description="Good Food. Pure Quality." description="Good Food. Pure Quality."
buttons={[ buttons={[
{ {
text: "Order Now", text: "Order Now", href: "#menu"},
href: "#menu",
},
{ {
text: "Visit Us", text: "Visit Us", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-frame-with-mug-copy-space_23-2148350220.jpg" imageSrc="http://img.b2bpic.net/free-photo/high-angle-frame-with-mug-copy-space_23-2148350220.jpg"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/ceramic-white-coffee-cup-with-saucer-near-wooden-table_23-2148209297.jpg", src: "http://img.b2bpic.net/free-photo/ceramic-white-coffee-cup-with-saucer-near-wooden-table_23-2148209297.jpg", alt: "Ceramic white coffee cup with saucer near on wooden table"},
alt: "Ceramic white coffee cup with saucer near on wooden table",
},
{ {
src: "http://img.b2bpic.net/free-photo/cup-coffee-by-window_53876-65125.jpg", src: "http://img.b2bpic.net/free-photo/cup-coffee-by-window_53876-65125.jpg", alt: "A cup of coffee by the window"},
alt: "A cup of coffee by the window",
},
{ {
src: "http://img.b2bpic.net/free-photo/coffee-composition-with-moka-pot-bag_23-2147671465.jpg", src: "http://img.b2bpic.net/free-photo/coffee-composition-with-moka-pot-bag_23-2147671465.jpg", alt: "Coffee composition with moka pot and bag"},
alt: "Coffee composition with moka pot and bag",
},
{ {
src: "http://img.b2bpic.net/free-photo/still-life-scene-with-tea-cup-drinking_23-2151775105.jpg", src: "http://img.b2bpic.net/free-photo/still-life-scene-with-tea-cup-drinking_23-2151775105.jpg", alt: "Still life scene with tea and cup for drinking"},
alt: "Still life scene with tea and cup for drinking",
},
{ {
src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-3024.jpg", src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-3024.jpg", alt: "Expressive young woman posing"},
alt: "Expressive young woman posing",
},
]} ]}
avatarText="Join our growing community of 500+ daily coffee lovers" avatarText="Join our growing community of 500+ daily coffee lovers"
/> />
@@ -102,17 +78,11 @@ export default function LandingPage() {
description="Located in the heart of Sector 28, JD Café is your go-to destination for high-quality food and a cozy atmosphere. We believe in serving goodness, one cup at a time." description="Located in the heart of Sector 28, JD Café is your go-to destination for high-quality food and a cozy atmosphere. We believe in serving goodness, one cup at a time."
bulletPoints={[ bulletPoints={[
{ {
title: "Quality First", title: "Quality First", description: "Fresh, locally sourced ingredients."},
description: "Fresh, locally sourced ingredients.",
},
{ {
title: "Cozy Ambience", title: "Cozy Ambience", description: "Perfect for work, friends, or quiet moments."},
description: "Perfect for work, friends, or quiet moments.",
},
{ {
title: "Pure Taste", title: "Pure Taste", description: "Crafted with passion by experts."},
description: "Crafted with passion by experts.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/pretty-woman-wearing-medical-face-mask-using-laptop-work_1153-7277.jpg" imageSrc="http://img.b2bpic.net/free-photo/pretty-woman-wearing-medical-face-mask-using-laptop-work_1153-7277.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -127,41 +97,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "m1", id: "m1", name: "Artisan Sandwiches", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-placed-mashed-potato-garnished-with-shredded-bell-pepper-thyme_141793-2238.jpg"},
name: "Artisan Sandwiches",
price: "₹250",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-placed-mashed-potato-garnished-with-shredded-bell-pepper-thyme_141793-2238.jpg",
},
{ {
id: "m2", id: "m2", name: "Specialty Coffee", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/pouring-coffee-mug-close-up_23-2148937302.jpg"},
name: "Specialty Coffee",
price: "₹200",
imageSrc: "http://img.b2bpic.net/free-photo/pouring-coffee-mug-close-up_23-2148937302.jpg",
},
{ {
id: "m3", id: "m3", name: "Fresh Pastries", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-roll-with-fruits-arrangement_23-2148904724.jpg"},
name: "Fresh Pastries",
price: "₹150",
imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-roll-with-fruits-arrangement_23-2148904724.jpg",
},
{ {
id: "m4", id: "m4", name: "Healthy Salads", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-spinach-salad-green-background_127032-3429.jpg"},
name: "Healthy Salads",
price: "₹300",
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-spinach-salad-green-background_127032-3429.jpg",
},
{ {
id: "m5", id: "m5", name: "Sweet Treats", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-rope-wooden-board_114579-62902.jpg"},
name: "Sweet Treats",
price: "₹200",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-rope-wooden-board_114579-62902.jpg",
},
{ {
id: "m6", id: "m6", name: "Cold Refreshments", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-lemonade-blue-wooden-table_123827-21382.jpg"},
name: "Cold Refreshments",
price: "₹250",
imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-lemonade-blue-wooden-table_123827-21382.jpg",
},
]} ]}
title="Our Menu" title="Our Menu"
description="Delicious offerings from ₹200₹400" description="Delicious offerings from ₹200₹400"
@@ -175,59 +121,28 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Suraj Joshi", role: "Regular", company: "Local Resident", rating: 5,
name: "Suraj Joshi", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232830.jpg"},
role: "Regular",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232830.jpg",
},
{ {
id: "2", id: "2", name: "Sarika Patel", role: "Visitor", company: "Gandhinagar", rating: 5,
name: "Sarika Patel", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sitting-cafe-holding-takeaway-coffee-cup_23-2148148111.jpg"},
role: "Visitor",
company: "Gandhinagar",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sitting-cafe-holding-takeaway-coffee-cup_23-2148148111.jpg",
},
{ {
id: "3", id: "3", name: "Shikhar", role: "Foodie", company: "Sector 28", rating: 5,
name: "Shikhar", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-earth-pattern_23-2150846904.jpg"},
role: "Foodie",
company: "Sector 28",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-earth-pattern_23-2150846904.jpg",
},
{ {
id: "4", id: "4", name: "Ananya", role: "Student", company: "Colleague", rating: 4,
name: "Ananya", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg"},
role: "Student",
company: "Colleague",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg",
},
{ {
id: "5", id: "5", name: "Rohan", role: "Corporate", company: "Tech Park", rating: 5,
name: "Rohan", imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-1400.jpg"},
role: "Corporate",
company: "Tech Park",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-1400.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "4.9", value: "4.9", label: "Avg Rating"},
label: "Avg Rating",
},
{ {
value: "100+", value: "100+", label: "Daily Guests"},
label: "Daily Guests",
},
{ {
value: "100%", value: "100%", label: "Satisfaction"},
label: "Satisfaction",
},
]} ]}
title="Customer Stories" title="Customer Stories"
description="What our guests say about us" description="What our guests say about us"
@@ -238,16 +153,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Visit Us" tag="Visit Us"
title="JD Café, Gandhinagar" title="JD Café, Gandhinagar"
description="Opp. Bus Stand, Children Garden, Sector 28, Gandhinagar, Gujarat 382028 | Phone: 090232 13306" description="Opp. Bus Stand, Children Garden, Sector 28, Gandhinagar, Gujarat 382028 | Phone: 090232 13306"
buttons={[ buttons={[
{ {
text: "Call Now", text: "Call Now", href: "tel:09023213306"},
href: "tel:09023213306",
},
]} ]}
/> />
</div> </div>
@@ -256,33 +168,21 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Menu", title: "Menu", items: [
items: [
{ {
label: "Sandwiches", label: "Sandwiches", href: "#"},
href: "#",
},
{ {
label: "Coffee", label: "Coffee", href: "#"},
href: "#",
},
{ {
label: "Desserts", label: "Desserts", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "Facebook", label: "Facebook", href: "#"},
href: "#",
},
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
], ],
}, },
]} ]}