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 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