11 Commits

Author SHA1 Message Date
1700e55321 Update src/app/services/page.tsx 2026-03-04 16:08:09 +00:00
aac06b792f Update src/app/reviews/page.tsx 2026-03-04 16:08:09 +00:00
b67da01c37 Update src/app/page.tsx 2026-03-04 16:08:08 +00:00
c8d6560767 Update src/app/about/page.tsx 2026-03-04 16:08:07 +00:00
531f947062 Update src/app/services/page.tsx 2026-03-04 16:04:10 +00:00
28563ef132 Update src/app/reviews/page.tsx 2026-03-04 16:04:09 +00:00
f6878478ac Update src/app/page.tsx 2026-03-04 16:04:08 +00:00
bc85990421 Update src/app/layout.tsx 2026-03-04 16:04:07 +00:00
7ad6097758 Update src/app/about/page.tsx 2026-03-04 16:04:06 +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>