4 Commits

Author SHA1 Message Date
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
2 changed files with 25 additions and 9 deletions

View File

@@ -7,28 +7,44 @@ 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, Calendar } from "lucide-react";
import { Zap } 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: "Schedule Consultation", href: "/get-quote" },
{ text: "Get a Custom Quote", href: "/get-quote" },
]}
/>
</div>