Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c7f8943be1 | |||
| 19a2e94bb8 | |||
| ad8ac4994c | |||
| 5b8e58d93d | |||
| ec97ce5029 | |||
| 9a855cac7e | |||
| cf7170a0f5 | |||
| 877e550232 | |||
| 082f4829b9 | |||
| 2fdc43a2a1 | |||
| efef051bf0 |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
tag="Performance Mountain Bikes"
|
tag="Performance Mountain Bikes"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Our Collection", href: "products" },
|
{ text: "Shop Now", href: "products" },
|
||||||
{ text: "Learn More", href: "about" }
|
{ text: "Learn More", href: "about" }
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767548981332-o291f5g8.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767548981332-o291f5g8.jpg"
|
||||||
@@ -115,6 +115,7 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
cardNameClassName="text-white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user