Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a7a76c1146 | |||
| c2cff6c248 | |||
| fb72cbce69 | |||
| befc9bca7f | |||
| c85b43f8c4 | |||
| a3408ab07c | |||
| badd7dfd2d | |||
| 0f4033402f | |||
| ced7d6eea7 | |||
| 72b15b14da | |||
| 5c02ce2ce8 | |||
| 108ec6fbc8 | |||
| 586f0e379c | |||
| 7f46e1c672 | |||
| 6379ada63c |
@@ -1,49 +1,35 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Products", href: "/" },
|
||||
{ label: "Products", href: "/products" },
|
||||
{ label: "Quality Standards", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
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: "#" },
|
||||
@@ -67,10 +53,13 @@ export default function AboutPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Flavor Food"
|
||||
navItems={navItems}
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Request Quote",
|
||||
href: "/contact",
|
||||
text: "Request Quote", href: "/contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
@@ -79,97 +68,16 @@ export default function AboutPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
tag="About Flavor Food"
|
||||
title="12+ Years of Trust and Excellence in Food Supply"
|
||||
title="Your Trusted Long-Term Ingredient Partner"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
text: "Contact Us", href: "/contact"
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="mission" data-section="mission">
|
||||
<FeatureCardTwentySeven
|
||||
tag="Our Mission"
|
||||
title="Empowering Food Manufacturers with Premium Ingredients"
|
||||
description="Since our founding in Dubai, Flavor Food has been committed to providing high-quality raw materials that help food and beverage manufacturers create products their customers love. We understand the complexity of managing ingredient supply chains, and we've built our business around simplifying that process."
|
||||
features={[
|
||||
{
|
||||
id: "heritage",
|
||||
title: "Rich Industry Heritage",
|
||||
descriptions: [
|
||||
"Over a decade of experience in GCC food supply",
|
||||
"Deep relationships with international suppliers",
|
||||
"Proven expertise in logistics and quality assurance",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "commitment",
|
||||
title: "Commitment to Sustainability",
|
||||
descriptions: [
|
||||
"Sourcing from environmentally responsible producers",
|
||||
"Temperature-controlled distribution minimizes waste",
|
||||
"Partnership with certified organic suppliers",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "innovation",
|
||||
title: "Continuous Innovation",
|
||||
descriptions: [
|
||||
"Latest storage and testing technologies",
|
||||
"Regular product range expansion",
|
||||
"Custom formulation support for clients",
|
||||
],
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="values-testimonials" data-section="values-testimonials">
|
||||
<TestimonialCardFive
|
||||
tag="Client Success Stories"
|
||||
title="How We've Made a Difference"
|
||||
description="Our clients consistently report improved production efficiency, better product quality, and streamlined supply chain operations after partnering with Flavor Food."
|
||||
testimonials={[
|
||||
{
|
||||
id: "case-1",
|
||||
name: "Amira Al-Mansouri",
|
||||
date: "October 2024",
|
||||
title: "Production Director, Al-Bayan Beverages",
|
||||
quote: "Before Flavor Food, managing juice concentrate sourcing was chaotic. Now we have predictable supply, consistent quality, and a dedicated partner. Our production uptime improved by 20%.",
|
||||
tag: "Juice Manufacturer",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bcht4z",
|
||||
},
|
||||
{
|
||||
id: "case-2",
|
||||
name: "Hassan Al-Zahra",
|
||||
date: "September 2024",
|
||||
title: "Operations Manager, Emirates Dairy Co.",
|
||||
quote: "Switching to Flavor Food reduced our cost per unit by 15% while maintaining superior quality. Their logistics team ensures our WMP arrives in perfect condition every time.",
|
||||
tag: "Dairy Producer",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t6b6b4",
|
||||
},
|
||||
{
|
||||
id: "case-3",
|
||||
name: "Fatima Al-Ketbi",
|
||||
date: "August 2024",
|
||||
title: "Head of Supply, Gourmet Pasta Works",
|
||||
quote: "Flavor Food's account management is exceptional. They proactively suggest product alternatives, help us navigate supply challenges, and treat us like a true long-term partner.",
|
||||
tag: "Pasta Manufacturer",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9f3h0f",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={footerColumns}
|
||||
@@ -179,4 +87,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,41 +2,34 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function ContactPage() {
|
||||
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: "#" },
|
||||
{ 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: "#" },
|
||||
@@ -67,81 +60,28 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Request Quote",
|
||||
href: "/contact",
|
||||
text: "Request Quote", href: "/contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-intro" data-section="contact-intro">
|
||||
<TextAbout
|
||||
tag="Contact Flavor Food"
|
||||
title="Let's Discuss Your Ingredient Needs"
|
||||
buttons={[]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-form" data-section="contact-form">
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
title="Ready to Partner with Flavor Food?"
|
||||
description="Contact our sales team to discuss your ingredient needs, request samples, or place an order. We typically respond to inquiries within 24 hours."
|
||||
tag="Contact Us"
|
||||
title="Get in Touch with Our Sales Team"
|
||||
description="Have questions about our products? Need a quote? Ready to order? Contact us today. We're here to help you find the perfect ingredient solutions for your manufacturing needs."
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Enter your business email"
|
||||
buttonText="Request Information"
|
||||
termsText="By submitting, you agree to our Privacy Policy and Terms of Service."
|
||||
buttonText="Send Inquiry"
|
||||
termsText="By submitting, you agree to our Privacy Policy and Terms of Service. We'll respond within 24 business hours."
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-faq" data-section="contact-faq">
|
||||
<FaqDouble
|
||||
tag="Quick Answers"
|
||||
title="Common Questions About Ordering"
|
||||
description="Find quick answers to questions about our ordering process, delivery, and support."
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How do I place an order?",
|
||||
content: "Contact our sales team via email at info@flavorfoood.ae or phone at +971 4 XXX XXXX. We'll guide you through the ordering process, discuss volume requirements, and arrange delivery logistics.",
|
||||
},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What payment terms do you offer?",
|
||||
content: "We offer flexible payment terms for qualified buyers including net 30, net 60, and consignment arrangements. Terms are negotiated based on order volume and customer history.",
|
||||
},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How quickly can you fulfill orders?",
|
||||
content: "Standard orders are fulfilled within 5-7 business days within the UAE. Rush orders can be accommodated with 48-hour notice. International orders depend on destination and clearance times.",
|
||||
},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Do you provide technical support?",
|
||||
content: "Yes, our technical team is available to discuss product specifications, provide usage guidance, and help troubleshoot any production issues related to our ingredients.",
|
||||
},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Can I request a site visit?",
|
||||
content: "Absolutely. We welcome facility visits from potential partners. Our team can showcase our operations, storage facilities, and quality control processes. Schedule a visit via our contact form.",
|
||||
},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "What regions do you deliver to?",
|
||||
content: "We primarily serve UAE and GCC countries. For international inquiries beyond the GCC region, please contact our sales team to discuss options and logistics.",
|
||||
},
|
||||
]}
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={footerColumns}
|
||||
@@ -151,4 +91,4 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
115
src/app/faq/page.tsx
Normal file
115
src/app/faq/page.tsx
Normal file
@@ -0,0 +1,115 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
|
||||
export default function FaqPage() {
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Products", href: "/products" },
|
||||
{ label: "Quality Standards", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Order Status", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Food Safety", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Burlington Tower, Business Bay, Dubai", href: "#" },
|
||||
{ label: "+971 4 XXX XXXX", href: "#" },
|
||||
{ label: "info@flavorfoood.ae", href: "#" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Flavor Food"
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Request Quote", href: "/contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
tag="Frequently Asked Questions"
|
||||
title="Everything You Need to Know About Flavor Food"
|
||||
description="Find comprehensive answers to common questions about our products, ordering processes, quality standards, delivery options, and partnership terms."
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "What is your minimum order quantity (MOQ)?", content: "MOQ varies by product category. For juice concentrates and dairy ingredients, typical minimums are 500kg per item. For oils, minimums are typically 1,000L per order. For canned goods, MOQ is usually 100 cases per product. We're flexible and can discuss custom arrangements based on your production volume and needs."
|
||||
},
|
||||
{
|
||||
id: "faq-2", title: "Do you provide product samples before ordering?", content: "Yes, we provide samples upon request for new clients and manufacturers evaluating our products. Sample sizes vary depending on the product type. We typically waive sample fees for serious manufacturers and businesses. Lead time for samples is usually 5-7 business days within the UAE."
|
||||
},
|
||||
{
|
||||
id: "faq-3", title: "What certifications and quality standards do you maintain?", content: "All Flavor Food products comply with ISO 22000 (Food Safety Management), FSSC 22000 (Food Safety System Certification), and HACCP standards. We also maintain UAE food safety approvals and hold certificates from our accredited supplier partners. Every batch is tested and certified before shipment."
|
||||
},
|
||||
{
|
||||
id: "faq-4", title: "How do you ensure consistent product quality?", content: "Every batch undergoes rigorous laboratory testing for purity, moisture content, microbial safety, and composition. Certificates of Analysis are provided with each shipment. We maintain strict temperature-controlled storage and logistics protocols to preserve product integrity from warehouse to your facility."
|
||||
},
|
||||
{
|
||||
id: "faq-5", title: "What are your typical delivery timelines?", content: "Within UAE: 3-5 business days. GCC region (Saudi Arabia, Oman, Qatar, Bahrain, Kuwait): 7-10 business days. International shipments depend on destination and customs clearance procedures. We offer express delivery options for urgent orders at premium rates."
|
||||
},
|
||||
{
|
||||
id: "faq-6", title: "Do you offer volume discounts for large orders?", content: "Yes, we provide tiered pricing for regular customers and large volume orders. Discounts increase based on order size and annual purchase commitments. Contact your dedicated account manager to discuss volume pricing, annual agreements, and custom solutions tailored to your production needs."
|
||||
},
|
||||
{
|
||||
id: "faq-7", title: "How do I place an order or request a quote?", content: "You can request a quote by visiting our contact page, calling our sales team, or emailing your requirements. We'll respond within 24 business hours with detailed pricing, delivery options, and terms. Once approved, orders can be placed via purchase order with standard payment terms available for established clients."
|
||||
},
|
||||
{
|
||||
id: "faq-8", title: "Do you provide technical support for product implementation?", content: "Absolutely. Each client is assigned a dedicated account manager who provides technical support, product specifications, usage recommendations, and troubleshooting assistance. We work closely with your team to ensure seamless integration of our ingredients into your manufacturing processes."
|
||||
},
|
||||
]}
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={footerColumns}
|
||||
bottomLeftText="© 2024 Flavor Food. All rights reserved."
|
||||
bottomRightText="Premium B2B Ingredients Supplier • Dubai, UAE"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
244
src/app/page.tsx
244
src/app/page.tsx
@@ -24,32 +24,28 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Products", href: "/products" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Products", href: "#products" },
|
||||
{ label: "Quality Standards", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
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: "Consistent flavor profiles, shelf-stable concentrates", 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: "Superior creaminess and long shelf life", 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: "Perfect texture and optimal cooking performance", 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: "Premium quality and extended shelf stability", 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: "Consistent quality and optimal shelf life", 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"
|
||||
@@ -406,6 +264,8 @@ export default function HomePage() {
|
||||
columns={footerColumns}
|
||||
bottomLeftText="© 2024 Flavor Food. All rights reserved."
|
||||
bottomRightText="Premium B2B Ingredients Supplier • Dubai, UAE"
|
||||
className="mt-20"
|
||||
containerClassName="border-t border-foreground/10"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -3,40 +3,33 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function ProductsPage() {
|
||||
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: "#" },
|
||||
{ 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: "#" },
|
||||
@@ -67,103 +60,35 @@ export default function ProductsPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Request Quote",
|
||||
href: "/contact",
|
||||
text: "Request Quote", href: "/contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products-catalog" data-section="products-catalog">
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
tag="Complete Product Catalog"
|
||||
title="All Premium Ingredients in One Place"
|
||||
description="Browse our extensive range of high-quality food ingredients. Each category offers specialized products designed for specific manufacturing applications. Detailed specifications and certifications available upon request."
|
||||
tag="Our Complete Product Range"
|
||||
title="Premium Ingredients for Every Food Manufacturing Need"
|
||||
description="We supply comprehensive ingredient solutions tailored to manufacturers in beverage production, dairy processing, pasta manufacturing, canning operations, and oil processing."
|
||||
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=3",
|
||||
imageAlt: "Juice production ingredients",
|
||||
id: "juice-concentrate", name: "Juice Production Concentrates", price: "Premium Quality • ISO Certified", 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=3",
|
||||
imageAlt: "Dairy ingredients",
|
||||
id: "dairy-milk", name: "Dairy Milk Raw Materials", price: "WMP • Skimmed • Evaporated • UHT", 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=3",
|
||||
imageAlt: "Pasta and flour",
|
||||
id: "pasta-semolina", name: "Pasta & Flour Ingredients", price: "Semolina • Durum • Wheat • 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=2",
|
||||
imageAlt: "Canned goods",
|
||||
id: "canned-goods", name: "Canned Goods & Preserves", price: "Tuna • Chickpeas • Tomato Paste • Beans", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=povyik&_wi=2", 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=2",
|
||||
imageAlt: "Premium oils",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Detailed Specs",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product-features" data-section="product-features">
|
||||
<FeatureCardTwentySeven
|
||||
tag="Quality Assurance"
|
||||
title="Every Product Meets International Standards"
|
||||
description="Our rigorous quality control ensures that every batch of ingredients meets or exceeds international food safety requirements. We maintain certifications from leading standards organizations."
|
||||
features={[
|
||||
{
|
||||
id: "testing",
|
||||
title: "Lab Tested",
|
||||
descriptions: [
|
||||
"Microbiological analysis on every batch",
|
||||
"Chemical composition verification",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qyjma3&_wi=4",
|
||||
imageAlt: "Laboratory testing",
|
||||
id: "oils-premium", name: "Premium Cooking Oils", price: "Sunflower • Corn • Bulk Containers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3vvkbv&_wi=2", imageAlt: "Premium oils"
|
||||
},
|
||||
{
|
||||
id: "certification",
|
||||
title: "Certified Suppliers",
|
||||
descriptions: [
|
||||
"ISO 22000 & FSSC 22000 compliant",
|
||||
"HACCP protocols enforced",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6fes34&_wi=4",
|
||||
imageAlt: "Certification badge",
|
||||
},
|
||||
{
|
||||
id: "traceability",
|
||||
title: "Full Traceability",
|
||||
descriptions: [
|
||||
"Complete batch documentation",
|
||||
"Origin and sourcing transparency",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=agj4zf&_wi=4",
|
||||
imageAlt: "Traceability icon",
|
||||
id: "additives-enhancers", name: "Food Additives & Enhancers", price: "Citric Acid • Preservatives • Flavorings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qyjma3&_wi=1", imageAlt: "Food additives"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -173,48 +98,6 @@ export default function ProductsPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product-testimonials" data-section="product-testimonials">
|
||||
<TestimonialCardFive
|
||||
tag="Product Feedback"
|
||||
title="What Manufacturers Say About Our Products"
|
||||
description="Real testimonials from food manufacturing partners who depend on our ingredients every day."
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Amira Al-Mansouri",
|
||||
date: "October 2024",
|
||||
title: "Production Director, Al-Bayan Beverages",
|
||||
quote: "The consistency of Flavor Food's juice concentrates is remarkable. We've eliminated quality variations since switching to their products.",
|
||||
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: "Their WMP is exactly what we need for our product line. Consistently high quality and always on schedule.",
|
||||
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: "Switching to Flavor Food's semolina was one of the best decisions we made. Our pasta quality improved immediately.",
|
||||
tag: "Pasta Manufacturer",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9f3h0f",
|
||||
avatarAlt: "Fatima Al-Ketbi",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={footerColumns}
|
||||
@@ -224,4 +107,4 @@ export default function ProductsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user