diff --git a/src/app/page.tsx b/src/app/page.tsx
index 92afeff..e90c1ca 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,27 +32,38 @@ export default function LandingPage() {
@@ -68,15 +79,24 @@ export default function LandingPage() {
@@ -126,28 +177,59 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- 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: "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: "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: "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: "Khanian 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."
@@ -160,11 +242,20 @@ 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 the area."},
+ id: "1",
+ title: "Do you offer home delivery?",
+ content: "Yes, we deliver fresh dairy products to your doorstep across Khanian and surrounding areas.",
+ },
{
- 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."},
+ id: "3",
+ title: "Can I visit the farm?",
+ content: "We welcome visitors! Contact us to schedule a tour of our facility in Khanian.",
+ },
]}
title="Common Questions"
description="Everything you need to know about our milk."
@@ -179,13 +270,22 @@ 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"
@@ -198,26 +298,36 @@ 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="Raisal Dairy and fast foods"
+ logoText="Amul Dairy Khanian"
/>
);
-}
\ No newline at end of file
+}