diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1906431..0210f7b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,113 +40,40 @@ export default function LandingPage() {
@@ -170,42 +85,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Green Goddess Glow",
- price: "15 min",
- imageSrc: "http://img.b2bpic.net/free-photo/healthy-drink-vegetable-smoothie_1150-26222.jpg",
- },
- {
- id: "2",
- name: "Berry Blast Recovery",
- price: "10 min",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberry-banana-smoothie-jar-wooden-table_123827-20832.jpg",
- },
- {
- id: "3",
- name: "Tropical Mango Zest",
- price: "5 min",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-preparing-smoothie_23-2148933430.jpg",
- },
- {
- id: "4",
- name: "Mocha Protein Wakeup",
- price: "8 min",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-smoothie-with-seeds_23-2148574190.jpg",
- },
- {
- id: "5",
- name: "Blue Velvet Superfood",
- price: "12 min",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-banana-smoothie-composition_23-2148574204.jpg",
- },
- {
- id: "6",
- name: "Creamy Avocado Bliss",
- price: "7 min",
- imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-athletic-woman-using-blender-while-preparing-healthy-smoothie-kitchen_637285-6194.jpg",
- },
+ { id: "1", name: "Green Goddess Glow", price: "15 min", imageSrc: "http://img.b2bpic.net/free-photo/healthy-drink-vegetable-smoothie_1150-26222.jpg" },
+ { id: "2", name: "Berry Blast Recovery", price: "10 min", imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberry-banana-smoothie-jar-wooden-table_123827-20832.jpg" },
+ { id: "3", name: "Tropical Mango Zest", price: "5 min", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-preparing-smoothie_23-2148933430.jpg" },
+ { id: "4", name: "Mocha Protein Wakeup", price: "8 min", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-smoothie-with-seeds_23-2148574190.jpg" },
+ { id: "5", name: "Blue Velvet Superfood", price: "12 min", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-banana-smoothie-composition_23-2148574204.jpg" },
+ { id: "6", name: "Creamy Avocado Bliss", price: "7 min", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-athletic-woman-using-blender-while-preparing-healthy-smoothie-kitchen_637285-6194.jpg" },
]}
title="Curated Recipe Collection"
description="From nutrient-dense greens to indulgent protein boosters, explore our hand-picked collection."
@@ -214,33 +99,19 @@ export default function LandingPage() {