diff --git a/src/app/page.tsx b/src/app/page.tsx index ee03763..361ef46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,6 +167,14 @@ export default function LandingPage() { useInvertedBackground={false} title="WHY CHOOSE US?" description="Experience the GR NUTRITION difference." + features={[ + { + title: "QUALITY INGREDIENTS", description: "Only the finest, lab-tested ingredients for maximum purity and effectiveness.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-holding-glass-bowl-flour-marble_114579-31397.jpg", imageAlt: "Quality ingredients" + }, + { + title: "EXPERT FORMULATION", description: "Developed by nutrition experts to support your fitness goals.", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980043.jpg", imageAlt: "Expert formulation" + } + ]} />