Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 093fb93a96 | |||
| 0e012ea5b8 | |||
| d28776a02b |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="LuxeAccessory"
|
||||
description="Timeless accessories designed for the modern individual. Discover our curated collection of men and women's essential pieces."
|
||||
description="Timeless accessories designed for the modern individual. Elevate your everyday outfits with premium, hand-crafted details that make every moment count."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection", href: "#products"},
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
@@ -201,4 +201,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user