19 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
f2eac4e6be Update src/app/page.tsx 2026-03-04 16:02:27 +00:00
802d648c90 Update src/app/layout.tsx 2026-03-04 16:02:26 +00:00
c11afc54e2 Merge version_1 into main
Merge version_1 into main
2026-03-04 16:02:06 +00:00
269089b2a5 Merge version_1 into main
Merge version_1 into main
2026-03-04 16:00:14 +00:00
2 changed files with 9 additions and 25 deletions

View File

@@ -7,44 +7,28 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const lato = Lato({
variable: "--font-lato",
subsets: ["latin"],
variable: "--font-lato", subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
});
export const metadata: Metadata = {
title: "Custom Lithium E-Bike Batteries | Powerful Lithium Jersey City",
description: "High-performance custom lithium batteries for e-bikes, Surron, Super73, Onyx & more. Fast turnaround, honest pricing. Nationwide shipping. 4.9★ rated.",
keywords: "custom e-bike battery, 72V battery, 60V battery, Surron battery, Super73 battery, e-bike upgrade, Jersey City battery builder",
openGraph: {
title: "Custom Lithium E-Bike Batteries | Powerful Lithium",
description: "High-performance custom lithium batteries built by riders for riders. Fast turnaround. Honest pricing.",
url: "https://powerfullithium.com",
siteName: "Powerful Lithium",
type: "website",
images: [
title: "Custom Lithium E-Bike Batteries | Powerful Lithium Jersey City", description: "High-performance custom lithium batteries for e-bikes, Surron, Super73, Onyx & more. Fast turnaround, honest pricing. Nationwide shipping. 4.9★ rated.", keywords: "custom e-bike battery, 72V battery, 60V battery, Surron battery, Super73 battery, e-bike upgrade, Jersey City battery builder", openGraph: {
title: "Custom Lithium E-Bike Batteries | Powerful Lithium", description: "High-performance custom lithium batteries built by riders for riders. Fast turnaround. Honest pricing.", url: "https://powerfullithium.com", siteName: "Powerful Lithium", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/close-up-young-man-working-bike_23-2149039023.jpg",
alt: "Powerful Lithium workshop custom batteries",
},
url: "http://img.b2bpic.net/free-photo/close-up-young-man-working-bike_23-2149039023.jpg", alt: "Powerful Lithium workshop custom batteries"},
],
},
twitter: {
card: "summary_large_image",
title: "Custom Lithium E-Bike Batteries | Powerful Lithium",
description: "High-performance custom lithium batteries. 4.9★ rated. Jersey City.",
images: ["http://img.b2bpic.net/free-photo/close-up-young-man-working-bike_23-2149039023.jpg"],
card: "summary_large_image", title: "Custom Lithium E-Bike Batteries | Powerful Lithium", description: "High-performance custom lithium batteries. 4.9★ rated. Jersey City.", images: ["http://img.b2bpic.net/free-photo/close-up-young-man-working-bike_23-2149039023.jpg"],
},
robots: {
index: true,

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 (
@@ -53,7 +53,7 @@ export default function HomePage() {
imageAlt="Powerful Lithium workshop in Jersey City"
buttons={[
{ text: "Call Now: (201) 555-0123", href: "tel:+12015550123" },
{ text: "Get a Custom Quote", href: "/get-quote" },
{ text: "Schedule Consultation", href: "/get-quote" },
]}
/>
</div>