Merge version_2 into main #2
236
src/app/page.tsx
236
src/app/page.tsx
@@ -24,32 +24,28 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Products", href: "/products" },
|
||||
{ label: "Quality Standards", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Order Status", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Food Safety", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Burlington Tower, Business Bay, Dubai", href: "#" },
|
||||
{ label: "+971 4 XXX XXXX", href: "#" },
|
||||
{ label: "info@flavorfoood.ae", href: "#" },
|
||||
@@ -80,9 +76,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Request Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request Quote", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,27 +87,17 @@ export default function HomePage() {
|
||||
description="Premium raw materials supplier for food and beverage manufacturers across the GCC. Quality concentrates, dairy ingredients, flour, canned goods, and oils."
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0v8b24",
|
||||
imageAlt: "Juice production concentrate facility",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0v8b24", imageAlt: "Juice production concentrate facility"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pbphu7",
|
||||
imageAlt: "Dairy milk processing",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pbphu7", imageAlt: "Dairy milk processing"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ouol6o",
|
||||
imageAlt: "Pasta semolina production",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ouol6o", imageAlt: "Pasta semolina production"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Products",
|
||||
href: "/products",
|
||||
},
|
||||
text: "Request Product Samples", href: "/products"},
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Quote", href: "/contact"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={false}
|
||||
@@ -126,9 +110,7 @@ export default function HomePage() {
|
||||
title="Your Trusted Long-Term Ingredient Partner"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -141,35 +123,17 @@ export default function HomePage() {
|
||||
description="At Flavor Food, we partner with food manufacturers to ensure consistent, high-quality ingredients that meet international standards."
|
||||
features={[
|
||||
{
|
||||
id: "quality",
|
||||
title: "ISO Certified Quality",
|
||||
descriptions: [
|
||||
"All products meet international food safety standards",
|
||||
"Regular quality testing and batch certifications",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qyjma3&_wi=1",
|
||||
imageAlt: "Quality assurance icon",
|
||||
},
|
||||
id: "quality", title: "ISO Certified Quality", descriptions: [
|
||||
"All products meet international food safety standards", "Regular quality testing and batch certifications"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qyjma3&_wi=1", imageAlt: "Quality assurance icon"},
|
||||
{
|
||||
id: "supply",
|
||||
title: "Consistent Supply Chain",
|
||||
descriptions: [
|
||||
"Reliable year-round availability from vetted suppliers",
|
||||
"Temperature-controlled storage and logistics",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6fes34&_wi=1",
|
||||
imageAlt: "Supply chain icon",
|
||||
},
|
||||
id: "supply", title: "Consistent Supply Chain", descriptions: [
|
||||
"Reliable year-round availability from vetted suppliers", "Temperature-controlled storage and logistics"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6fes34&_wi=1", imageAlt: "Supply chain icon"},
|
||||
{
|
||||
id: "support",
|
||||
title: "Dedicated Account Support",
|
||||
descriptions: [
|
||||
"Direct contact with your account manager",
|
||||
"Custom solutions tailored to your production needs",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=agj4zf&_wi=1",
|
||||
imageAlt: "Support icon",
|
||||
},
|
||||
id: "support", title: "Dedicated Account Support", descriptions: [
|
||||
"Direct contact with your account manager", "Custom solutions tailored to your production needs"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=agj4zf&_wi=1", imageAlt: "Support icon"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
@@ -185,40 +149,15 @@ export default function HomePage() {
|
||||
description="From juice concentrates to dairy raw materials, pasta ingredients to canned goods, and premium oils—we supply everything your manufacturing facility needs."
|
||||
products={[
|
||||
{
|
||||
id: "juice",
|
||||
name: "Juice Production",
|
||||
price: "Concentrates • Pulp • Flavors • Citric Acid",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qyjma3&_wi=2",
|
||||
imageAlt: "Juice production ingredients",
|
||||
},
|
||||
id: "juice", name: "Juice Production", price: "Concentrates • Pulp • Flavors • Citric Acid", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qyjma3&_wi=2", imageAlt: "Juice production ingredients"},
|
||||
{
|
||||
id: "dairy",
|
||||
name: "Dairy Ingredients",
|
||||
price: "Skimmed Milk • WMP • Evaporated • UHT Raw",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6fes34&_wi=2",
|
||||
imageAlt: "Dairy ingredients",
|
||||
},
|
||||
id: "dairy", name: "Dairy Ingredients", price: "Skimmed Milk • WMP • Evaporated • UHT Raw", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6fes34&_wi=2", imageAlt: "Dairy ingredients"},
|
||||
{
|
||||
id: "pasta",
|
||||
name: "Pasta & Flour",
|
||||
price: "Semolina • Wheat Flour • Additives",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=agj4zf&_wi=2",
|
||||
imageAlt: "Pasta and flour",
|
||||
},
|
||||
id: "pasta", name: "Pasta & Flour", price: "Semolina • Wheat Flour • Additives", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=agj4zf&_wi=2", imageAlt: "Pasta and flour"},
|
||||
{
|
||||
id: "canning",
|
||||
name: "Canning & Preserves",
|
||||
price: "Tuna • Chickpeas • Tomato Paste",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=povyik&_wi=1",
|
||||
imageAlt: "Canned goods",
|
||||
},
|
||||
id: "canning", name: "Canning & Preserves", price: "Tuna • Chickpeas • Tomato Paste", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=povyik&_wi=1", imageAlt: "Canned goods"},
|
||||
{
|
||||
id: "oils",
|
||||
name: "Premium Oils",
|
||||
price: "Sunflower • Corn Oil • Bulk Containers",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3vvkbv&_wi=1",
|
||||
imageAlt: "Premium oils",
|
||||
},
|
||||
id: "oils", name: "Premium Oils", price: "Sunflower • Corn Oil • Bulk Containers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3vvkbv&_wi=1", imageAlt: "Premium oils"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -226,9 +165,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Catalog",
|
||||
href: "/products",
|
||||
},
|
||||
text: "View Full Catalog", href: "/products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -240,29 +177,17 @@ export default function HomePage() {
|
||||
description="Flavor Food has established itself as a dependable supplier for leading food manufacturers across the UAE and GCC region."
|
||||
metrics={[
|
||||
{
|
||||
id: "clients",
|
||||
icon: Users,
|
||||
title: "Active Clients",
|
||||
value: "150+",
|
||||
},
|
||||
id: "clients", icon: Users,
|
||||
title: "Active Clients", value: "150+"},
|
||||
{
|
||||
id: "years",
|
||||
icon: Award,
|
||||
title: "Years of Excellence",
|
||||
value: "12+",
|
||||
},
|
||||
id: "years", icon: Award,
|
||||
title: "Years of Excellence", value: "12+"},
|
||||
{
|
||||
id: "supply",
|
||||
icon: Truck,
|
||||
title: "Annual Shipments",
|
||||
value: "500K+",
|
||||
},
|
||||
id: "supply", icon: Truck,
|
||||
title: "Annual Shipments", value: "500K+"},
|
||||
{
|
||||
id: "coverage",
|
||||
icon: Globe,
|
||||
title: "GCC & Beyond",
|
||||
value: "Regional",
|
||||
},
|
||||
id: "coverage", icon: Globe,
|
||||
title: "GCC & Beyond", value: "Regional"},
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
@@ -277,65 +202,17 @@ export default function HomePage() {
|
||||
description="Our customers rely on Flavor Food for consistent quality, reliable delivery, and personalized support."
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Amira Al-Mansouri",
|
||||
date: "October 2024",
|
||||
title: "Production Director, Al-Bayan Beverages",
|
||||
quote: "Flavor Food has been instrumental in maintaining our juice production schedules. Their concentrate quality is consistently excellent, and their team responds quickly to our needs.",
|
||||
tag: "Juice Manufacturer",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bcht4z",
|
||||
avatarAlt: "Amira Al-Mansouri",
|
||||
},
|
||||
id: "testimonial-1", name: "Amira Al-Mansouri", date: "October 2024", title: "Production Director, Al-Bayan Beverages", quote: "Flavor Food has been instrumental in maintaining our juice production schedules. Their concentrate quality is consistently excellent, and their team responds quickly to our needs.", tag: "Juice Manufacturer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bcht4z", avatarAlt: "Amira Al-Mansouri"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Hassan Al-Zahra",
|
||||
date: "September 2024",
|
||||
title: "Operations Manager, Emirates Dairy Co.",
|
||||
quote: "We've worked with Flavor Food for three years now. Their WMP and evaporated milk raw materials are reliable, and their logistics are always on time.",
|
||||
tag: "Dairy Producer",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t6b6b4",
|
||||
avatarAlt: "Hassan Al-Zahra",
|
||||
},
|
||||
id: "testimonial-2", name: "Hassan Al-Zahra", date: "September 2024", title: "Operations Manager, Emirates Dairy Co.", quote: "We've worked with Flavor Food for three years now. Their WMP and evaporated milk raw materials are reliable, and their logistics are always on time.", tag: "Dairy Producer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t6b6b4", avatarAlt: "Hassan Al-Zahra"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Fatima Al-Ketbi",
|
||||
date: "August 2024",
|
||||
title: "Head of Supply, Gourmet Pasta Works",
|
||||
quote: "The semolina and flour we source from Flavor Food meet our exacting standards. Their account manager, Mohamed, is always available to help us troubleshoot.",
|
||||
tag: "Pasta Manufacturer",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9f3h0f",
|
||||
avatarAlt: "Fatima Al-Ketbi",
|
||||
},
|
||||
id: "testimonial-3", name: "Fatima Al-Ketbi", date: "August 2024", title: "Head of Supply, Gourmet Pasta Works", quote: "The semolina and flour we source from Flavor Food meet our exacting standards. Their account manager, Mohamed, is always available to help us troubleshoot.", tag: "Pasta Manufacturer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9f3h0f", avatarAlt: "Fatima Al-Ketbi"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Khalid Al-Marri",
|
||||
date: "July 2024",
|
||||
title: "Procurement Lead, Gulf Canning Industries",
|
||||
quote: "Their canned tuna and tomato paste are first-rate. We appreciate their flexibility on bulk orders and consistent supply chain management.",
|
||||
tag: "Canning Facility",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4lhty5",
|
||||
avatarAlt: "Khalid Al-Marri",
|
||||
},
|
||||
id: "testimonial-4", name: "Khalid Al-Marri", date: "July 2024", title: "Procurement Lead, Gulf Canning Industries", quote: "Their canned tuna and tomato paste are first-rate. We appreciate their flexibility on bulk orders and consistent supply chain management.", tag: "Canning Facility", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4lhty5", avatarAlt: "Khalid Al-Marri"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Layla Al-Noor",
|
||||
date: "June 2024",
|
||||
title: "Supply Chain Manager, Desert Oil Foods",
|
||||
quote: "Flavor Food's sunflower and corn oils are premium quality. Their temperature-controlled logistics ensure product integrity every time.",
|
||||
tag: "Food Producer",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ns23w",
|
||||
avatarAlt: "Layla Al-Noor",
|
||||
},
|
||||
id: "testimonial-5", name: "Layla Al-Noor", date: "June 2024", title: "Supply Chain Manager, Desert Oil Foods", quote: "Flavor Food's sunflower and corn oils are premium quality. Their temperature-controlled logistics ensure product integrity every time.", tag: "Food Producer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ns23w", avatarAlt: "Layla Al-Noor"},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
name: "Omar Al-Balushi",
|
||||
date: "May 2024",
|
||||
title: "Factory Manager, Arabian Food Solutions",
|
||||
quote: "We switched to Flavor Food last year and haven't looked back. Reliable, professional, and they truly understand the food manufacturing business.",
|
||||
tag: "Food Manufacturer",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xv5ctl",
|
||||
avatarAlt: "Omar Al-Balushi",
|
||||
},
|
||||
id: "testimonial-6", name: "Omar Al-Balushi", date: "May 2024", title: "Factory Manager, Arabian Food Solutions", quote: "We switched to Flavor Food last year and haven't looked back. Reliable, professional, and they truly understand the food manufacturing business.", tag: "Food Manufacturer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xv5ctl", avatarAlt: "Omar Al-Balushi"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -349,35 +226,17 @@ export default function HomePage() {
|
||||
description="Find answers to common questions about our products, ordering, and logistics."
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What is your minimum order quantity?",
|
||||
content: "MOQ varies by product. For concentrates and dairy ingredients, typical minimums are 500kg per item. For oils, minimums are typically 1,000L per order. Contact us for custom arrangements based on your production volume.",
|
||||
},
|
||||
id: "faq-1", title: "What is your minimum order quantity?", content: "MOQ varies by product. For concentrates and dairy ingredients, typical minimums are 500kg per item. For oils, minimums are typically 1,000L per order. Contact us for custom arrangements based on your production volume."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer samples?",
|
||||
content: "Yes, we provide samples upon request for new clients. Sample sizes depend on the product, and we typically waive sample fees for serious manufacturers. Lead time is usually 5-7 business days.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer samples?", content: "Yes, we provide samples upon request for new clients. Sample sizes depend on the product, and we typically waive sample fees for serious manufacturers. Lead time is usually 5-7 business days."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What certifications do you hold?",
|
||||
content: "All Flavor Food products comply with ISO 22000 (Food Safety), FSSC 22000, and HACCP standards. We also maintain UAE food safety approvals and hold certificates from our supplier partners.",
|
||||
},
|
||||
id: "faq-3", title: "What certifications do you hold?", content: "All Flavor Food products comply with ISO 22000 (Food Safety), FSSC 22000, and HACCP standards. We also maintain UAE food safety approvals and hold certificates from our supplier partners."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "How do you ensure product quality?",
|
||||
content: "Every batch undergoes laboratory testing for purity, moisture content, and microbial safety. Certificates of Analysis are provided with each shipment. We maintain strict temperature and storage protocols.",
|
||||
},
|
||||
id: "faq-4", title: "How do you ensure product quality?", content: "Every batch undergoes laboratory testing for purity, moisture content, and microbial safety. Certificates of Analysis are provided with each shipment. We maintain strict temperature and storage protocols."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "What is your typical delivery timeline?",
|
||||
content: "Within UAE: 3-5 business days. GCC region: 7-10 business days. International shipments depend on destination and customs clearance. Express delivery options are available for urgent orders.",
|
||||
},
|
||||
id: "faq-5", title: "What is your typical delivery timeline?", content: "Within UAE: 3-5 business days. GCC region: 7-10 business days. International shipments depend on destination and customs clearance. Express delivery options are available for urgent orders."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Do you offer volume discounts?",
|
||||
content: "Yes, we provide tiered pricing for regular customers and large volume orders. Discounts increase based on annual purchase commitments. Contact your account manager to discuss your specific needs.",
|
||||
},
|
||||
id: "faq-6", title: "Do you offer volume discounts?", content: "Yes, we provide tiered pricing for regular customers and large volume orders. Discounts increase based on annual purchase commitments. Contact your account manager to discuss your specific needs."},
|
||||
]}
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -391,8 +250,7 @@ export default function HomePage() {
|
||||
title="Ready to Partner with Flavor Food?"
|
||||
description="Contact our sales team to discuss your ingredient needs, request samples, or place an order."
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Enter your business email"
|
||||
buttonText="Request Information"
|
||||
|
||||
Reference in New Issue
Block a user