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
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="JD Café"
/>
@@ -55,40 +45,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="JD Café"
title="JD Café: Where Every Sip Meets Quality"
description="Good Food. Pure Quality."
buttons={[
{
text: "Order Now",
href: "#menu",
},
text: "Order Now", href: "#menu"},
{
text: "Visit Us",
href: "#contact",
},
text: "Visit Us", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-frame-with-mug-copy-space_23-2148350220.jpg"
avatars={[
{
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",
},
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"},
{
src: "http://img.b2bpic.net/free-photo/cup-coffee-by-window_53876-65125.jpg",
alt: "A cup of coffee by the window",
},
src: "http://img.b2bpic.net/free-photo/cup-coffee-by-window_53876-65125.jpg", alt: "A cup of coffee by the window"},
{
src: "http://img.b2bpic.net/free-photo/coffee-composition-with-moka-pot-bag_23-2147671465.jpg",
alt: "Coffee composition with moka pot and bag",
},
src: "http://img.b2bpic.net/free-photo/coffee-composition-with-moka-pot-bag_23-2147671465.jpg", 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",
alt: "Still life scene with tea and cup for drinking",
},
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"},
{
src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-3024.jpg",
alt: "Expressive young woman posing",
},
src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-3024.jpg", alt: "Expressive young woman posing"},
]}
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."
bulletPoints={[
{
title: "Quality First",
description: "Fresh, locally sourced ingredients.",
},
title: "Quality First", description: "Fresh, locally sourced ingredients."},
{
title: "Cozy Ambience",
description: "Perfect for work, friends, or quiet moments.",
},
title: "Cozy Ambience", description: "Perfect for work, friends, or quiet moments."},
{
title: "Pure Taste",
description: "Crafted with passion by experts.",
},
title: "Pure Taste", 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"
mediaAnimation="slide-up"
@@ -127,41 +97,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
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",
},
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"},
{
id: "m2",
name: "Specialty Coffee",
price: "₹200",
imageSrc: "http://img.b2bpic.net/free-photo/pouring-coffee-mug-close-up_23-2148937302.jpg",
},
id: "m2", name: "Specialty Coffee", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/pouring-coffee-mug-close-up_23-2148937302.jpg"},
{
id: "m3",
name: "Fresh Pastries",
price: "₹150",
imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-roll-with-fruits-arrangement_23-2148904724.jpg",
},
id: "m3", name: "Fresh Pastries", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-roll-with-fruits-arrangement_23-2148904724.jpg"},
{
id: "m4",
name: "Healthy Salads",
price: "₹300",
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-spinach-salad-green-background_127032-3429.jpg",
},
id: "m4", name: "Healthy Salads", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-spinach-salad-green-background_127032-3429.jpg"},
{
id: "m5",
name: "Sweet Treats",
price: "₹200",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-rope-wooden-board_114579-62902.jpg",
},
id: "m5", name: "Sweet Treats", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-rope-wooden-board_114579-62902.jpg"},
{
id: "m6",
name: "Cold Refreshments",
price: "₹250",
imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-lemonade-blue-wooden-table_123827-21382.jpg",
},
id: "m6", name: "Cold Refreshments", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-lemonade-blue-wooden-table_123827-21382.jpg"},
]}
title="Our Menu"
description="Delicious offerings from ₹200₹400"
@@ -175,59 +121,28 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Suraj Joshi",
role: "Regular",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232830.jpg",
},
id: "1", name: "Suraj Joshi", 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",
name: "Sarika Patel",
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: "2", name: "Sarika Patel", 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",
name: "Shikhar",
role: "Foodie",
company: "Sector 28",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-earth-pattern_23-2150846904.jpg",
},
id: "3", name: "Shikhar", role: "Foodie", company: "Sector 28", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-earth-pattern_23-2150846904.jpg"},
{
id: "4",
name: "Ananya",
role: "Student",
company: "Colleague",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg",
},
id: "4", name: "Ananya", 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",
name: "Rohan",
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",
},
id: "5", name: "Rohan", 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={[
{
value: "4.9",
label: "Avg Rating",
},
value: "4.9", label: "Avg Rating"},
{
value: "100+",
label: "Daily Guests",
},
value: "100+", label: "Daily Guests"},
{
value: "100%",
label: "Satisfaction",
},
value: "100%", label: "Satisfaction"},
]}
title="Customer Stories"
description="What our guests say about us"
@@ -238,16 +153,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="JD Café, Gandhinagar"
description="Opp. Bus Stand, Children Garden, Sector 28, Gandhinagar, Gujarat 382028 | Phone: 090232 13306"
buttons={[
{
text: "Call Now",
href: "tel:09023213306",
},
text: "Call Now", href: "tel:09023213306"},
]}
/>
</div>
@@ -256,33 +168,21 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Sandwiches",
href: "#",
},
label: "Sandwiches", href: "#"},
{
label: "Coffee",
href: "#",
},
label: "Coffee", href: "#"},
{
label: "Desserts",
href: "#",
},
label: "Desserts", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
],
},
]}