From 4ece3ea966dd3e86bf25d1ce0a9935ac74064493 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:16:04 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c6c6c61..c107975 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1418,4 +1418,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From cba3a55cbd794d14417596dfb997038e74579f50 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:16:05 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adb35c7..c4fbdda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,9 +112,9 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" products={[ - { id: "1", name: "Luminous Essence", price: "$68", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-serum-bottles_23-2149030375.jpg", imageAlt: "Luminous Essence serum bottle" }, - { id: "2", name: "Velvet Moisture Cream", price: "$82", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", imageAlt: "Velvet Moisture Cream jar" }, - { id: "3", name: "Renewal Facial Oil", price: "$76", imageSrc: "http://img.b2bpic.net/free-photo/natural-cbd-oil-dropper-assortment_23-2149013568.jpg", imageAlt: "Renewal Facial Oil bottle" } + { id: "1", name: "Luminous Essence", price: "£68", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-serum-bottles_23-2149030375.jpg", imageAlt: "Luminous Essence serum bottle" }, + { id: "2", name: "Velvet Moisture Cream", price: "£82", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", imageAlt: "Velvet Moisture Cream jar" }, + { id: "3", name: "Renewal Facial Oil", price: "£76", imageSrc: "http://img.b2bpic.net/free-photo/natural-cbd-oil-dropper-assortment_23-2149013568.jpg", imageAlt: "Renewal Facial Oil bottle" } ]} buttons={[ { text: "View All Products", href: "#" } @@ -209,4 +209,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1