Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| caa74ee185 | |||
| ec9ae0da83 | |||
| 80bd5afd28 | |||
| 72b16fd580 | |||
| e822c78bdc | |||
| 9bf23a9da3 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #fff8f5;;
|
--background: #ffffff;
|
||||||
--card: #fff0eb;;
|
--card: #fcfcfc;
|
||||||
--foreground: #3d2c29;;
|
--foreground: #000000e6;
|
||||||
--primary-cta: #e8a090;;
|
--primary-cta: #1a1a1a;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #f5d5cc;;
|
--accent: #bebebe;
|
||||||
--background-accent: #f0c4b8;;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
@@ -495,7 +495,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-sora), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -508,5 +508,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-sora), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
}
|
}
|
||||||
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||||
import TagAbout from '@/components/sections/about/TagAbout';
|
import TagAbout from '@/components/sections/about/TagAbout';
|
||||||
import ProductCardFive from '@/components/sections/product/ProductCardFive';
|
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
||||||
import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen';
|
import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen';
|
||||||
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
@@ -64,44 +64,49 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardFive
|
<ProductCardSeven
|
||||||
title="Featured Gear"
|
title="Featured Gear"
|
||||||
description="Discover our collection of premium skiing equipment handpicked for quality and performance"
|
description="Discover our collection of premium skiing equipment handpicked for quality and performance"
|
||||||
tag="Best Sellers"
|
tag="Best Sellers"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
|
name: "Pro Ski Jacket",
|
||||||
|
price: "$349",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871933755-ytfdu3v3.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871933755-ytfdu3v3.jpg",
|
||||||
imageAlt: "Professional ski jacket",
|
imageAlt: "Professional ski jacket",
|
||||||
button: { text: "Add to Cart", href: "#" },
|
|
||||||
isFavorited: false
|
isFavorited: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
|
name: "Performance Boots",
|
||||||
|
price: "$299",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871933540-evgjz64z.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871933540-evgjz64z.jpg",
|
||||||
imageAlt: "Performance ski boots",
|
imageAlt: "Performance ski boots",
|
||||||
button: { text: "Add to Cart", href: "#" },
|
|
||||||
isFavorited: false
|
isFavorited: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
|
name: "Safety Helmet",
|
||||||
|
price: "$179",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871934897-qjnbnmv9.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871934897-qjnbnmv9.jpg",
|
||||||
imageAlt: "Safety ski helmet",
|
imageAlt: "Safety ski helmet",
|
||||||
button: { text: "Add to Cart", href: "#" },
|
|
||||||
isFavorited: false
|
isFavorited: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
|
name: "Premium Goggles",
|
||||||
|
price: "$159",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871935857-cl800vwo.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871935857-cl800vwo.jpg",
|
||||||
imageAlt: "Premium ski goggles",
|
imageAlt: "Premium ski goggles",
|
||||||
button: { text: "Add to Cart", href: "#" },
|
|
||||||
isFavorited: false
|
isFavorited: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5",
|
||||||
|
name: "Insulated Gloves",
|
||||||
|
price: "$89",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871936802-jkl8rfp9.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871936802-jkl8rfp9.jpg",
|
||||||
imageAlt: "Insulated ski gloves",
|
imageAlt: "Insulated ski gloves",
|
||||||
button: { text: "Add to Cart", href: "#" },
|
|
||||||
isFavorited: false
|
isFavorited: false
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user