7 Commits

Author SHA1 Message Date
57586e4f24 Update src/app/page.tsx 2026-05-21 03:12:45 +00:00
650ee7f280 Merge version_3 into main
Merge version_3 into main
2026-05-21 03:11:16 +00:00
096b15019e Update src/app/styles/variables.css 2026-05-21 03:11:13 +00:00
1e0cc19846 Merge version_2 into main
Merge version_2 into main
2026-05-21 03:09:03 +00:00
bdda04f34f Update src/app/styles/variables.css 2026-05-21 03:09:00 +00:00
534554053a Update src/app/page.tsx 2026-05-21 03:09:00 +00:00
60ed7a759a Merge version_1 into main
Merge version_1 into main
2026-05-21 03:06:00 +00:00
2 changed files with 23 additions and 26 deletions

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -99,9 +99,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "1", name: "Strike Shadow 48v", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-safety-helmet_23-2151531335.jpg" },
{ id: "2", name: "Strike Shadow 60v", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25048.jpg" },
{ id: "3", name: "Strike Shadow 72v", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/portrait-motorbike-rider-posing-forrest_23-2148585502.jpg" },
{ id: "1", name: "Strike Shadow 48v", price: "Starting from $2,400", imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-safety-helmet_23-2151531335.jpg" },
{ id: "2", name: "Strike Shadow 60v", price: "Starting from $3,200", imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25048.jpg" },
{ id: "3", name: "Strike Shadow 72v", price: "Available for Demo", imageSrc: "http://img.b2bpic.net/free-photo/portrait-motorbike-rider-posing-forrest_23-2148585502.jpg" },
{ id: "4", name: "Pro Go-Kart", price: "Starting at $1,200", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-woman-driving-car_23-2148293939.jpg" },
{ id: "5", name: "Trail ATV", price: "Starting at $3,500", imageSrc: "http://img.b2bpic.net/free-vector/grungy-style-tire-trail-mark-background-dirty-adventure-sport_1017-63932.jpg" },
{ id: "6", name: "Street E-Bike", price: "Starting at $2,100", imageSrc: "http://img.b2bpic.net/free-photo/man-hand-turning-ignition-key-ebike_114579-351.jpg" },
@@ -161,47 +161,44 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Get In Touch"
title="Lock In Your Ride"
description="Give us a call at (832) 752-9062 or drop your email below to get updates on our latest inventory and service offers."
imageSrc="http://img.b2bpic.net/free-photo/close-up-young-male-technician-examining-computer-part_23-2147922303.jpg"
buttonText="Subscribe"
mediaAnimation="slide-up"
<ContactText
text="Ready to ride? Get in touch with our team today and let's get you on the perfect machine."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
buttons={[
{ text: "Call (832) 752-9062", href: "tel:8327529062" },
{ text: "Contact Us", href: "mailto:support@throttletheory.com" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
<FooterLogoEmphasis
logoText="Throttle Theory Powersports"
columns={[
{
title: "Inventory", items: [
items: [
{ label: "E-Bikes", href: "#products" },
{ label: "Go-Karts", href: "#products" },
{ label: "ATVs", href: "#products" },
],
},
{
title: "Services", items: [
items: [
{ label: "Tune-Ups", href: "#features" },
{ label: "Maintenance", href: "#features" },
{ label: "Support", href: "#contact" },
],
},
{
title: "Connect", items: [
items: [
{ label: "Call Us", href: "tel:8327529062" },
{ label: "Location", href: "#contact" },
],
},
]}
copyrightText="© 2026 Throttle Theory Powersports. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,14 +10,14 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #000000;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #ffffff;
--accent: #535353;
--accent: #e2e2e2;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */