Merge version_3 into main #2
@@ -9,7 +9,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, Shield, Users, Wrench } from "lucide-react";
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="catalog" data-section="catalog">
|
||||
<ProductCardThree
|
||||
<ProductCardFour
|
||||
tag="New In"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
@@ -134,17 +134,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Performance Chain [Compatible: Sport]", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/adult-man-trying-repair-motorbike_23-2148585454.jpg"},
|
||||
id: "p1", name: "Performance Chain", price: "$89.00", variant: "Compatibility: Sport Models | Benefit: Durability", imageSrc: "http://img.b2bpic.net/free-photo/adult-man-trying-repair-motorbike_23-2148585454.jpg"},
|
||||
{
|
||||
id: "p2", name: "Synthetic Oil [Benefit: High Performance]", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-engine_1170-1500.jpg"},
|
||||
id: "p2", name: "Synthetic Oil", price: "$25.00", variant: "Compatibility: All Engines | Benefit: High Performance", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-engine_1170-1500.jpg"},
|
||||
{
|
||||
id: "p3", name: "Iridium Spark Plug [Compatible: All Models]", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/custom-motorcycle-standing-repair-shop_158595-8097.jpg"},
|
||||
id: "p3", name: "Iridium Spark Plug", price: "$12.00", variant: "Compatibility: All Models | Benefit: Ignition Reliability", imageSrc: "http://img.b2bpic.net/free-photo/custom-motorcycle-standing-repair-shop_158595-8097.jpg"},
|
||||
{
|
||||
id: "p4", name: "Brake Clutch Lever [Benefit: Precision]", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/two-girl-friends-stay-near-motorbike-sell-motorcycle-concept-city_343059-2107.jpg"},
|
||||
id: "p4", name: "Brake Clutch Lever", price: "$45.00", variant: "Compatibility: Universal | Benefit: Precision Control", imageSrc: "http://img.b2bpic.net/free-photo/two-girl-friends-stay-near-motorbike-sell-motorcycle-concept-city_343059-2107.jpg"},
|
||||
{
|
||||
id: "p5", name: "Sport Touring Tire [Compatible: Street]", price: "$150.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-front-motorcycle-wheel_23-2148703179.jpg"},
|
||||
id: "p5", name: "Sport Touring Tire", price: "$150.00", variant: "Compatibility: Street | Benefit: All-Weather Grip", imageSrc: "http://img.b2bpic.net/free-photo/close-up-front-motorcycle-wheel_23-2148703179.jpg"},
|
||||
{
|
||||
id: "p6", name: "Safety Helmet Lining [Benefit: Breathable]", price: "$30.00", imageSrc: "http://img.b2bpic.net/free-photo/isolated-picture-unrecognizable-muscular-female-white-tank-top-crossing-arms-her-chest_343059-654.jpg"},
|
||||
id: "p6", name: "Helmet Lining", price: "$30.00", variant: "Compatibility: Universal | Benefit: Breathable comfort", imageSrc: "http://img.b2bpic.net/free-photo/isolated-picture-unrecognizable-muscular-female-white-tank-top-crossing-arms-her-chest_343059-654.jpg"},
|
||||
]}
|
||||
title="Browse Our Catalog"
|
||||
description="High-performance parts for all major motorcycle brands."
|
||||
|
||||
Reference in New Issue
Block a user