Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 404d445fc5 | |||
| 2e40a6b931 |
231
src/app/page.tsx
231
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Specialties",
|
||||
id: "specialties",
|
||||
},
|
||||
name: "Specialties", id: "specialties"},
|
||||
{
|
||||
name: "Party Hall",
|
||||
id: "party-hall",
|
||||
},
|
||||
name: "Party Hall", id: "party-hall"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Shri Krishna Bakers"
|
||||
/>
|
||||
@@ -55,83 +47,52 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Baked with Love. Celebrated in Style."
|
||||
description="Ludhiana’s most-loved bakery & event hall — where every bite and every moment is extraordinary."
|
||||
kpis={[
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Food Rating",
|
||||
},
|
||||
value: "5/5", label: "Food Rating"},
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Service Rating",
|
||||
},
|
||||
value: "5/5", label: "Service Rating"},
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Atmosphere",
|
||||
},
|
||||
value: "5/5", label: "Atmosphere"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Now", href: "#contact"},
|
||||
{
|
||||
text: "Book Your Event",
|
||||
href: "#party-hall",
|
||||
},
|
||||
text: "Book Your Event", href: "#party-hall"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-golden-cupcakes-wooden-board_23-2148579267.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/this-is-best-job-young-people_329181-2905.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/this-is-best-job-young-people_329181-2905.jpg", alt: "Customer"},
|
||||
]}
|
||||
avatarText="Join 5,000+ happy clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Baked Daily",
|
||||
type: "text", text: "Freshly Baked Daily"},
|
||||
{
|
||||
type: "text-icon", text: "Premium Ingredients", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Ingredients",
|
||||
icon: Star,
|
||||
type: "text", text: "Custom Cake Specialists"},
|
||||
{
|
||||
type: "text-icon", text: "Ludhiana's Favorite", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Custom Cake Specialists",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Ludhiana's Favorite",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Events & Catering",
|
||||
},
|
||||
type: "text", text: "Events & Catering"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,14 +102,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Rated 5/5 on Google",
|
||||
"Food: 5",
|
||||
"Service: 5",
|
||||
"Atmosphere: 5",
|
||||
"Loved by Ludhiana since 1995",
|
||||
"Consistently 5-star rated on Google", "Loved by Ludhiana since 1995"
|
||||
]}
|
||||
title="Trusted Excellence"
|
||||
description="Consistent 5-star ratings across all categories."
|
||||
description="We pride ourselves on perfection across food, service, and atmosphere."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,25 +115,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Custom Cakes",
|
||||
description: "Made fresh, crafted to order for your most special occasions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meringue-roll-concept-tasty-delicious-food_185193-165538.jpg?_wi=1",
|
||||
},
|
||||
title: "Custom Cakes", description: "Made fresh, crafted to order for your most special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/meringue-roll-concept-tasty-delicious-food_185193-165538.jpg?_wi=1"},
|
||||
{
|
||||
title: "Muffins & Pastries",
|
||||
description: "Soft, rich, baked fresh every morning in our ovens.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-appetizing-cupcake-table-tree-branches_140725-123011.jpg?_wi=1",
|
||||
},
|
||||
title: "Muffins & Pastries", description: "Soft, rich, baked fresh every morning in our ovens.", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-appetizing-cupcake-table-tree-branches_140725-123011.jpg?_wi=1"},
|
||||
{
|
||||
title: "Patties & Savouries",
|
||||
description: "Crisp, golden, and unforgettable snacks perfect for any time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-bread-table_140725-4737.jpg?_wi=1",
|
||||
},
|
||||
title: "Patties & Savouries", description: "Crisp, golden, and unforgettable snacks perfect for any time.", imageSrc: "http://img.b2bpic.net/free-photo/gray-bread-table_140725-4737.jpg?_wi=1"},
|
||||
{
|
||||
title: "Fresh Breads",
|
||||
description: "Soft and fresh artisan loaves that our customers absolutely rave about.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-49230.jpg?_wi=1",
|
||||
},
|
||||
title: "Fresh Breads", description: "Soft and fresh artisan loaves that our customers absolutely rave about.", imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-49230.jpg?_wi=1"},
|
||||
]}
|
||||
title="Our Specialties"
|
||||
description="Crafted with the finest ingredients, baked daily for your pleasure."
|
||||
@@ -190,19 +135,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Gift,
|
||||
label: "Events Hosted",
|
||||
value: "1000+",
|
||||
},
|
||||
label: "Events Hosted", value: "1000+"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Happy Clients",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Happy Clients", value: "5000+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Gourmet Menu",
|
||||
value: "100+",
|
||||
},
|
||||
label: "Gourmet Menu", value: "100+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -214,60 +153,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Gourav Kainth",
|
||||
date: "Jan 2024",
|
||||
title: "Great Experience",
|
||||
quote: "Soft and fresh bread — Food: 5, Service: 5, Atmosphere: 5",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-cupcakes-wooden-board_23-2148579267.jpg?_wi=2",
|
||||
imageAlt: "smiling customer portrait",
|
||||
},
|
||||
id: "1", name: "Gourav Kainth", date: "Jan 2024", title: "Great Experience", quote: "Soft and fresh bread — 5 star service all around!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-cupcakes-wooden-board_23-2148579267.jpg?_wi=2", imageAlt: "smiling customer portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Abhishek Kumar",
|
||||
date: "Dec 2023",
|
||||
title: "Love it",
|
||||
quote: "Love it — Food: 5, Service: 5, Atmosphere: 5",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/female-butcher-giving-sausages-from-counter_7502-4787.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meringue-roll-concept-tasty-delicious-food_185193-165538.jpg?_wi=2",
|
||||
imageAlt: "smiling customer portrait",
|
||||
},
|
||||
id: "2", name: "Abhishek Kumar", date: "Dec 2023", title: "Love it", quote: "Love the consistent quality every time I visit.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/female-butcher-giving-sausages-from-counter_7502-4787.jpg", imageSrc: "http://img.b2bpic.net/free-photo/meringue-roll-concept-tasty-delicious-food_185193-165538.jpg?_wi=2", imageAlt: "smiling customer portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anoop Sethi",
|
||||
date: "Nov 2023",
|
||||
title: "Nice Experience",
|
||||
quote: "Nice — Food: 5, Service: 5, Atmosphere: 5",
|
||||
tag: "Local Guide",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5073.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-appetizing-cupcake-table-tree-branches_140725-123011.jpg?_wi=2",
|
||||
imageAlt: "smiling customer portrait",
|
||||
},
|
||||
id: "3", name: "Anoop Sethi", date: "Nov 2023", title: "Nice Experience", quote: "Simply the best bakery in the city.", tag: "Local Guide", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5073.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-appetizing-cupcake-table-tree-branches_140725-123011.jpg?_wi=2", imageAlt: "smiling customer portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rai Saab",
|
||||
date: "Oct 2023",
|
||||
title: "Highly Recommended",
|
||||
quote: "Highly recommended for vegetarians",
|
||||
tag: "Local Guide",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24886.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-bread-table_140725-4737.jpg?_wi=2",
|
||||
imageAlt: "smiling customer portrait",
|
||||
},
|
||||
id: "4", name: "Rai Saab", date: "Oct 2023", title: "Highly Recommended", quote: "Highly recommended for vegetarians", tag: "Local Guide", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24886.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gray-bread-table_140725-4737.jpg?_wi=2", imageAlt: "smiling customer portrait"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sunaina Anand",
|
||||
date: "Sep 2023",
|
||||
title: "Perfect Party Place",
|
||||
quote: "A nice place for hall parties",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-croissants_23-2148933381.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-49230.jpg?_wi=2",
|
||||
imageAlt: "smiling customer portrait",
|
||||
},
|
||||
id: "5", name: "Sunaina Anand", date: "Sep 2023", title: "Perfect Party Place", quote: "A nice place for hall parties", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-croissants_23-2148933381.jpg", imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-49230.jpg?_wi=2", imageAlt: "smiling customer portrait"},
|
||||
]}
|
||||
title="Loved by Ludhiana"
|
||||
description="Hear what our wonderful community has to say about us."
|
||||
@@ -282,32 +176,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5/5",
|
||||
title: "Rated Excellence",
|
||||
description: "Highest rated bakery in Ludhiana.",
|
||||
icon: Award,
|
||||
id: "m1", value: "5/5", title: "Rated Excellence", description: "Highest rated bakery in Ludhiana.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Fresh",
|
||||
title: "Baked Daily",
|
||||
description: "Always fresh, never processed.",
|
||||
icon: Croissant,
|
||||
id: "m2", value: "Fresh", title: "Baked Daily", description: "Always fresh, never processed.", icon: Croissant,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Events",
|
||||
title: "Perfect Stage",
|
||||
description: "Stunning hall for all events.",
|
||||
icon: Gift,
|
||||
id: "m3", value: "Events", title: "Perfect Stage", description: "Stunning hall for all events.", icon: Gift,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Love",
|
||||
title: "Loved Locally",
|
||||
description: "Part of Ludhiana's heart.",
|
||||
icon: Heart,
|
||||
id: "m4", value: "Love", title: "Loved Locally", description: "Part of Ludhiana's heart.", icon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
@@ -319,8 +197,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Taste the Difference?"
|
||||
description="Call us to order your cakes or book your next party event at our luxury hall."
|
||||
@@ -333,33 +210,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#",
|
||||
},
|
||||
label: "Home", href: "#"},
|
||||
{
|
||||
label: "Specialties",
|
||||
href: "#specialties",
|
||||
},
|
||||
label: "Specialties", href: "#specialties"},
|
||||
{
|
||||
label: "Party Hall",
|
||||
href: "#party-hall",
|
||||
},
|
||||
label: "Party Hall", href: "#party-hall"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -369,4 +234,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user