Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d3e13baa3b | |||
| 7f5c334e36 | |||
| aa8e8a73c4 | |||
| f3933641f5 | |||
| ae1d00a668 |
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
imageAlt="Premium fashion collection display"
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#collections" },
|
||||
{ text: "Explore Collections", href: "#collections" },
|
||||
{ text: "Visit Store", href: "#visit" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -189,4 +189,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user