Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 404d445fc5 | |||
| 2e40a6b931 |
229
src/app/page.tsx
229
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Specialties",
|
name: "Specialties", id: "specialties"},
|
||||||
id: "specialties",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Party Hall",
|
name: "Party Hall", id: "party-hall"},
|
||||||
id: "party-hall",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "reviews"},
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Shri Krishna Bakers"
|
brandName="Shri Krishna Bakers"
|
||||||
/>
|
/>
|
||||||
@@ -55,83 +47,52 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Baked with Love. Celebrated in Style."
|
title="Baked with Love. Celebrated in Style."
|
||||||
description="Ludhiana’s most-loved bakery & event hall — where every bite and every moment is extraordinary."
|
description="Ludhiana’s most-loved bakery & event hall — where every bite and every moment is extraordinary."
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "5/5",
|
value: "5/5", label: "Food Rating"},
|
||||||
label: "Food Rating",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "5/5",
|
value: "5/5", label: "Service Rating"},
|
||||||
label: "Service Rating",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "5/5",
|
value: "5/5", label: "Atmosphere"},
|
||||||
label: "Atmosphere",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Order Now",
|
text: "Order Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Book Your Event",
|
text: "Book Your Event", href: "#party-hall"},
|
||||||
href: "#party-hall",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-golden-cupcakes-wooden-board_23-2148579267.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-golden-cupcakes-wooden-board_23-2148579267.jpg?_wi=1"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg",
|
src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg", alt: "Customer"},
|
||||||
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",
|
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"},
|
||||||
alt: "Customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", alt: "Customer"},
|
||||||
alt: "Customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Customer"},
|
||||||
alt: "Customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/this-is-best-job-young-people_329181-2905.jpg",
|
src: "http://img.b2bpic.net/free-photo/this-is-best-job-young-people_329181-2905.jpg", alt: "Customer"},
|
||||||
alt: "Customer",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 5,000+ happy clients"
|
avatarText="Join 5,000+ happy clients"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Freshly Baked Daily"},
|
||||||
text: "Freshly Baked Daily",
|
{
|
||||||
|
type: "text-icon", text: "Premium Ingredients", icon: Star,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text", text: "Custom Cake Specialists"},
|
||||||
text: "Premium Ingredients",
|
{
|
||||||
icon: Star,
|
type: "text-icon", text: "Ludhiana's Favorite", icon: Award,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Events & Catering"},
|
||||||
text: "Custom Cake Specialists",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text-icon",
|
|
||||||
text: "Ludhiana's Favorite",
|
|
||||||
icon: Award,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Events & Catering",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -141,14 +102,10 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Rated 5/5 on Google",
|
"Consistently 5-star rated on Google", "Loved by Ludhiana since 1995"
|
||||||
"Food: 5",
|
|
||||||
"Service: 5",
|
|
||||||
"Atmosphere: 5",
|
|
||||||
"Loved by Ludhiana since 1995",
|
|
||||||
]}
|
]}
|
||||||
title="Trusted Excellence"
|
title="Trusted Excellence"
|
||||||
description="Consistent 5-star ratings across all categories."
|
description="We pride ourselves on perfection across food, service, and atmosphere."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -158,25 +115,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Custom Cakes",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
title="Our Specialties"
|
||||||
description="Crafted with the finest ingredients, baked daily for your pleasure."
|
description="Crafted with the finest ingredients, baked daily for your pleasure."
|
||||||
@@ -190,19 +135,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Gift,
|
icon: Gift,
|
||||||
label: "Events Hosted",
|
label: "Events Hosted", value: "1000+"},
|
||||||
value: "1000+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Sparkles,
|
icon: Sparkles,
|
||||||
label: "Happy Clients",
|
label: "Happy Clients", value: "5000+"},
|
||||||
value: "5000+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
label: "Gourmet Menu",
|
label: "Gourmet Menu", value: "100+"},
|
||||||
value: "100+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -214,60 +153,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"},
|
||||||
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: "2",
|
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"},
|
||||||
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: "3",
|
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"},
|
||||||
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: "4",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
title="Loved by Ludhiana"
|
||||||
description="Hear what our wonderful community has to say about us."
|
description="Hear what our wonderful community has to say about us."
|
||||||
@@ -282,32 +176,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "5/5", title: "Rated Excellence", description: "Highest rated bakery in Ludhiana.", icon: Award,
|
||||||
value: "5/5",
|
|
||||||
title: "Rated Excellence",
|
|
||||||
description: "Highest rated bakery in Ludhiana.",
|
|
||||||
icon: Award,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "Fresh", title: "Baked Daily", description: "Always fresh, never processed.", icon: Croissant,
|
||||||
value: "Fresh",
|
|
||||||
title: "Baked Daily",
|
|
||||||
description: "Always fresh, never processed.",
|
|
||||||
icon: Croissant,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "Events", title: "Perfect Stage", description: "Stunning hall for all events.", icon: Gift,
|
||||||
value: "Events",
|
|
||||||
title: "Perfect Stage",
|
|
||||||
description: "Stunning hall for all events.",
|
|
||||||
icon: Gift,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m4",
|
id: "m4", value: "Love", title: "Loved Locally", description: "Part of Ludhiana's heart.", icon: Heart,
|
||||||
value: "Love",
|
|
||||||
title: "Loved Locally",
|
|
||||||
description: "Part of Ludhiana's heart.",
|
|
||||||
icon: Heart,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Why Choose Us"
|
title="Why Choose Us"
|
||||||
@@ -319,8 +197,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Ready to Taste the Difference?"
|
title="Ready to Taste the Difference?"
|
||||||
description="Call us to order your cakes or book your next party event at our luxury hall."
|
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: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Specialties",
|
label: "Specialties", href: "#specialties"},
|
||||||
href: "#specialties",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Party Hall",
|
label: "Party Hall", href: "#party-hall"},
|
||||||
href: "#party-hall",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "#reviews"},
|
||||||
href: "#reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user