Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-10 01:36:26 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}