24 Commits

Author SHA1 Message Date
b9581fec92 Update src/app/services/page.tsx 2026-03-04 16:09:44 +00:00
86eae72b39 Update src/app/reviews/page.tsx 2026-03-04 16:09:44 +00:00
7e02a6b86e Update src/app/page.tsx 2026-03-04 16:09:44 +00:00
cb2e581a2e Update src/app/about/page.tsx 2026-03-04 16:09:43 +00:00
7e868dd32c Update src/app/services/page.tsx 2026-03-04 16:08:02 +00:00
b4f2a721b3 Update src/app/reviews/page.tsx 2026-03-04 16:08:01 +00:00
cd7b39c195 Update src/app/page.tsx 2026-03-04 16:08:01 +00:00
18c017eb65 Update src/app/about/page.tsx 2026-03-04 16:08:00 +00:00
a37fa1c75f Update src/app/services/page.tsx 2026-03-04 16:05:47 +00:00
7152f5d5b6 Update src/app/reviews/page.tsx 2026-03-04 16:05:47 +00:00
29b13c1af2 Update src/app/page.tsx 2026-03-04 16:05:46 +00:00
04c5f87a95 Update src/app/layout.tsx 2026-03-04 16:05:46 +00:00
4cc053f8f4 Update src/app/about/page.tsx 2026-03-04 16:05:45 +00:00
0bec62f991 Merge version_2 into main
Merge version_2 into main
2026-03-04 16:04:02 +00:00
cb4299ace4 Merge version_1 into main
Merge version_1 into main
2026-03-04 16:03:49 +00:00
f598fd12d6 Update src/app/services/page.tsx 2026-03-04 16:03:45 +00:00
8a01a70db8 Update src/app/reviews/page.tsx 2026-03-04 16:03:44 +00:00
75b439be4b Update src/app/page.tsx 2026-03-04 16:03:44 +00:00
80c271e44e Update src/app/about/page.tsx 2026-03-04 16:03:43 +00:00
c11afc54e2 Merge version_1 into main
Merge version_1 into main
2026-03-04 16:02:06 +00:00
7fd0d55fb3 Update src/app/services/page.tsx 2026-03-04 16:02:02 +00:00
2f00304b6c Update src/app/reviews/page.tsx 2026-03-04 16:02:01 +00:00
2118061774 Update src/app/page.tsx 2026-03-04 16:02:01 +00:00
9d442b7d5d Update src/app/about/page.tsx 2026-03-04 16:02:00 +00:00
5 changed files with 34 additions and 88 deletions

View File

@@ -17,7 +17,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -33,9 +33,7 @@ export default function AboutPage() {
{ name: "About", id: "/about" },
]}
button={{
text: "Call Now: (201) 555-0123",
href: "tel:+12015550123",
}}
text: "Call Now: (201) 555-0123", href: "tel:+12015550123"}}
animateOnLoad={true}
/>
</div>
@@ -79,7 +77,7 @@ export default function AboutPage() {
{ text: "Call Now: (201) 555-0123", href: "tel:+12015550123" },
{ text: "Send a Message", href: "/contact" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -1420,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -11,7 +11,7 @@ import MediaAbout from "@/components/sections/about/MediaAbout";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import Link from "next/link";
import { Zap } from "lucide-react";
import { Zap, Calendar } from "lucide-react";
export default function HomePage() {
return (
@@ -21,7 +21,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -46,14 +46,14 @@ export default function HomePage() {
<HeroBillboard
title="Custom High-Performance E-Bike Batteries Built in Jersey City"
description="More Range. More Power. Zero Guesswork. 4.9★ Rating | 105+ Reviews"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
tag="Built by Riders, For Riders"
tagIcon={Zap}
imageSrc="http://img.b2bpic.net/free-photo/close-up-young-man-working-bike_23-2149039023.jpg"
imageAlt="Powerful Lithium workshop in Jersey City"
buttons={[
{ text: "Call Now: (201) 555-0123", href: "tel:+12015550123" },
{ text: "View Custom Builds", href: "#featured-builds" },
{ text: "Schedule Consultation", href: "/get-quote" },
]}
/>
</div>
@@ -180,7 +180,7 @@ export default function HomePage() {
{ text: "Call Now: (201) 555-0123", href: "tel:+12015550123" },
{ text: "Get a Quote", href: "/get-quote" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -194,4 +194,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -17,7 +17,7 @@ export default function ReviewsPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -33,9 +33,7 @@ export default function ReviewsPage() {
{ name: "About", id: "/about" },
]}
button={{
text: "Call Now: (201) 555-0123",
href: "tel:+12015550123",
}}
text: "Call Now: (201) 555-0123", href: "tel:+12015550123"}}
animateOnLoad={true}
/>
</div>
@@ -46,59 +44,23 @@ export default function ReviewsPage() {
description="Real stories from riders and builders who've trusted us with their e-bike battery needs. Join hundreds of satisfied customers across the Northeast."
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "E-Bike Enthusiast",
company: "Jersey City, NJ",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2",
imageAlt: "Sarah Johnson testimonial",
},
id: "1", name: "Sarah Johnson", role: "E-Bike Enthusiast", company: "Jersey City, NJ", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Sarah Johnson testimonial"},
{
id: "2",
name: "Michael Chen",
role: "Surron Rider",
company: "New York City",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-happy-curly-woman-sunglasses-posing_171337-17410.jpg?_wi=2",
imageAlt: "Michael Chen testimonial",
},
id: "2", name: "Michael Chen", role: "Surron Rider", company: "New York City", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-happy-curly-woman-sunglasses-posing_171337-17410.jpg?_wi=2", imageAlt: "Michael Chen testimonial"},
{
id: "3",
name: "Emily Rodriguez",
role: "Super73 Owner",
company: "Brooklyn, NY",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg?_wi=2",
imageAlt: "Emily Rodriguez testimonial",
},
id: "3", name: "Emily Rodriguez", role: "Super73 Owner", company: "Brooklyn, NY", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg?_wi=2", imageAlt: "Emily Rodriguez testimonial"},
{
id: "4",
name: "David Kim",
role: "DIY Builder",
company: "Newark, NJ",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=2",
imageAlt: "David Kim testimonial",
},
id: "4", name: "David Kim", role: "DIY Builder", company: "Newark, NJ", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=2", imageAlt: "David Kim testimonial"},
{
id: "5",
name: "Jessica Martinez",
role: "Onyx Bike Rider",
company: "New Jersey",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-woman-sunglasses-posing_171337-17567.jpg?_wi=2",
imageAlt: "Jessica Martinez testimonial",
},
id: "5", name: "Jessica Martinez", role: "Onyx Bike Rider", company: "New Jersey", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-woman-sunglasses-posing_171337-17567.jpg?_wi=2", imageAlt: "Jessica Martinez testimonial"},
{
id: "6",
name: "James Wilson",
role: "Battery Repair Customer",
company: "Queens, NY",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
imageAlt: "James Wilson testimonial",
},
id: "6", name: "James Wilson", role: "Battery Repair Customer", company: "Queens, NY", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "James Wilson testimonial"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -134,7 +96,7 @@ export default function ReviewsPage() {
{ text: "Call Now: (201) 555-0123", href: "tel:+12015550123" },
{ text: "Get Started Today", href: "/get-quote" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -17,7 +17,7 @@ export default function ServicesPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -33,9 +33,7 @@ export default function ServicesPage() {
{ name: "About", id: "/about" },
]}
button={{
text: "Call Now: (201) 555-0123",
href: "tel:+12015550123",
}}
text: "Call Now: (201) 555-0123", href: "tel:+12015550123"}}
animateOnLoad={true}
/>
</div>
@@ -46,26 +44,14 @@ export default function ServicesPage() {
description="Everything you need for custom lithium battery builds, repairs, and upgrades. From 48V entry-level setups to premium 72V configurations."
features={[
{
id: "1",
title: "Custom Battery Builds",
tags: ["72V", "60V", "48V", "Tailored"],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-group-blue-batteries-surface_181624-31503.jpg?_wi=3",
imageAlt: "Custom battery build service",
},
id: "1", title: "Custom Battery Builds", tags: ["72V", "60V", "48V", "Tailored"],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-group-blue-batteries-surface_181624-31503.jpg?_wi=3", imageAlt: "Custom battery build service"},
{
id: "2",
title: "Battery Upgrades",
tags: ["Range Extension", "Performance Boost"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cyclist-securing-e-bike-battery_23-2148225826.jpg?_wi=3",
imageAlt: "Battery upgrade service for e-bikes",
},
id: "2", title: "Battery Upgrades", tags: ["Range Extension", "Performance Boost"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cyclist-securing-e-bike-battery_23-2148225826.jpg?_wi=3", imageAlt: "Battery upgrade service for e-bikes"},
{
id: "3",
title: "Battery Repairs & Diagnostics",
tags: ["Expert Repair", "Warranty Coverage"],
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-workshop_1170-2528.jpg?_wi=4",
imageAlt: "Battery repair in professional workshop",
},
id: "3", title: "Battery Repairs & Diagnostics", tags: ["Expert Repair", "Warranty Coverage"],
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-workshop_1170-2528.jpg?_wi=4", imageAlt: "Battery repair in professional workshop"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -95,7 +81,7 @@ export default function ServicesPage() {
{ text: "Call Now: (201) 555-0123", href: "tel:+12015550123" },
{ text: "Request a Quote", href: "/get-quote" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>