Update src/app/products/page.tsx

This commit is contained in:
2026-03-13 12:15:47 +00:00
parent ced7d6eea7
commit 0f4033402f

View File

@@ -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: "#" },
@@ -61,110 +54,35 @@ export default function ProductsPage() {
<NavbarLayoutFloatingInline
brandName="Flavor Food"
navItems={[
{ name: "Home", id: "home" },
{ name: "Home", id: "home", href: "/" },
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "contact", href: "/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={[
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"},
{
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: "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"
animationType="slide-up"
@@ -173,48 +91,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 +100,4 @@ export default function ProductsPage() {
</div>
</ThemeProvider>
);
}
}