Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 07:16:10 +00:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

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