From 6cc18e5bf9eb89669a85b325c9c8b27b015d9b78 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 19:42:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be2491b..5ccb9c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,23 +115,14 @@ export default function LandingPage() { { title: "Organic Ingredients", description: "Derived from nature, balanced by science.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/skin-oil-droppers-face-cream-recipients-assortment_23-2148761438.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-body-cream-pink-brackground_23-2148241911.jpg" }, - reverse: false, - media: { imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420701.jpg", imageAlt: "luxury serum bottle pedestal" }, - items: [] }, { title: "Cruelty-Free", description: "Kind to you, kind to our furry friends.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-spa-element-collection_23-2148200201.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-image-with-cup-white-paint_23-2148292422.jpg" }, - reverse: true, - media: { imageSrc: "http://img.b2bpic.net/free-photo/nurse-working-laboratory_1398-1089.jpg", imageAlt: "luxury serum bottle pedestal" }, - items: [] }, { title: "Clinical Efficacy", description: "Proven results in weeks, not months.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016632.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/collection-aluminum-products-packaging_23-2150820956.jpg" }, - reverse: false, - media: { imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307283.jpg", imageAlt: "luxury serum bottle pedestal" }, - items: [] }, ]} showStepNumbers={true} -- 2.49.1