3 Commits

Author SHA1 Message Date
4c18b1a49c Merge version_2 into main
Merge version_2 into main
2026-04-05 03:35:38 +00:00
52fa13b099 Update src/app/page.tsx 2026-04-05 03:35:35 +00:00
49b9dbfccc Merge version_1 into main
Merge version_1 into main
2026-04-05 02:52:15 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { ShieldCheck } from "lucide-react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterCard from '@/components/sections/footer/FooterCard';
@@ -29,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Sahu Misthan Bhandaar"
/>
@@ -55,38 +44,15 @@ export default function LandingPage() {
title="Fresh & Authentic Sweets in Bareilly 🍬"
description="Pure taste, hygienic preparation, perfect for every celebration. Experience the tradition in every bite."
buttons={[
{
text: "📞 Call Now",
href: "tel:09536480099",
},
{
text: "📩 Order / Enquire",
href: "#contact",
},
{ text: "📞 Call Now", href: "tel:09536480099" },
{ text: "📩 Order / Enquire", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-cookie-inside-plate-dark-surface-cake-biscuit-pie-sugar-sweet-bake-tea_140725-53243.jpg?_wi=1"
showBlur={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-cookie-inside-plate-dark-surface-cake-biscuit-pie-sugar-sweet-bake-tea_140725-53243.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/slice-honey-cake-with-butter-cookies-waffles_114579-14659.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/top-view-delicious-pastry-with-quail-eggs-dark-blue-surface_179666-44510.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/bread-canapes-marble-with-caviar_114579-21974.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-cookie-inside-plate-dark-surface-cake-biscuit-pie-sugar-sweet-bake-tea_140725-53243.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/slice-honey-cake-with-butter-cookies-waffles_114579-14659.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/top-view-delicious-pastry-with-quail-eggs-dark-blue-surface_179666-44510.jpg", alt: "Customer 3" },
]}
avatarText="Join 500+ happy families"
/>
@@ -97,9 +63,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Heritage of Purity"
description={[
"For generations, Sahu Misthan Bhandaar has been synonymous with purity and tradition in Bareilly. We source the finest ingredients to ensure that every sweet we prepare meets the highest standards of taste and hygiene.",
"Whether it's a family gathering or a corporate celebration, we bring the authentic flavors of Indian mithai directly to your doorstep.",
]}
"For generations, Sahu Misthan Bhandaar has been synonymous with purity and tradition in Bareilly. We source the finest ingredients to ensure that every sweet we prepare meets the highest standards of taste and hygiene.", "Whether it's a family gathering or a corporate celebration, we bring the authentic flavors of Indian mithai directly to your doorstep."]}
/>
</div>
@@ -108,40 +72,27 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
tag="Premium Quality"
tagIcon={ShieldCheck}
features={[
{
id: "1",
label: "Purity",
title: "Hygienic Preparation",
items: [
"Certified clean kitchen",
"Premium quality milk",
"Pure desi ghee used",
id: "1", label: "Desi Ghee", title: "100% Pure Desi Ghee", items: [
"Crafted with premium quality clarified butter", "Traditional slow-cooking process", "Rich aroma and authentic flavor"
],
},
{
id: "2",
label: "Taste",
title: "Fresh Daily",
items: [
"Made fresh every morning",
"No artificial preservatives",
"Traditional recipes",
id: "2", label: "Freshness", title: "Fresh Daily Prep", items: [
"Made fresh every morning", "No artificial preservatives", "Direct from kitchen to store"
],
},
{
id: "3",
label: "Service",
title: "Catering Ready",
items: [
"Wedding orders accepted",
"Festival bulk discounts",
"Custom sweet platters",
id: "3", label: "Trust", title: "Quality Assurance", items: [
"Certified clean environment", "Premium ingredients sourced locally", "Strict hygiene standards"
],
},
]}
title="Why Choose Us"
description="Commitment to quality and local service that sets us apart."
title="Special Desi Ghee Highlights"
description="Experience the unmatched taste of mithai crafted with pure desi ghee for true connoisseurs."
/>
</div>
@@ -151,64 +102,21 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
tag="Pure Desi Ghee Collection"
tagIcon={ShieldCheck}
products={[
{
id: "p1",
brand: "Signature",
name: "Kesar Laddu",
price: "₹450/kg",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/slice-honey-cake-with-butter-cookies-waffles_114579-14659.jpg?_wi=1",
},
id: "p1", brand: "Signature", name: "Kesar Desi Ghee Laddu", price: "₹480/kg", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/slice-honey-cake-with-butter-cookies-waffles_114579-14659.jpg?_wi=1"},
{
id: "p2",
brand: "Premium",
name: "Badam Barfi",
price: "₹600/kg",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pastry-with-quail-eggs-dark-blue-surface_179666-44510.jpg?_wi=1",
},
id: "p2", brand: "Premium", name: "Badam Barfi (Ghee)", price: "₹620/kg", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pastry-with-quail-eggs-dark-blue-surface_179666-44510.jpg?_wi=1"},
{
id: "p3",
brand: "Classic",
name: "Gulab Jamun",
price: "₹380/kg",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/bread-canapes-marble-with-caviar_114579-21974.jpg?_wi=1",
},
{
id: "p4",
brand: "Signature",
name: "Kaju Katli",
price: "₹750/kg",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/slice-honey-cake-with-butter-cookies-waffles_114579-14659.jpg?_wi=2",
},
{
id: "p5",
brand: "Classic",
name: "Rasgulla",
price: "₹350/kg",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pastry-with-quail-eggs-dark-blue-surface_179666-44510.jpg?_wi=2",
},
{
id: "p6",
brand: "Premium",
name: "Pista Barfi",
price: "₹650/kg",
rating: 5,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/bread-canapes-marble-with-caviar_114579-21974.jpg?_wi=2",
},
id: "p3", brand: "Classic", name: "Ghee Gulab Jamun", price: "₹400/kg", rating: 5,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/bread-canapes-marble-with-caviar_114579-21974.jpg?_wi=1"}
]}
title="Our Signature Sweets"
description="Handpicked favorites for every occasion."
description="Handpicked favorites for every occasion, enriched with the goodness of pure desi ghee."
/>
</div>
@@ -219,45 +127,11 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Anil Gupta",
handle: "Local Resident",
testimonial: "The best place for sweets in Bareilly. Extremely fresh and hygienic.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-cookie-inside-plate-dark-surface-cake-biscuit-pie-sugar-sweet-bake-tea_140725-53243.jpg?_wi=2",
imageAlt: "traditional indian sweets mithai platter",
},
id: "t1", name: "Anil Gupta", handle: "Local Resident", testimonial: "The best place for sweets in Bareilly. The desi ghee difference is real!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-cookie-inside-plate-dark-surface-cake-biscuit-pie-sugar-sweet-bake-tea_140725-53243.jpg?_wi=2", imageAlt: "traditional indian sweets mithai platter"},
{
id: "t2",
name: "Sunita Sharma",
handle: "Frequent Customer",
testimonial: "Their Laddu is legendary! Perfect for every festival at our home.",
imageSrc: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg",
imageAlt: "clean traditional sweet shop interior",
},
id: "t2", name: "Sunita Sharma", handle: "Frequent Customer", testimonial: "Their Laddu is legendary! Perfect for every festival at our home.", imageSrc: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg", imageAlt: "clean traditional sweet shop interior"},
{
id: "t3",
name: "Rajesh Kumar",
handle: "Event Planner",
testimonial: "Used them for my sister's wedding. Excellent bulk service and timely delivery.",
imageSrc: "http://img.b2bpic.net/free-photo/slice-honey-cake-with-butter-cookies-waffles_114579-14659.jpg?_wi=3",
imageAlt: "delicious yellow laddu indian sweet",
},
{
id: "t4",
name: "Amit Singh",
handle: "Food Blogger",
testimonial: "Authentic taste that takes me back to my childhood. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pastry-with-quail-eggs-dark-blue-surface_179666-44510.jpg?_wi=3",
imageAlt: "kesar barfi traditional indian sweet",
},
{
id: "t5",
name: "Priya Verma",
handle: "Happy Client",
testimonial: "Always fresh, always delicious. The go-to spot for any celebration.",
imageSrc: "http://img.b2bpic.net/free-photo/bread-canapes-marble-with-caviar_114579-21974.jpg?_wi=3",
imageAlt: "fresh gulab jamun in bowl",
},
id: "t3", name: "Rajesh Kumar", handle: "Event Planner", testimonial: "Used them for my sister's wedding. Excellent bulk service and timely delivery.", imageSrc: "http://img.b2bpic.net/free-photo/slice-honey-cake-with-butter-cookies-waffles_114579-14659.jpg?_wi=3", imageAlt: "delicious yellow laddu indian sweet"}
]}
title="Happy Customers"
description="See why the locals in Bareilly trust us."
@@ -267,9 +141,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Contact Us"
title="Enquire for Bulk Orders"
description="Have a wedding or celebration? Tell us your requirement and get a callback in 10 minutes."
@@ -285,4 +157,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}