Update src/app/page.tsx

This commit is contained in:
2026-05-26 08:13:05 +00:00
parent 9f134231ba
commit fa26eb664b

View File

@@ -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"
}
]}
/>
</div>
</ReactLenis>