Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c7f8943be1 | |||
| 19a2e94bb8 | |||
| ad8ac4994c | |||
| 5b8e58d93d | |||
| ec97ce5029 | |||
| 9a855cac7e | |||
| cf7170a0f5 | |||
| 877e550232 | |||
| 082f4829b9 | |||
| 2fdc43a2a1 | |||
| efef051bf0 | |||
| 858ea6af4c |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #fff8f5;;
|
||||
--card: #fff0eb;;
|
||||
--foreground: #3d2c29;;
|
||||
--primary-cta: #e8a090;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #f5d5cc;;
|
||||
--background-accent: #f0c4b8;;
|
||||
--background: #0a0a0a;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #ffffffe6;;
|
||||
--primary-cta: #d4af37;;
|
||||
--secondary-cta: #1a1a1a;;
|
||||
--accent: #ffd700;;
|
||||
--background-accent: #b8860b;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
tag="Performance Mountain Bikes"
|
||||
tagIcon={Zap}
|
||||
buttons={[
|
||||
{ text: "Explore Our Collection", href: "products" },
|
||||
{ text: "Shop Now", href: "products" },
|
||||
{ text: "Learn More", href: "about" }
|
||||
]}
|
||||
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"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
cardNameClassName="text-white"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user