Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
386
src/app/page.tsx
386
src/app/page.tsx
@@ -34,35 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Quality",
|
||||
id: "#quality",
|
||||
},
|
||||
name: "Quality", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="PureDrop Dairy"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Order Now", href: "#products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,39 +58,23 @@ export default function LandingPage() {
|
||||
description="Delivering Farm-Fresh Purity, Daily. Experience the Future of Dairy with Unmatched Hygiene and Convenience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Order Now", href: "#products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-425.jpg",
|
||||
imageAlt: "Automated milking robots in a pristine dairy farm",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-425.jpg", imageAlt: "Automated milking robots in a pristine dairy farm"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bottle-goats-milk_23-2148673055.jpg",
|
||||
imageAlt: "Fresh milk bottles on a clean countertop",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bottle-goats-milk_23-2148673055.jpg", imageAlt: "Fresh milk bottles on a clean countertop"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-blue-uniform-taking-selfie-with-coffee-cups-pink-wall-worker-uniform-service-delivery_140725-32960.jpg",
|
||||
imageAlt: "Person receiving milk delivery at doorstep",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-blue-uniform-taking-selfie-with-coffee-cups-pink-wall-worker-uniform-service-delivery_140725-32960.jpg", imageAlt: "Person receiving milk delivery at doorstep"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-natural-background_93675-128773.jpg",
|
||||
imageAlt: "Healthy cows grazing in a vibrant green meadow",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-natural-background_93675-128773.jpg", imageAlt: "Healthy cows grazing in a vibrant green meadow"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-insida-glass_23-2148211430.jpg",
|
||||
imageAlt: "Milk quality testing in a modern sterile laboratory",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-insida-glass_23-2148211430.jpg", imageAlt: "Milk quality testing in a modern sterile laboratory"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-son_23-2148079558.jpg",
|
||||
imageAlt: "Family enjoying breakfast with fresh milk",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-son_23-2148079558.jpg", imageAlt: "Family enjoying breakfast with fresh milk"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -114,23 +84,17 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="Our Commitment to Dairy Excellence"
|
||||
title="Our Story: From Lush Farms to Your Table with Unmatched Hygiene"
|
||||
metrics={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Uncompromised Purity",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Advanced Hygiene",
|
||||
value: "Automated",
|
||||
},
|
||||
label: "Advanced Farm Hygiene", value: "Zero-Touch"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Pristine Dairy Process", value: "Lab Tested"},
|
||||
{
|
||||
icon: Home,
|
||||
label: "Effortless Convenience",
|
||||
value: "Delivered",
|
||||
},
|
||||
label: "Ethical Farming Practices", value: "Sustainable"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -143,35 +107,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "automated-milking",
|
||||
title: "Automated Milking Technology",
|
||||
descriptions: [
|
||||
"Hygienic, touch-free milking ensures milk is never exposed to human hands.",
|
||||
"Advanced sensors monitor cow health and milk quality in real-time.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/domestic-animals-eating-hay-cattle-farm_342744-888.jpg",
|
||||
imageAlt: "Automated milking robots milking cows",
|
||||
},
|
||||
id: "automated-milking", title: "Automated Milking Technology", descriptions: [
|
||||
"Hygienic, touch-free milking ensures milk is never exposed to human hands.", "Advanced sensors monitor cow health and milk quality in real-time."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/domestic-animals-eating-hay-cattle-farm_342744-888.jpg", imageAlt: "Automated milking robots milking cows"},
|
||||
{
|
||||
id: "cold-chain-logistics",
|
||||
title: "Seamless Cold Chain Logistics",
|
||||
descriptions: [
|
||||
"Milk is chilled immediately after milking and maintained at optimal temperatures.",
|
||||
"Specialized refrigerated vehicles ensure freshness during transit to your home.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-holding-bottle-milk-supermarket_23-2148216110.jpg",
|
||||
imageAlt: "Refrigerated truck for milk delivery",
|
||||
},
|
||||
id: "cold-chain-logistics", title: "Seamless Cold Chain Logistics", descriptions: [
|
||||
"Milk is chilled immediately after milking and maintained at optimal temperatures.", "Specialized refrigerated vehicles ensure freshness during transit to your home."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-holding-bottle-milk-supermarket_23-2148216110.jpg", imageAlt: "Refrigerated truck for milk delivery"},
|
||||
{
|
||||
id: "sustainable-farming",
|
||||
title: "Sustainable & Ethical Farming",
|
||||
descriptions: [
|
||||
"Our farms adhere to sustainable practices, caring for the environment and animals.",
|
||||
"Happy, healthy cows mean higher quality, purer milk for your family.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-drinking-goat-milk_23-2148673014.jpg",
|
||||
imageAlt: "Cows grazing in a green, sustainable farm",
|
||||
},
|
||||
id: "sustainable-farming", title: "Sustainable & Ethical Farming", descriptions: [
|
||||
"Our farms adhere to sustainable practices, caring for the environment and animals.", "Happy, healthy cows mean higher quality, purer milk for your family."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-drinking-goat-milk_23-2148673014.jpg", imageAlt: "Cows grazing in a green, sustainable farm"},
|
||||
]}
|
||||
title="Advanced Dairy Process: Purity from Farm to Table"
|
||||
description="Our commitment extends beyond just milk; it’s about a complete experience built on technology, sustainability, and uncompromising standards, ensuring every drop is perfect."
|
||||
@@ -187,65 +133,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
brand: "PureDrop",
|
||||
name: "Pure Cow Milk",
|
||||
price: "PKR 150/L",
|
||||
rating: 5,
|
||||
reviewCount: "245 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-bottle-yummy-dairy_23-2147895692.jpg",
|
||||
imageAlt: "Glass bottle of Pure Cow Milk",
|
||||
},
|
||||
id: "product-1", brand: "PureDrop", name: "Pure Cow Milk", price: "PKR 150/L", rating: 5,
|
||||
reviewCount: "245 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/small-bottle-yummy-dairy_23-2147895692.jpg", imageAlt: "Glass bottle of Pure Cow Milk"},
|
||||
{
|
||||
id: "product-2",
|
||||
brand: "PureDrop",
|
||||
name: "Creamy Buffalo Milk",
|
||||
price: "PKR 180/L",
|
||||
rating: 5,
|
||||
reviewCount: "180 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cow-head-ai-generated_268835-18708.jpg",
|
||||
imageAlt: "Glass bottle of Creamy Buffalo Milk",
|
||||
},
|
||||
id: "product-2", brand: "PureDrop", name: "Creamy Buffalo Milk", price: "PKR 180/L", rating: 5,
|
||||
reviewCount: "180 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/cow-head-ai-generated_268835-18708.jpg", imageAlt: "Glass bottle of Creamy Buffalo Milk"},
|
||||
{
|
||||
id: "product-3",
|
||||
brand: "PureDrop",
|
||||
name: "Artisanal Yogurt",
|
||||
price: "PKR 250/500g",
|
||||
rating: 4,
|
||||
reviewCount: "120 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-breakfast-meal-with-yogurt_23-2148894747.jpg",
|
||||
imageAlt: "Elegant container of Artisanal Yogurt",
|
||||
},
|
||||
id: "product-3", brand: "PureDrop", name: "Artisanal Yogurt", price: "PKR 250/500g", rating: 4,
|
||||
reviewCount: "120 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-breakfast-meal-with-yogurt_23-2148894747.jpg", imageAlt: "Elegant container of Artisanal Yogurt"},
|
||||
{
|
||||
id: "product-4",
|
||||
brand: "PureDrop",
|
||||
name: "Fresh Paneer",
|
||||
price: "PKR 400/250g",
|
||||
rating: 5,
|
||||
reviewCount: "95 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-tomatoes-cutting-board-with-knife-green-pepper-lemon-cucumber-cheese-greens-gray-surface_176474-6447.jpg",
|
||||
imageAlt: "Blocks of Fresh Paneer on a wooden board",
|
||||
},
|
||||
id: "product-4", brand: "PureDrop", name: "Fresh Paneer", price: "PKR 400/250g", rating: 5,
|
||||
reviewCount: "95 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-tomatoes-cutting-board-with-knife-green-pepper-lemon-cucumber-cheese-greens-gray-surface_176474-6447.jpg", imageAlt: "Blocks of Fresh Paneer on a wooden board"},
|
||||
{
|
||||
id: "product-5",
|
||||
brand: "PureDrop",
|
||||
name: "Traditional Ghee",
|
||||
price: "PKR 1200/500g",
|
||||
rating: 5,
|
||||
reviewCount: "70 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-mixing-jar-filled-with-homemade-lemonade_23-2148431461.jpg",
|
||||
imageAlt: "Golden jar of Traditional Ghee",
|
||||
},
|
||||
id: "product-5", brand: "PureDrop", name: "Traditional Ghee", price: "PKR 1200/500g", rating: 5,
|
||||
reviewCount: "70 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-mixing-jar-filled-with-homemade-lemonade_23-2148431461.jpg", imageAlt: "Golden jar of Traditional Ghee"},
|
||||
{
|
||||
id: "product-6",
|
||||
brand: "PureDrop",
|
||||
name: "Healthy Skim Milk",
|
||||
price: "PKR 130/L",
|
||||
rating: 4,
|
||||
reviewCount: "50 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-yogurt-concept-plate_23-2148775709.jpg",
|
||||
imageAlt: "Modern carton of Healthy Skim Milk",
|
||||
},
|
||||
id: "product-6", brand: "PureDrop", name: "Healthy Skim Milk", price: "PKR 130/L", rating: 4,
|
||||
reviewCount: "50 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-yogurt-concept-plate_23-2148775709.jpg", imageAlt: "Modern carton of Healthy Skim Milk"},
|
||||
]}
|
||||
title="Discover Our Range of Premium Dairy Products"
|
||||
description="From wholesome cow milk to rich buffalo milk and specialized dairy items, PureDrop ensures freshness and quality in every drop for your daily needs."
|
||||
@@ -259,32 +163,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
title: "On-Time Deliveries",
|
||||
description: "Consistently delivering fresh milk to your doorstep, exactly when you expect it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-surprised-man-holding-up-mark-dark-isolated-wall_140725-95686.jpg",
|
||||
imageAlt: "Satisfied customer with on-time delivery metric",
|
||||
},
|
||||
id: "m1", value: "99.99%", title: "Purity Score", description: "Each batch lab-tested for unparalleled cleanliness and freedom from contaminants.", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-insida-glass_23-2148211430.jpg", imageAlt: "Milk quality testing in a modern sterile laboratory"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10,000+",
|
||||
title: "Happy Customers",
|
||||
description: "Thousands of families trust PureDrop for their daily source of pure and healthy dairy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-inspecting-bottle-milk-grocery-store_23-2148216106.jpg",
|
||||
imageAlt: "Daily fresh milk deliveries graphic",
|
||||
},
|
||||
id: "m2", value: "100%", title: "Quality Adherence", description: "Strictly compliant with international food safety and dairy production standards.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bottle-goats-milk_23-2148673055.jpg", imageAlt: "Daily fresh milk deliveries graphic"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "ISO Certified",
|
||||
title: "Unmatched Quality",
|
||||
description: "Adhering to the highest international standards for purity and food safety.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-classic-bottles-milk_52683-129408.jpg",
|
||||
imageAlt: "Quality certification badge",
|
||||
},
|
||||
id: "m3", value: "Daily", title: "Freshness Assurance", description: "Milk from farm to your doorstep within hours, guaranteeing maximum freshness.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-blue-uniform-taking-selfie-with-coffee-cups-pink-wall-worker-uniform-service-delivery_140725-32960.jpg", imageAlt: "Quality certification badge"},
|
||||
]}
|
||||
title="Trusted by Families, Driven by Innovation"
|
||||
description="See how PureDrop Dairy is setting new benchmarks in quality, service, and customer satisfaction, delivering excellence every single day."
|
||||
title="Our Commitment to Purity & Quality"
|
||||
description="Dedicated to delivering the safest and freshest dairy, backed by rigorous standards and continuous innovation."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -293,16 +179,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"ISO Certified",
|
||||
"Organic Farm Alliance",
|
||||
"Food Safety Regulators",
|
||||
"Dairy Tech Innovations",
|
||||
"Sustainability Council",
|
||||
"Quality Assurance Body",
|
||||
"Nutrition Standards",
|
||||
"ISO Certified", "Organic Farm Alliance", "Food Safety Regulators", "Dairy Tech Innovations", "Sustainability Council", "Quality Assurance Body", "Nutrition Standards", "Healthy Livestock Program"
|
||||
]}
|
||||
title="Partnerships that Elevate Quality"
|
||||
description="We collaborate with industry leaders and certified bodies to ensure every drop meets global standards, guaranteeing excellence and trust in our products."
|
||||
title="Certifications & Trusted Partnerships"
|
||||
description="Our dedication to quality is affirmed by leading industry certifications and collaborations with esteemed agricultural and food safety organizations."
|
||||
speed={60}
|
||||
showCard={false}
|
||||
/>
|
||||
@@ -316,67 +196,31 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21129.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Dr. Anya Sharma", role: "Nutritionist & Health Advocate", company: "Wellness Institute", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21129.jpg", imageAlt: "Dr. Anya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Mr. Omar Hassan", role: "Restaurant Owner", company: "The Gourmet Kitchen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg", imageAlt: "Mr. Omar Hassan"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Mrs. Zoya Ali", role: "Culinary Blogger", company: "Flavorful Life Blog", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", imageAlt: "Mrs. Zoya Ali"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "Mr. Bilal Khan", role: "Dairy Industry Veteran", company: "Apex Dairy Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Mr. Bilal Khan"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Aisha Khan",
|
||||
role: "Homemaker",
|
||||
company: "Lahore Families",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-69623.jpg",
|
||||
imageAlt: "Aisha Khan",
|
||||
},
|
||||
id: "5", name: "Ms. Zara Noor", role: "Parent & Educator", company: "Happy Homes Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-69623.jpg", imageAlt: "Ms. Zara Noor"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "99%",
|
||||
label: "Delivery Score",
|
||||
},
|
||||
value: "99%", label: "Delivery Score"},
|
||||
{
|
||||
value: "5-Star",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "5-Star", label: "Avg Rating"},
|
||||
{
|
||||
value: "0%",
|
||||
label: "Adulteration",
|
||||
},
|
||||
value: "0%", label: "Adulteration"},
|
||||
]}
|
||||
title="What Our Customers Say About PureDrop Dairy"
|
||||
description="Real stories from families who trust us for their daily dose of purity and freshness, experiencing the true difference in every delivery."
|
||||
title="Hear From Our Premium Dairy Connoisseurs"
|
||||
description="Discerning customers share their experiences with PureDrop Dairy, highlighting our commitment to excellence, purity, and exceptional service."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -386,38 +230,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How is PureDrop milk different from others?",
|
||||
content: "PureDrop uses automated milking and a strict cold chain to ensure unmatched purity, hygiene, and freshness without any human contact from farm to bottle.",
|
||||
},
|
||||
id: "faq1", title: "What makes PureDrop milk exceptionally hygienic?", content: "Our state-of-the-art automated milking systems ensure zero human contact from the cow to the bottle, minimizing contamination risks. All equipment is thoroughly sterilized daily."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "What are your delivery areas and times?",
|
||||
content: "We deliver to major cities. You can check your specific area and available delivery slots by entering your address on our website during the order process.",
|
||||
},
|
||||
id: "faq2", title: "How is milk quality ensured from farm to delivery?", content: "We implement a strict cold chain protocol, immediately chilling milk to optimal temperatures after milking and transporting it in specialized refrigerated vehicles to maintain its pristine quality."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Are your cows grass-fed and hormone-free?",
|
||||
content: "Yes, our cows are raised in ethical, sustainable environments, enjoy lush pastures, and are never given artificial hormones or unnecessary antibiotics.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer organic or specialty dairy products?", content: "Yes, we have a selection of certified organic milk and other specialty dairy products like artisanal yogurt and premium ghee, all adhering to the highest standards."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can I modify or cancel my subscription?",
|
||||
content: "Absolutely. You can easily manage your subscriptions, modify orders, or cancel anytime through your personalized account dashboard on our website.",
|
||||
},
|
||||
id: "faq4", title: "What are your delivery options and scheduling?", content: "We offer flexible daily delivery schedules across our service areas. You can easily manage your preferred delivery times and frequency through your online PureDrop account."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "What measures do you take for hygiene?",
|
||||
content: "Our automated milking process eliminates human contact, and all equipment is sterilized daily. Milk is untouched and sealed until it reaches your home.",
|
||||
},
|
||||
id: "faq5", title: "How does PureDrop support sustainable farming?", content: "Our partner farms prioritize animal welfare, sustainable land management, and responsible resource use, ensuring both environmental health and the well-being of our dairy cows."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "Do you offer organic certified products?",
|
||||
content: "Yes, a selection of our products are sourced from certified organic farms, meeting stringent standards for organic dairy production. Look for the organic badge.",
|
||||
},
|
||||
id: "faq6", title: "Can I track my order or manage my subscription?", content: "Yes, our user-friendly platform allows you to track your delivery in real-time, modify future orders, pause subscriptions, or update your preferences with ease."},
|
||||
]}
|
||||
title="Your Questions, Our Transparent Answers"
|
||||
description="Find quick solutions to common queries about our dairy products, delivery, and services, ensuring complete peace of mind."
|
||||
title="Your Dairy Questions, Answered with Clarity"
|
||||
description="Explore comprehensive answers to frequently asked questions about PureDrop Dairy's processes, products, and services."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -426,81 +252,55 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Daily Freshness Awaits"
|
||||
title="Ready to Experience PureDrop Dairy?"
|
||||
description="Join the PureDrop family today and enjoy the taste of uncompromised purity and convenience delivered right to your doorstep. Start your journey to healthier living."
|
||||
variant: "radial-gradient"}}
|
||||
tag="Seamless Ordering & Dedicated Support"
|
||||
title="Experience the Freshness: Order Your PureDrop Dairy Today!"
|
||||
description="Ready for daily doses of purity and taste? Place your order now for convenient home delivery or reach out to our team for any assistance regarding products or services."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Start Your Order", href: "#products"},
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "mailto:support@puredrop.com",
|
||||
},
|
||||
text: "Check Delivery Area", href: "#faq"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="PureDrop"
|
||||
logoText="PureDrop Dairy Hub"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Order Now", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Quality",
|
||||
href: "#quality",
|
||||
},
|
||||
label: "Quality Standards", href: "#metrics"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Customer Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Delivery & Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 PureDrop Dairy. All rights reserved."
|
||||
copyrightText="© 2024 PureDrop Dairy Hub. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-archivo), sans-serif;
|
||||
font-family: var(--font-figtree), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-archivo), sans-serif;
|
||||
font-family: var(--font-figtree), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1f514c;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #159c49;
|
||||
--background-accent: #a8e8ba;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user