3 Commits

Author SHA1 Message Date
3d82207501 Update src/app/page.tsx 2026-03-07 11:14:11 +00:00
50ca5faf92 Update src/app/layout.tsx 2026-03-07 11:14:11 +00:00
d59bfdcefc Merge version_1 into main
Merge version_1 into main
2026-03-07 11:11:32 +00:00
2 changed files with 5 additions and 2 deletions

View File

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

View File

@@ -69,6 +69,9 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
gridVariant="uniform-all-items-equal"
buttons={[
{ text: "View Full Collection", href: "#products" }
]}
products={[
{
id: "1", brand: "LUMIÈRE", name: "Radiant Serum", price: "$89.00", rating: 5,
@@ -226,4 +229,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}