Merge version_3 into main #2
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||
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 TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
@@ -64,44 +64,49 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFive
|
||||
<ProductCardSeven
|
||||
title="Featured Gear"
|
||||
description="Discover our collection of premium skiing equipment handpicked for quality and performance"
|
||||
tag="Best Sellers"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pro Ski Jacket",
|
||||
price: "$349",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871933755-ytfdu3v3.jpg",
|
||||
imageAlt: "Professional ski jacket",
|
||||
button: { text: "Add to Cart", href: "#" },
|
||||
isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Performance Boots",
|
||||
price: "$299",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871933540-evgjz64z.jpg",
|
||||
imageAlt: "Performance ski boots",
|
||||
button: { text: "Add to Cart", href: "#" },
|
||||
isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Safety Helmet",
|
||||
price: "$179",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871934897-qjnbnmv9.jpg",
|
||||
imageAlt: "Safety ski helmet",
|
||||
button: { text: "Add to Cart", href: "#" },
|
||||
isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Premium Goggles",
|
||||
price: "$159",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871935857-cl800vwo.jpg",
|
||||
imageAlt: "Premium ski goggles",
|
||||
button: { text: "Add to Cart", href: "#" },
|
||||
isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Insulated Gloves",
|
||||
price: "$89",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766871936802-jkl8rfp9.jpg",
|
||||
imageAlt: "Insulated ski gloves",
|
||||
button: { text: "Add to Cart", href: "#" },
|
||||
isFavorited: false
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user