diff --git a/src/app/page.tsx b/src/app/page.tsx index 1707bc0..15c73ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Award, Building2, CheckCircle, Crown, Globe, Mail, MessageSquare, Shield, Sparkles, Star, Target, TrendingUp, Users } from "lucide-react"; @@ -140,10 +140,12 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", title: "Uncompromising Quality Control", author: "Production Team", description: "Every batch undergoes rigorous testing and verification to ensure consistent excellence. We maintain laboratory-standard specifications that exceed industry requirements.", tags: ["Tested", "Verified", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/doctors-working-together-medical-research_23-2149345459.jpg", imageAlt: "Quality control testing at Prince Food facility" + id: "1", title: "Uncompromising Quality Control", author: "Production Team", description: "Every batch undergoes rigorous testing and verification to ensure consistent excellence. We maintain laboratory-standard specifications that exceed industry requirements.", tags: ["Tested", "Verified", "Premium"], + imageSrc: "http://img.b2bpic.net/free-photo/doctors-working-together-medical-research_23-2149345459.jpg", imageAlt: "Quality control testing at Prince Food facility" }, { - id: "2", title: "Ethical Ingredient Sourcing", author: "Procurement", description: "We partner with trusted suppliers who share our commitment to quality and sustainability. Every ingredient is selected for its purity, provenance, and contribution to bold flavour profiles.", tags: ["Ethical", "Sourced", "Sustainable"], imageSrc: "http://img.b2bpic.net/free-photo/bowl-chickpeas-are-poured-with-salt-beer-setup_140725-1648.jpg", imageAlt: "Premium ingredient sourcing and supplier relationships" + id: "2", title: "Ethical Ingredient Sourcing", author: "Procurement", description: "We partner with trusted suppliers who share our commitment to quality and sustainability. Every ingredient is selected for its purity, provenance, and contribution to bold flavour profiles.", tags: ["Ethical", "Sourced", "Sustainable"], + imageSrc: "http://img.b2bpic.net/free-photo/bowl-chickpeas-are-poured-with-salt-beer-setup_140725-1648.jpg", imageAlt: "Premium ingredient sourcing and supplier relationships" } ]} animationType="slide-up" @@ -169,31 +171,29 @@ export default function LandingPage() {