diff --git a/src/app/page.tsx b/src/app/page.tsx
index b30bf0f..d7d03cc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
-import FaqSplitText from '@/components/sections/faq/FaqSplitText';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
+import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
-import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
@@ -31,35 +31,35 @@ export default function LandingPage() {
@@ -67,7 +67,7 @@ export default function LandingPage() {
@@ -77,12 +77,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
showStepNumbers={true}
- title="Built for Power"
- description="From stock Sur-Ron upgrades to signature rider apparel."
+ title="Signature Quality"
+ description="From concept to the final stitch, we deliver premium performance gear."
features={[
- { title: "Sur-Ron Parts", description: "High-grade controllers, batteries, and frame components.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanical-part-close-up.jpg", imageAlt: "mechanical brake part high detail" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/biker-racing-gear.jpg", imageAlt: "biker racing gear portrait" } },
- { title: "Signature Apparel", description: "Clean black and white shirts and gear for every ride.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/serious-motorcyclist-showing-orange-lining-his-burgundy-air-jacket-wearing-vintage-helmet-isolated-white_346278-1553.jpg", imageAlt: "biker racing gear portrait" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/headlight-motorcycle_1398-282.jpg", imageAlt: "mechanical brake part high detail" } },
- { title: "Elite Service", description: "Technical expertise to keep your bike hitting the track.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8083.jpg", imageAlt: "mechanical brake part high detail" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-using-zero-emissions-mean-transportation-go-around-city_23-2151261358.jpg", imageAlt: "biker racing gear portrait" } },
+ { title: "Premium Fabrics", description: "High-durability textiles designed for comfort and performance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/biker-racing-gear.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/serious-motorcyclist-showing-orange-lining-his-burgundy-air-jacket-wearing-vintage-helmet-isolated-white_346278-1553.jpg" } },
+ { title: "Urban Aesthetics", description: "Clean, minimalist designs that look good on and off the bike.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-motorbike-rider-with-helmet_23-2148585481.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/proud-looking-motorbiker-plain-white-helmet-bordeaux-nylon-bomber-jacket-jeans-t-shirt-against-white-wall-background_346278-1552.jpg" } },
+ { title: "Performance Fit", description: "Ergonomically crafted to move with you through every curve.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8083.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/headlight-motorcycle_1398-282.jpg" } },
]}
/>
@@ -94,15 +94,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- { id: "s1", name: "Sur-Ron Light Bee X", price: "$4,200", imageSrc: "http://img.b2bpic.net/free-photo/electric-bike-sur-ron.jpg" },
- { id: "p1", name: "Stuzz Moto Black Hoodie", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/proud-looking-motorbiker-plain-white-helmet-bordeaux-nylon-bomber-jacket-jeans-t-shirt-against-white-wall-background_346278-1552.jpg" },
- { id: "p2", name: "Stuzz Signature Logo Tee (White)", price: "$35", imageSrc: "http://img.b2bpic.net/free-vector/illustration-skull-helmet-wings_1284-49545.jpg" },
- { id: "p5", name: "High-Flow Motor Controller", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8105.jpg" },
- { id: "p6", name: "Carbon Fiber Rear Fender", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-engine-close-up_1398-275.jpg" },
+ { id: "p1", name: "Signature Black Hoodie", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/proud-looking-motorbiker-plain-white-helmet-bordeaux-nylon-bomber-jacket-jeans-t-shirt-against-white-wall-background_346278-1552.jpg" },
+ { id: "p2", name: "Logo Tee (White)", price: "$35", imageSrc: "http://img.b2bpic.net/free-vector/illustration-skull-helmet-wings_1284-49545.jpg" },
{ id: "p7", name: "Rider Graphic Shirt (Black)", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/side-view-motorbike-rider-with-helmet_23-2148585481.jpg" },
]}
- title="Our Catalog"
- description="Shop our selection of Sur-Ron electric bikes, essential performance parts, and signature apparel."
+ title="Apparel Catalog"
+ description="Shop our latest collection of premium rider apparel."
/>
@@ -110,52 +107,45 @@ export default function LandingPage() {
-
-
);
-}
+}
\ No newline at end of file