Merge version_2 into main #1
200
src/app/page.tsx
200
src/app/page.tsx
@@ -32,38 +32,27 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Amul Dairy"
|
||||
brandName="Raisal Dairy and fast foods"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
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={[
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Products", href: "#products"},
|
||||
]}
|
||||
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">
|
||||
<FeatureCardTwentyOne
|
||||
useInvertedBackground={true}
|
||||
title="Why Choose Amul Dairy?"
|
||||
title="Why Choose Raisal Dairy and fast foods?"
|
||||
description="We prioritize quality and tradition in every step."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Farm Fresh Quality",
|
||||
content: "Our milk is sourced fresh daily from trusted local farms in the Amloh region.",
|
||||
},
|
||||
id: "1", title: "Farm Fresh Quality", content: "Our milk is sourced fresh daily from trusted local farms in the Amloh region."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Strict Hygiene Standards",
|
||||
content: "Every batch undergoes rigorous quality checks to ensure safety and purity.",
|
||||
},
|
||||
id: "2", title: "Strict Hygiene Standards", content: "Every batch undergoes rigorous quality checks to ensure safety and purity."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Community Focused",
|
||||
content: "We support our local farmers by providing fair prices and modern dairy infrastructure.",
|
||||
},
|
||||
id: "3", 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"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -111,41 +91,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Farm Fresh Milk",
|
||||
price: "₹60/L",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottles-milk-arrangement-still-life_23-2150642882.jpg",
|
||||
},
|
||||
id: "1", name: "Farm Fresh Milk", price: "₹60/L", imageSrc: "http://img.b2bpic.net/free-photo/bottles-milk-arrangement-still-life_23-2150642882.jpg"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Table Butter",
|
||||
price: "₹120/pack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/organic-white-cheese-dark-plate_114579-23459.jpg",
|
||||
},
|
||||
id: "4", name: "Table Butter", price: "₹120/pack", imageSrc: "http://img.b2bpic.net/free-photo/organic-white-cheese-dark-plate_114579-23459.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fresh Paneer",
|
||||
price: "₹150/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg",
|
||||
},
|
||||
id: "5", name: "Fresh Paneer", price: "₹150/kg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Raw Milk",
|
||||
price: "₹55/L",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottles-milk-arrangement-still-life_23-2150642895.jpg",
|
||||
},
|
||||
id: "6", 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"
|
||||
description="Pure products for a healthy family."
|
||||
@@ -157,14 +113,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Amloh Local Union",
|
||||
"Fatehgarh Farm Co-op",
|
||||
"Punjab Farmers Guild",
|
||||
"Khanian Dairy Collective",
|
||||
"Pure Milk Association",
|
||||
"Rural Trade Council",
|
||||
"Local Quality Board",
|
||||
]}
|
||||
"Amloh Local Union", "Fatehgarh Farm Co-op", "Punjab Farmers Guild", "Raisal Dairy Collective", "Pure Milk Association", "Rural Trade Council", "Local Quality Board"]}
|
||||
title="Trusted by Local Families"
|
||||
description="Proudly serving our community for generations."
|
||||
/>
|
||||
@@ -177,59 +126,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Harpreet Singh",
|
||||
role: "Farmer",
|
||||
company: "Khanian Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-outside-train-station_641386-147.jpg",
|
||||
},
|
||||
id: "1", name: "Harpreet Singh", role: "Farmer", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-outside-train-station_641386-147.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sunita Devi",
|
||||
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: "2", name: "Sunita Devi", 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",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Shopkeeper",
|
||||
company: "Khanian Rd",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-woman-bazaar_23-2150913278.jpg",
|
||||
},
|
||||
id: "3", name: "Rajesh Kumar", role: "Shopkeeper", company: "Rd", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-woman-bazaar_23-2150913278.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Manjeet Kaur",
|
||||
role: "Teacher",
|
||||
company: "Fatehgarh",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-family-park_329181-13788.jpg",
|
||||
},
|
||||
id: "4", name: "Manjeet Kaur", role: "Teacher", company: "Fatehgarh", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-family-park_329181-13788.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Balbir Singh",
|
||||
role: "Local Resident",
|
||||
company: "Amloh",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-holding-glass-milk_23-2148399070.jpg",
|
||||
},
|
||||
id: "5", name: "Balbir Singh", 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={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Happy Families",
|
||||
},
|
||||
value: "500+", label: "Happy Families"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Farm Fresh",
|
||||
},
|
||||
value: "100%", label: "Farm Fresh"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Reliable Service",
|
||||
},
|
||||
value: "24/7", label: "Reliable Service"},
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="Hear what our neighbors say about our quality."
|
||||
@@ -242,20 +160,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer home delivery?",
|
||||
content: "Yes, we deliver fresh dairy products to your doorstep across Khanian and surrounding areas.",
|
||||
},
|
||||
id: "1", title: "Do you offer home delivery?", content: "Yes, we deliver fresh dairy products to your doorstep across the area."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How is the quality ensured?",
|
||||
content: "Our milk undergoes daily testing for purity and safety at our collection center.",
|
||||
},
|
||||
id: "2", title: "How is the quality ensured?", content: "Our milk undergoes daily testing for purity and safety at our collection center."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I visit the farm?",
|
||||
content: "We welcome visitors! Contact us to schedule a tour of our facility in Khanian.",
|
||||
},
|
||||
id: "3", title: "Can I visit the farm?", content: "We welcome visitors! Contact us to schedule a tour of our facility."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our milk."
|
||||
@@ -270,22 +179,13 @@ export default function LandingPage() {
|
||||
description="Have questions about our milk delivery? Send us a message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-bottle-goats-milk-close-up_23-2148673059.jpg"
|
||||
@@ -298,36 +198,26 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Amul Dairy Khanian"
|
||||
logoText="Raisal Dairy and fast foods"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user