3 Commits

Author SHA1 Message Date
071d7de217 Update src/app/page.tsx 2026-04-27 10:28:34 +00:00
1e0b62532b Merge version_2 into main
Merge version_2 into main
2026-04-27 10:27:37 +00:00
369df9da7e Update src/app/page.tsx 2026-04-27 10:27:31 +00:00

View File

@@ -32,38 +32,27 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Amul Dairy" brandName="Raisal Dairy and fast foods"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Freshness from the Heart of Amloh" title="Freshness from the Heart of Amloh"
description="Amul Dairy Khanian brings pure, farm-fresh milk and dairy products directly to your doorstep. Supporting local agriculture with every drop." description="Raisal Dairy and fast foods brings pure, farm-fresh milk and dairy products directly to your doorstep. Supporting local agriculture with every drop."
buttons={[ buttons={[
{ {
text: "Explore Products", text: "Explore Products", href: "#products"},
href: "#products",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/milk-cookies_169016-3127.jpg" imageSrc="http://img.b2bpic.net/free-photo/milk-cookies_169016-3127.jpg"
/> />
@@ -79,24 +68,15 @@ export default function LandingPage() {
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardTwentyOne <FeatureCardTwentyOne
useInvertedBackground={true} useInvertedBackground={true}
title="Why Choose Amul Dairy?" title="Why Choose Raisal Dairy and fast foods?"
description="We prioritize quality and tradition in every step." description="We prioritize quality and tradition in every step."
accordionItems={[ accordionItems={[
{ {
id: "1", id: "1", title: "Farm Fresh Quality", content: "Our milk is sourced fresh daily from trusted local farms in the Amloh region."},
title: "Farm Fresh Quality",
content: "Our milk is sourced fresh daily from trusted local farms in the Amloh region.",
},
{ {
id: "2", id: "2", title: "Strict Hygiene Standards", content: "Every batch undergoes rigorous quality checks to ensure safety and purity."},
title: "Strict Hygiene Standards",
content: "Every batch undergoes rigorous quality checks to ensure safety and purity.",
},
{ {
id: "3", id: "3", title: "Community Focused", content: "We support our local farmers by providing fair prices and modern dairy infrastructure."},
title: "Community Focused",
content: "We support our local farmers by providing fair prices and modern dairy infrastructure.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-vector/eco-farm-milk-dairy-products-emblems_1284-13475.jpg" imageSrc="http://img.b2bpic.net/free-vector/eco-farm-milk-dairy-products-emblems_1284-13475.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -109,43 +89,22 @@ export default function LandingPage() {
textboxLayout="split-description" textboxLayout="split-description"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[
{ text: "Inquire Now", href: "#contact" }
]}
products={[ products={[
{ {
id: "1", id: "1", name: "Farm Fresh Milk", price: "₹60/L", imageSrc: "http://img.b2bpic.net/free-photo/bottles-milk-arrangement-still-life_23-2150642882.jpg"},
name: "Farm Fresh Milk",
price: "₹60/L",
imageSrc: "http://img.b2bpic.net/free-photo/bottles-milk-arrangement-still-life_23-2150642882.jpg",
},
{ {
id: "2", id: "2", name: "Creamy Dahi", price: "₹40/kg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-vanilla-ice-cream_23-2148289451.jpg"},
name: "Creamy Dahi",
price: "₹40/kg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-vanilla-ice-cream_23-2148289451.jpg",
},
{ {
id: "3", id: "3", name: "Desi Ghee", price: "₹550/kg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-simple-pumpkin-soup-purple-tissue-dark-desk-thanksgiving-dine-smooth_140725-73038.jpg"},
name: "Desi Ghee",
price: "₹550/kg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-simple-pumpkin-soup-purple-tissue-dark-desk-thanksgiving-dine-smooth_140725-73038.jpg",
},
{ {
id: "4", id: "4", name: "Table Butter", price: "₹120/pack", imageSrc: "http://img.b2bpic.net/free-photo/organic-white-cheese-dark-plate_114579-23459.jpg"},
name: "Table Butter",
price: "₹120/pack",
imageSrc: "http://img.b2bpic.net/free-photo/organic-white-cheese-dark-plate_114579-23459.jpg",
},
{ {
id: "5", id: "5", name: "Fresh Paneer", price: "₹150/kg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg"},
name: "Fresh Paneer",
price: "₹150/kg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg",
},
{ {
id: "6", id: "6", name: "Raw Milk", price: "₹55/L", imageSrc: "http://img.b2bpic.net/free-photo/bottles-milk-arrangement-still-life_23-2150642895.jpg"},
name: "Raw Milk",
price: "₹55/L",
imageSrc: "http://img.b2bpic.net/free-photo/bottles-milk-arrangement-still-life_23-2150642895.jpg",
},
]} ]}
title="Our Dairy Selection" title="Our Dairy Selection"
description="Pure products for a healthy family." description="Pure products for a healthy family."
@@ -157,14 +116,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Amloh Local Union", "Amloh Local Union", "Fatehgarh Farm Co-op", "Punjab Farmers Guild", "Raisal Dairy Collective", "Pure Milk Association", "Rural Trade Council", "Local Quality Board"]}
"Fatehgarh Farm Co-op",
"Punjab Farmers Guild",
"Khanian Dairy Collective",
"Pure Milk Association",
"Rural Trade Council",
"Local Quality Board",
]}
title="Trusted by Local Families" title="Trusted by Local Families"
description="Proudly serving our community for generations." description="Proudly serving our community for generations."
/> />
@@ -177,59 +129,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Harpreet Singh", role: "Farmer", company: "Local", rating: 5,
name: "Harpreet Singh", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-outside-train-station_641386-147.jpg"},
role: "Farmer",
company: "Khanian Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-outside-train-station_641386-147.jpg",
},
{ {
id: "2", id: "2", name: "Sunita Devi", role: "Home Maker", company: "Amloh", rating: 5,
name: "Sunita Devi", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-cheerful-girl-baking-kitchen-making-dough-holding-recipe-book-having-ideas_1258-198310.jpg"},
role: "Home Maker",
company: "Amloh",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-cheerful-girl-baking-kitchen-making-dough-holding-recipe-book-having-ideas_1258-198310.jpg",
},
{ {
id: "3", id: "3", name: "Rajesh Kumar", role: "Shopkeeper", company: "Rd", rating: 5,
name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-woman-bazaar_23-2150913278.jpg"},
role: "Shopkeeper",
company: "Khanian Rd",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-woman-bazaar_23-2150913278.jpg",
},
{ {
id: "4", id: "4", name: "Manjeet Kaur", role: "Teacher", company: "Fatehgarh", rating: 5,
name: "Manjeet Kaur", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-family-park_329181-13788.jpg"},
role: "Teacher",
company: "Fatehgarh",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-family-park_329181-13788.jpg",
},
{ {
id: "5", id: "5", name: "Balbir Singh", role: "Local Resident", company: "Amloh", rating: 5,
name: "Balbir Singh", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-holding-glass-milk_23-2148399070.jpg"},
role: "Local Resident",
company: "Amloh",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-holding-glass-milk_23-2148399070.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "500+", value: "500+", label: "Happy Families"},
label: "Happy Families",
},
{ {
value: "100%", value: "100%", label: "Farm Fresh"},
label: "Farm Fresh",
},
{ {
value: "24/7", value: "24/7", label: "Reliable Service"},
label: "Reliable Service",
},
]} ]}
title="Community Voices" title="Community Voices"
description="Hear what our neighbors say about our quality." description="Hear what our neighbors say about our quality."
@@ -242,20 +163,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "Do you offer home delivery?", content: "Yes, we deliver fresh dairy products to your doorstep across the area."},
title: "Do you offer home delivery?",
content: "Yes, we deliver fresh dairy products to your doorstep across Khanian and surrounding areas.",
},
{ {
id: "2", id: "2", title: "How is the quality ensured?", content: "Our milk undergoes daily testing for purity and safety at our collection center."},
title: "How is the quality ensured?",
content: "Our milk undergoes daily testing for purity and safety at our collection center.",
},
{ {
id: "3", id: "3", title: "Can I visit the farm?", content: "We welcome visitors! Contact us to schedule a tour of our facility."},
title: "Can I visit the farm?",
content: "We welcome visitors! Contact us to schedule a tour of our facility in Khanian.",
},
]} ]}
title="Common Questions" title="Common Questions"
description="Everything you need to know about our milk." description="Everything you need to know about our milk."
@@ -270,22 +182,13 @@ export default function LandingPage() {
description="Have questions about our milk delivery? Send us a message." description="Have questions about our milk delivery? Send us a message."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Phone Number", required: true,
type: "tel",
placeholder: "Phone Number",
required: true,
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/man-with-bottle-goats-milk-close-up_23-2148673059.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-with-bottle-goats-milk-close-up_23-2148673059.jpg"
@@ -298,33 +201,23 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
logoText="Amul Dairy Khanian" logoText="Raisal Dairy and fast foods"
/> />
</div> </div>
</ReactLenis> </ReactLenis>