Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0228777b98 | |||
| 0f713739d9 | |||
| abf19bcca6 | |||
| 7dc9dc257a | |||
| f872111796 | |||
| a8bf2881e5 | |||
| 79ce58a5f8 |
1414
src/app/layout.tsx
1414
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -54,13 +54,16 @@ export default function MadhavFoodsPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rajesh Patel", handle: "Owner, Patel Supermarket", testimonial: "Reliable supplier with excellent prices and consistent quality. Madhav Foods has been our trusted partner for over 2 years.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg?_wi=1", imageAlt: "Rajesh Patel"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg?_wi=1", imageAlt: "Rajesh Patel"
|
||||
},
|
||||
{
|
||||
name: "Priya Sharma", handle: "Restaurant Manager, Spice Garden", testimonial: "Fast delivery and competitive bulk pricing. Madhav Foods helps us maintain our margins while serving quality food.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-lawyer-posing-outdoors_23-2148230752.jpg?_wi=1", imageAlt: "Priya Sharma"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-lawyer-posing-outdoors_23-2148230752.jpg?_wi=1", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
name: "Vikram Singh", handle: "Caterer, Events & More", testimonial: "Professional service and reliable stock availability. Perfect partner for large bulk orders and events.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress-standing-counter_1170-664.jpg?_wi=1", imageAlt: "Vikram Singh"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress-standing-counter_1170-664.jpg?_wi=1", imageAlt: "Vikram Singh"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -115,18 +118,24 @@ export default function MadhavFoodsPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Rice & Grains", author: "Bulk Quantities", description: "Premium quality white rice, basmati, and various grain varieties in bulk sacks. Perfect for retailers and food businesses.", tags: ["Staple", "High Volume"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-rice-towel-marble-background_114579-51423.jpg", imageAlt: "Wholesale rice and grains in bulk packaging"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-rice-towel-marble-background_114579-51423.jpg", imageAlt: "Wholesale rice and grains in bulk packaging"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Wheat & Flour", author: "All Varieties", description: "Atta, maida, besan, and all flour types in wholesale quantities. Consistent quality for your production needs.", tags: ["Fresh Stock", "Best Rates"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bread-slices-with-egg-oil-blue-table_114579-14375.jpg", imageAlt: "Bulk wheat flour and flour varieties"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bread-slices-with-egg-oil-blue-table_114579-14375.jpg", imageAlt: "Bulk wheat flour and flour varieties"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Pulses & Dal", author: "Imported & Local", description: "Toor dal, urad, moong, and all pulses in bulk. Sourced from reliable suppliers with quality guarantee.", tags: ["Premium Quality", "Bulk Orders"], imageSrc: "http://img.b2bpic.net/free-photo/side-view-cereal-grains-seeds-heaps-wooden-spoons-corns-rice-buckwheat-red-lentils_141793-6967.jpg", imageAlt: "Assorted pulses and dal varieties wholesale"},
|
||||
id: "3", title: "Pulses & Dal", author: "Imported & Local", description: "Toor dal, urad, moong, and all pulses in bulk. Sourced from reliable suppliers with quality guarantee.", tags: ["Premium Quality", "Bulk Orders"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cereal-grains-seeds-heaps-wooden-spoons-corns-rice-buckwheat-red-lentils_141793-6967.jpg", imageAlt: "Assorted pulses and dal varieties wholesale"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Cooking Oils", author: "Multiple Options", description: "Vegetable oil, groundnut oil, and other cooking oils in wholesale quantities. Trusted brands at best prices.", tags: ["Competitive Price", "Bulk Supply"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-bottles-sourdough-homemade-easter-sour-soup_329181-20009.jpg", imageAlt: "Cooking oils in bulk wholesale containers"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-bottles-sourdough-homemade-easter-sour-soup_329181-20009.jpg", imageAlt: "Cooking oils in bulk wholesale containers"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Spices & Dry Goods", author: "Premium Selection", description: "Turmeric, coriander, chili powder, and specialty spices. Also packaged groceries and dry goods.", tags: ["Fresh Stock", "Bulk Available"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-herbs-high-angle-view_176474-1862.jpg", imageAlt: "Indian spices and dry goods collection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-herbs-high-angle-view_176474-1862.jpg", imageAlt: "Indian spices and dry goods collection"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,7 +147,8 @@ export default function MadhavFoodsPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Patel Supermarket", "Spice Garden Restaurant", "Events & More Catering", "City Kirana Store", "Hotel Maharaja", "Quick Bite Restaurant", "Fresh Mart Grocery", "Premium Wholesale"]}
|
||||
"Patel Supermarket", "Spice Garden Restaurant", "Events & More Catering", "City Kirana Store", "Hotel Maharaja", "Quick Bite Restaurant", "Fresh Mart Grocery", "Premium Wholesale"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
tag="Industry Trust"
|
||||
@@ -157,25 +167,31 @@ export default function MadhavFoodsPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Patel", role: "Owner, Patel Supermarket", testimonial: "Reliable supplier for our supermarket. Good prices and always available stock. Madhav Foods is our first choice for bulk orders.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg?_wi=2", imageAlt: "Rajesh Patel"},
|
||||
id: "1", name: "Rajesh Patel", role: "Owner, Patel Supermarket", testimonial: "Reliable supplier for our supermarket. Good prices and always available stock. Madhav Foods is our first choice for bulk orders.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg?_wi=2", imageAlt: "Rajesh Patel"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", role: "Restaurant Manager, Spice Garden", testimonial: "Fast delivery and competitive pricing. Madhav Foods helps us maintain excellent margins on our food costs.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-lawyer-posing-outdoors_23-2148230752.jpg?_wi=2", imageAlt: "Priya Sharma"},
|
||||
id: "2", name: "Priya Sharma", role: "Restaurant Manager, Spice Garden", testimonial: "Fast delivery and competitive pricing. Madhav Foods helps us maintain excellent margins on our food costs.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-lawyer-posing-outdoors_23-2148230752.jpg?_wi=2", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Vikram Singh", role: "Caterer, Events & More", testimonial: "Professional service and reliable stock. Perfect partner for large events and bulk orders. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress-standing-counter_1170-664.jpg?_wi=2", imageAlt: "Vikram Singh"},
|
||||
id: "3", name: "Vikram Singh", role: "Caterer, Events & More", testimonial: "Professional service and reliable stock. Perfect partner for large events and bulk orders. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress-standing-counter_1170-664.jpg?_wi=2", imageAlt: "Vikram Singh"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Amita Gupta", role: "Owner, City Kirana Store", testimonial: "Best wholesale rates in Vasai-Virar. Local supplier means fast delivery. Very satisfied with the quality and service.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-with-document_23-2149434529.jpg", imageAlt: "Amita Gupta"},
|
||||
id: "4", name: "Amita Gupta", role: "Owner, City Kirana Store", testimonial: "Best wholesale rates in Vasai-Virar. Local supplier means fast delivery. Very satisfied with the quality and service.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-with-document_23-2149434529.jpg", imageAlt: "Amita Gupta"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Mohit Reddy", role: "Hotel Manager, Hotel Maharaja", testimonial: "Madhav Foods supplies all our bulk groceries. Reliable, professional, and committed to customer satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409825.jpg", imageAlt: "Mohit Reddy"},
|
||||
id: "5", name: "Mohit Reddy", role: "Hotel Manager, Hotel Maharaja", testimonial: "Madhav Foods supplies all our bulk groceries. Reliable, professional, and committed to customer satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409825.jpg", imageAlt: "Mohit Reddy"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Neha Kapoor", role: "Food Business Owner", testimonial: "Excellent quality products at wholesale prices. Madhav Foods is our trusted supplier for bulk grocery needs.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-worker-greeting-with-quality-control-inspector-industrial-building_637285-4102.jpg", imageAlt: "Neha Kapoor"},
|
||||
id: "6", name: "Neha Kapoor", role: "Food Business Owner", testimonial: "Excellent quality products at wholesale prices. Madhav Foods is our trusted supplier for bulk grocery needs.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-worker-greeting-with-quality-control-inspector-industrial-building_637285-4102.jpg", imageAlt: "Neha Kapoor"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Request Your Price List"
|
||||
description="Fill out the form below and we'll send you our current price list and product availability. Get competitive wholesale rates for your business."
|
||||
title="Get Your Rice Wholesale Pricing & Stock Details"
|
||||
description="Fill out the form below and we'll send you our current rice inventory, wholesale pricing, and product availability. Get competitive wholesale rates for your business."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coworkers-team-meeting-factory-handle-solar-power-production_482257-126015.jpg"
|
||||
imageAlt="Madhav Foods team ready to help"
|
||||
@@ -196,10 +212,10 @@ export default function MadhavFoodsPage() {
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us what you're looking for (e.g., rice, dal, flour, bulk orders...)", rows: 4,
|
||||
name: "message", placeholder: "Tell us what you're looking for (e.g., basmati rice quantity, pricing tiers, delivery timeline...)", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
buttonText="Request Price List"
|
||||
buttonText="Request Rice Price List"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -233,4 +249,4 @@ export default function MadhavFoodsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user