Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 009fbc3c98 | |||
| 9e5a6d2d25 | |||
| 7d29f057fb |
@@ -5,6 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
@@ -95,16 +96,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="store" data-section="store">
|
||||
<FeatureCardTen
|
||||
<ProductCardFour
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
title="Our Product Store"
|
||||
description="Shop our catalog of tires and batteries with ease."
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Premium Tires", description: "High performance and durable tires.", media: { imageSrc: "https://img.b2bpic.net/free-photo/close-up-car-tires_23-2148816669.jpg" }, items: [], reverse: false },
|
||||
{ title: "Car Batteries", description: "Reliable batteries for all vehicle makes.", media: { imageSrc: "https://img.b2bpic.net/free-photo/car-battery-charging-concept_23-2148816670.jpg" }, items: [], reverse: true }
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{ id: "t1", name: "Performance Tire - 18 inch", price: "$150", variant: "Car Tires", imageSrc: "https://img.b2bpic.net/free-photo/close-up-car-tires_23-2148816669.jpg" },
|
||||
{ id: "t2", name: "Standard Battery - 70Ah", price: "$95", variant: "Car Batteries", imageSrc: "https://img.b2bpic.net/free-photo/car-battery-charging-concept_23-2148816670.jpg" }
|
||||
]}
|
||||
title="Our Store"
|
||||
description="Quality products for your automotive needs."
|
||||
actionButtonClassName="hover:scale-105"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user