From 65b85963c54dfe61a9d9442f4e098fd058ce0ed9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 10:10:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 306 ++++++++++------------------------------------- 1 file changed, 61 insertions(+), 245 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c1ec3c..8421bd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,35 +33,21 @@ export default function LandingPage() { @@ -69,37 +55,26 @@ export default function LandingPage() {
@@ -190,25 +136,13 @@ export default function LandingPage() { tagAnimation="slide-up" accordionItems={[ { - id: "sourcing", - title: "Ethical Grain Sourcing", - content: "We partner directly with trusted local farmers who share our commitment to sustainable and ethical farming practices, ensuring the freshest and finest grains.", - }, + id: "sourcing", title: "Ethical Grain Sourcing", content: "We partner directly with trusted local farmers who share our commitment to sustainable and ethical farming practices, ensuring the freshest and finest grains."}, { - id: "milling", - title: "Advanced Milling Process", - content: "Our state-of-the-art milling technology, combined with traditional techniques, preserves the natural goodness and nutritional value of every grain.", - }, + id: "milling", title: "Advanced Milling Process", content: "Our state-of-the-art milling technology, combined with traditional techniques, preserves the natural goodness and nutritional value of every grain."}, { - id: "quality-control", - title: "Rigorous Quality Checks", - content: "Each batch undergoes stringent quality control tests, from raw material inspection to final product packaging, guaranteeing purity and safety.", - }, + id: "quality-control", title: "Rigorous Quality Checks", content: "Each batch undergoes stringent quality control tests, from raw material inspection to final product packaging, guaranteeing purity and safety."}, { - id: "packaging", - title: "Hygienic Packaging", - content: "Our products are packed in hygienic, airtight packaging that locks in freshness and extends shelf life, delivering quality directly to your kitchen.", - }, + id: "packaging", title: "Hygienic Packaging", content: "Our products are packed in hygienic, airtight packaging that locks in freshness and extends shelf life, delivering quality directly to your kitchen."}, ]} imageSrc="http://img.b2bpic.net/free-photo/wheat-seeds-feeding-plat-animals_23-2148315343.jpg" imageAlt="Interior of a modern flour mill with machinery" @@ -226,47 +160,17 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "product-1", - name: "Premium Whole Wheat Flour", - price: "PKR 120/kg", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-raw-pie-round-formed-with-seasonings-purple-desk_140725-66470.jpg", - imageAlt: "Premium Whole Wheat Flour bag", - }, + id: "product-1", name: "Premium Whole Wheat Flour", price: "PKR 120/kg", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-raw-pie-round-formed-with-seasonings-purple-desk_140725-66470.jpg", imageAlt: "Premium Whole Wheat Flour bag"}, { - id: "product-2", - name: "Fine Atta (Chakki Fresh)", - price: "PKR 130/kg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-fruity-pie-with-flour-jam-nuts-dark-fruit-sweet-pie-sugar-tea-dessert-biscuit-cake_140725-145372.jpg", - imageAlt: "Fine Atta Chakki Fresh bag", - }, + id: "product-2", name: "Fine Atta (Chakki Fresh)", price: "PKR 130/kg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-fruity-pie-with-flour-jam-nuts-dark-fruit-sweet-pie-sugar-tea-dessert-biscuit-cake_140725-145372.jpg", imageAlt: "Fine Atta Chakki Fresh bag"}, { - id: "product-3", - name: "Gram Flour (Besan)", - price: "PKR 150/kg", - imageSrc: "http://img.b2bpic.net/free-photo/sack-full-cereals_1127-130.jpg", - imageAlt: "Gram Flour Besan packaging", - }, + id: "product-3", name: "Gram Flour (Besan)", price: "PKR 150/kg", imageSrc: "http://img.b2bpic.net/free-photo/sack-full-cereals_1127-130.jpg", imageAlt: "Gram Flour Besan packaging"}, { - id: "product-4", - name: "Semolina (Suji/Rava)", - price: "PKR 110/kg", - imageSrc: "http://img.b2bpic.net/free-photo/ingredient-bags-full-flour_23-2149482558.jpg", - imageAlt: "Semolina Suji Rava packaging", - }, + id: "product-4", name: "Semolina (Suji/Rava)", price: "PKR 110/kg", imageSrc: "http://img.b2bpic.net/free-photo/ingredient-bags-full-flour_23-2149482558.jpg", imageAlt: "Semolina Suji Rava packaging"}, { - id: "product-5", - name: "Pure Spices Collection", - price: "Varies", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-grains-glass-jar_114579-16844.jpg", - imageAlt: "Assorted Pure Spices", - }, + id: "product-5", name: "Pure Spices Collection", price: "Varies", imageSrc: "http://img.b2bpic.net/free-photo/coffee-grains-glass-jar_114579-16844.jpg", imageAlt: "Assorted Pure Spices"}, { - id: "product-6", - name: "Essential Pulses & Lentils", - price: "Varies", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-sliced-cabbage-greens-beet-white-background_140725-126795.jpg", - imageAlt: "Variety of Essential Pulses", - }, + id: "product-6", name: "Essential Pulses & Lentils", price: "Varies", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-sliced-cabbage-greens-beet-white-background_140725-126795.jpg", imageAlt: "Variety of Essential Pulses"}, ]} title="Our Range of Fine Products" description="Discover our selection of premium flours, grains, and general mill products, crafted for taste, nutrition, and your culinary needs." @@ -274,9 +178,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { - text: "View All Products", - href: "#", - }, + text: "View All Products", href: "#"}, ]} buttonAnimation="slide-up" /> @@ -290,31 +192,16 @@ export default function LandingPage() { carouselMode="buttons" metrics={[ { - id: "metric-1", - value: "50+", - title: "Years of Experience", - items: [ - "A rich heritage", - "Unmatched expertise", - ], + id: "metric-1", value: "50+", title: "Years of Experience", items: [ + "A rich heritage", "Unmatched expertise"], }, { - id: "metric-2", - value: "5000+", - title: "Tons of Daily Production", - items: [ - "High capacity output", - "Consistent supply", - ], + id: "metric-2", value: "5000+", title: "Tons of Daily Production", items: [ + "High capacity output", "Consistent supply"], }, { - id: "metric-3", - value: "250+", - title: "Distribution Network", - items: [ - "Nationwide reach", - "Efficient logistics", - ], + id: "metric-3", value: "250+", title: "Distribution Network", items: [ + "Nationwide reach", "Efficient logistics"], }, ]} title="Our Milestones in Excellence" @@ -332,53 +219,17 @@ export default function LandingPage() { carouselMode="buttons" testimonials={[ { - id: "1", - name: "Ayesha Khan", - role: "Bakery Owner", - testimonial: "Kamal Zamindar's flour is consistently the best. It makes our bread light, fluffy, and delicious every time. Our customers can tell the difference!", - imageSrc: "http://img.b2bpic.net/free-photo/technologist-white-protective-uniform-hairnet-standing-by-chrome-reservoirs-with-pressure-gauge-food-processing-plant_342744-1173.jpg", - imageAlt: "Ayesha Khan, Bakery Owner", - }, + id: "1", name: "Ayesha Khan", role: "Bakery Owner", testimonial: "Kamal Zamindar's flour is consistently the best. It makes our bread light, fluffy, and delicious every time. Our customers can tell the difference!", imageSrc: "http://img.b2bpic.net/free-photo/technologist-white-protective-uniform-hairnet-standing-by-chrome-reservoirs-with-pressure-gauge-food-processing-plant_342744-1173.jpg", imageAlt: "Ayesha Khan, Bakery Owner"}, { - id: "2", - name: "Dr. Sameer Ahmed", - role: "Food Scientist", - testimonial: "I'm impressed by the rigorous quality control and nutritional standards maintained by Kamal Zamindar. Their commitment to purity is exceptional.", - imageSrc: "http://img.b2bpic.net/free-photo/man-baker-with-fresh-bread-baker-house_1303-32279.jpg", - imageAlt: "Dr. Sameer Ahmed, Food Scientist", - }, + id: "2", name: "Dr. Sameer Ahmed", role: "Food Scientist", testimonial: "I'm impressed by the rigorous quality control and nutritional standards maintained by Kamal Zamindar. Their commitment to purity is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/man-baker-with-fresh-bread-baker-house_1303-32279.jpg", imageAlt: "Dr. Sameer Ahmed, Food Scientist"}, { - id: "3", - name: "Fatima Rizvi", - role: "Home Cook & Blogger", - testimonial: "For years, Kamal Zamindar products have been a staple in my kitchen. The taste, freshness, and quality are unmatched. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/excited-elegant-middle-aged-businesswoman-using-laptop-work-clenching-fists-happy-win-tender_343059-3753.jpg", - imageAlt: "Fatima Rizvi, Home Cook & Blogger", - }, + id: "3", name: "Fatima Rizvi", role: "Home Cook & Blogger", testimonial: "For years, Kamal Zamindar products have been a staple in my kitchen. The taste, freshness, and quality are unmatched. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/excited-elegant-middle-aged-businesswoman-using-laptop-work-clenching-fists-happy-win-tender_343059-3753.jpg", imageAlt: "Fatima Rizvi, Home Cook & Blogger"}, { - id: "4", - name: "Imran Malik", - role: "Restaurant Manager", - testimonial: "We rely on Kamal Zamindar for our daily flour and spices. The consistent quality helps us maintain the authentic taste our diners love.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", - imageAlt: "Imran Malik, Restaurant Manager", - }, + id: "4", name: "Imran Malik", role: "Restaurant Manager", testimonial: "We rely on Kamal Zamindar for our daily flour and spices. The consistent quality helps us maintain the authentic taste our diners love.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", imageAlt: "Imran Malik, Restaurant Manager"}, { - id: "5", - name: "Sara Hussain", - role: "Grocery Store Owner", - testimonial: "Our customers specifically ask for Kamal Zamindar products. The brand reputation for quality and reliability is strong, making it a fast-moving item.", - imageSrc: "http://img.b2bpic.net/free-photo/female-with-apron-holding-basket-croissant_23-2148542189.jpg", - imageAlt: "Sara Hussain, Grocery Store Owner", - }, + id: "5", name: "Sara Hussain", role: "Grocery Store Owner", testimonial: "Our customers specifically ask for Kamal Zamindar products. The brand reputation for quality and reliability is strong, making it a fast-moving item.", imageSrc: "http://img.b2bpic.net/free-photo/female-with-apron-holding-basket-croissant_23-2148542189.jpg", imageAlt: "Sara Hussain, Grocery Store Owner"}, { - id: "6", - name: "Zahid Tariq", - role: "Catering Service CEO", - testimonial: "For large-scale catering, consistency is key. Kamal Zamindar delivers on quality and volume, making them an indispensable partner for our operations.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrated-into-modern-life_23-2151102574.jpg", - imageAlt: "Zahid Tariq, Catering Service CEO", - }, + id: "6", name: "Zahid Tariq", role: "Catering Service CEO", testimonial: "For large-scale catering, consistency is key. Kamal Zamindar delivers on quality and volume, making them an indispensable partner for our operations.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrated-into-modern-life_23-2151102574.jpg", imageAlt: "Zahid Tariq, Catering Service CEO"}, ]} title="Voices of Our Satisfied Customers" description="Hear what our partners and customers have to say about the unparalleled quality and reliability of Kamal Zamindar products." @@ -392,15 +243,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "SuperMart", - "Daily Fresh Foods", - "Golden Bakery", - "Taste of Asia Restaurants", - "Green Harvest Retail", - "Family Grocers Inc.", - "Healthy Living Stores", - "Chef's Choice Supplies", - ]} + "SuperMart", "Daily Fresh Foods", "Golden Bakery", "Taste of Asia Restaurants", "Green Harvest Retail", "Family Grocers Inc.", "Healthy Living Stores", "Chef's Choice Supplies"]} title="Trusted by Leading Businesses" description="Our commitment to quality and service has earned the trust of renowned businesses and retailers across the region." tag="Our Valued Partners" @@ -416,25 +259,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "What makes your flour different?", - content: "Our flour is milled from hand-picked, premium grains using a blend of traditional stone grinding and modern techniques to preserve natural nutrients and flavor.", - }, + id: "faq-1", title: "What makes your flour different?", content: "Our flour is milled from hand-picked, premium grains using a blend of traditional stone grinding and modern techniques to preserve natural nutrients and flavor."}, { - id: "faq-2", - title: "Are your products organic?", - content: "While not all products are certified organic, we follow strict natural farming practices and avoid harmful chemicals. Specific organic products are clearly labeled.", - }, + id: "faq-2", title: "Are your products organic?", content: "While not all products are certified organic, we follow strict natural farming practices and avoid harmful chemicals. Specific organic products are clearly labeled."}, { - id: "faq-3", - title: "Do you offer bulk orders for businesses?", - content: "Yes, we have tailored bulk order options for bakeries, restaurants, and other businesses. Please contact our sales team for more details and pricing.", - }, + id: "faq-3", title: "Do you offer bulk orders for businesses?", content: "Yes, we have tailored bulk order options for bakeries, restaurants, and other businesses. Please contact our sales team for more details and pricing."}, { - id: "faq-4", - title: "How do you ensure product freshness?", - content: "We use advanced, airtight packaging that seals in freshness and extends shelf life, ensuring our products reach you in optimal condition.", - }, + id: "faq-4", title: "How do you ensure product freshness?", content: "We use advanced, airtight packaging that seals in freshness and extends shelf life, ensuring our products reach you in optimal condition."}, ]} imageSrc="http://img.b2bpic.net/free-photo/call-center-agents-logging-customer-interactions-spreadsheet-document-pc_482257-117912.jpg" imageAlt="Customer service representative assisting a client" @@ -456,28 +287,17 @@ export default function LandingPage() { description="Whether you have a question about our products, partnership opportunities, or just want to say hello, we're here to help." 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: "subject", - type: "text", - placeholder: "Subject", - required: true, + name: "subject", type: "text", placeholder: "Subject", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 5, + name: "message", placeholder: "Your Message", rows: 5, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/empty-floor-front-modern-building_1127-2888.jpg" @@ -492,13 +312,9 @@ export default function LandingPage() { -- 2.49.1