Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-08 10:10:44 +00:00

View File

@@ -33,35 +33,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Quality",
id: "#quality",
},
name: "Quality", id: "#quality"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Kamal Zamindar Mills"
button={{
text: "Get a Quote",
href: "#contact",
}}
text: "Get a Quote", href: "#contact"}}
animateOnLoad={true}
/>
</div>
@@ -69,37 +55,26 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitKpi
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
imagePosition="right"
title="Sustaining Quality, Delivering Excellence"
description="Kamal Zamindar Flour & General Mills: A legacy of premium grains and trusted products, milled with tradition and innovation for your table."
kpis={[
{
value: "50+",
label: "Years in Business",
},
value: "50+", label: "Years in Business"},
{
value: "100+",
label: "Quality Products",
},
value: "100+", label: "Quality Products"},
{
value: "1M+",
label: "Happy Customers",
},
value: "1M+", label: "Happy Customers"},
]}
enableKpiAnimation={true}
tag="Trusted Heritage"
tagAnimation="slide-up"
buttons={[
{
text: "Explore Products",
href: "#products",
},
text: "Explore Products", href: "#products"},
{
text: "Our Story",
href: "#about",
},
text: "Our Story", href: "#about"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/autumn-harvest-vegetables-female-hands-corn-field_169016-16359.jpg"
@@ -107,53 +82,28 @@ export default function LandingPage() {
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/side-view-smiley-man-holding-smartphone_23-2149915890.jpg",
alt: "Happy Indian businessman",
},
src: "http://img.b2bpic.net/free-photo/side-view-smiley-man-holding-smartphone_23-2149915890.jpg", alt: "Happy Indian businessman"},
{
src: "http://img.b2bpic.net/free-photo/happy-young-beautiful-woman-hairdresser-apron-looking-front-feeling-positive-emotions-with-hands-her-cheeks-standing-green-wall_141793-71508.jpg",
alt: "Satisfied female customer",
},
src: "http://img.b2bpic.net/free-photo/happy-young-beautiful-woman-hairdresser-apron-looking-front-feeling-positive-emotions-with-hands-her-cheeks-standing-green-wall_141793-71508.jpg", alt: "Satisfied female customer"},
{
src: "http://img.b2bpic.net/free-photo/happy-male-worker-using-laptop-factory_107420-96505.jpg",
alt: "Food industry expert",
},
src: "http://img.b2bpic.net/free-photo/happy-male-worker-using-laptop-factory_107420-96505.jpg", alt: "Food industry expert"},
{
src: "http://img.b2bpic.net/free-photo/confident-young-handsome-slavic-gardener-uniform-hat-standing-profile-view-holding-butternut-pumpkin-looking-screaming-isolated_141793-68843.jpg",
alt: "Male farmer smiling",
},
src: "http://img.b2bpic.net/free-photo/confident-young-handsome-slavic-gardener-uniform-hat-standing-profile-view-holding-butternut-pumpkin-looking-screaming-isolated_141793-68843.jpg", alt: "Male farmer smiling"},
{
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg",
alt: "Young entrepreneur",
},
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg", alt: "Young entrepreneur"},
]}
avatarText="Join our growing family of satisfied partners!"
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-with-chicken-egg-flour-high-quality-photo_114579-40546.jpg",
alt: "Freshly baked bread with flour",
},
type: "image", src: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-with-chicken-egg-flour-high-quality-photo_114579-40546.jpg", alt: "Freshly baked bread with flour"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/grain-wheat-ear-plate-marble_114579-42553.jpg",
alt: "Wheat grains close up",
},
type: "image", src: "http://img.b2bpic.net/free-photo/grain-wheat-ear-plate-marble_114579-42553.jpg", alt: "Wheat grains close up"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/mechanic-standing-near-cnc-controlling-cutting-plasma_7502-4476.jpg",
alt: "Modern milling machinery",
},
type: "image", src: "http://img.b2bpic.net/free-photo/mechanic-standing-near-cnc-controlling-cutting-plasma_7502-4476.jpg", alt: "Modern milling machinery"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/dark-bread-slices-wooden-board-blue-table_114579-14443.jpg",
alt: "Bag of premium flour",
},
type: "image", src: "http://img.b2bpic.net/free-photo/dark-bread-slices-wooden-board-blue-table_114579-14443.jpg", alt: "Bag of premium flour"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/exotic-spices-with-plate-board-cloth_23-2147684943.jpg",
alt: "Assorted Indian spices",
},
type: "image", src: "http://img.b2bpic.net/free-photo/exotic-spices-with-plate-board-cloth_23-2147684943.jpg", alt: "Assorted Indian spices"},
]}
marqueeSpeed={40}
showMarqueeCard={false}
@@ -165,19 +115,15 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Our Legacy of Purity and Trust for Generations",
},
type: "text", content: "Our Legacy of Purity and Trust for Generations"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/portrait-young-viking-children_23-2151686414.jpg", alt: "Traditional Indian family working in a mill"},
]}
buttons={[
{
text: "Learn More",
href: "#",
},
text: "Learn More", href: "#"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-viking-children_23-2151686414.jpg"
imageAlt="Traditional Indian family working in a mill"
/>
</div>
@@ -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() {
<FooterLogoReveal
logoText="Kamal Zamindar Mills"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>