From affc58d807894171a4f5a0191c0f30bf64a6951c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:36:22 +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 19ed69e..46eec62 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 9011cb3cd73e9c9c129ff49da864926e8f821dc8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:36:22 +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 728de42..e93374b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,13 +179,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "bridal-makeup", name: "Bridal Makeup", price: "Starts at ₹8,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-bride-with-wedding-makeup-hairstyle-bedroom_8353-5830.jpg?_wi=3", imageAlt: "Bridal makeup service", isFavorited: false + id: "bridal-makeup", name: "Bridal Makeup — All-Day Flawless", price: "Starts at ₹8,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-bride-with-wedding-makeup-hairstyle-bedroom_8353-5830.jpg?_wi=3", imageAlt: "Bridal makeup service", isFavorited: false }, { - id: "hair-styling", name: "Hair Styling", price: "Starts at ₹2,000", imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916481.jpg?_wi=3", imageAlt: "Hair styling service", isFavorited: false + id: "hair-styling", name: "Hair Styling — Elegant & Timeless", price: "Starts at ₹2,000", imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916481.jpg?_wi=3", imageAlt: "Hair styling service", isFavorited: false }, { - id: "skin-care", name: "Skincare & Detan", price: "Starts at ₹1,500", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-various-details-cozy-home-interior-against-background-sofa-with-pillows-concept-home-comfort_169016-4618.jpg?_wi=2", imageAlt: "Skincare treatment", isFavorited: false + id: "skin-care", name: "Skincare & Detan — Radiant Glow", price: "Starts at ₹1,500", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-various-details-cozy-home-interior-against-background-sofa-with-pillows-concept-home-comfort_169016-4618.jpg?_wi=2", imageAlt: "Skincare treatment", isFavorited: false } ]} gridVariant="three-columns-all-equal-width" @@ -260,4 +260,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1