Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1abf99bc16 | |||
| c6bee58512 | |||
| fff6f8a85e |
@@ -34,6 +34,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Services", id: "features" },
|
{ name: "Services", id: "features" },
|
||||||
|
{ name: "Store", id: "store" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Khater Tires"
|
brandName="Khater Tires"
|
||||||
@@ -93,6 +94,20 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="store" data-section="store">
|
||||||
|
<FeatureCardTen
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="split"
|
||||||
|
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 }
|
||||||
|
]}
|
||||||
|
title="Our Store"
|
||||||
|
description="Quality products for your automotive needs."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -157,7 +172,7 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
|
{ items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }, { label: "Store", href: "#store" }] },
|
||||||
{ items: [{ label: "Contact", href: "#contact" }, { label: "Location", href: "#" }] },
|
{ items: [{ label: "Contact", href: "#contact" }, { label: "Location", href: "#" }] },
|
||||||
]}
|
]}
|
||||||
logoText="Khater Tires"
|
logoText="Khater Tires"
|
||||||
@@ -166,4 +181,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user