From cd7b39c1953f13172148d35c1c2c77ee1173bc0d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:08:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 60 ++++++++++++++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7144231..69138fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 ( @@ -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" @@ -37,7 +37,8 @@ export default function HomePage() { { 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} /> @@ -46,14 +47,14 @@ export default function HomePage() { @@ -82,16 +83,20 @@ export default function HomePage() { products={[ { id: "1", brand: "Powerful Lithium", name: "72V 51Ah Premium", price: "$3,299", rating: 5, - reviewCount: "47k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-group-blue-batteries-surface_181624-31503.jpg?_wi=1", imageAlt: "72V 51Ah battery pack"}, + reviewCount: "47k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-group-blue-batteries-surface_181624-31503.jpg?_wi=1", imageAlt: "72V 51Ah battery pack" + }, { id: "2", brand: "Powerful Lithium", name: "60V 60Ah Ultra", price: "$2,899", rating: 5, - reviewCount: "38k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cyclist-securing-e-bike-battery_23-2148225826.jpg?_wi=1", imageAlt: "60V 60Ah battery pack"}, + reviewCount: "38k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cyclist-securing-e-bike-battery_23-2148225826.jpg?_wi=1", imageAlt: "60V 60Ah battery pack" + }, { id: "3", brand: "Powerful Lithium", name: "48V Atlas", price: "$1,899", rating: 5, - reviewCount: "52k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974240.jpg", imageAlt: "48V Atlas battery pack"}, + reviewCount: "52k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974240.jpg", imageAlt: "48V Atlas battery pack" + }, { id: "4", brand: "Powerful Lithium", name: "300A Custom BMS", price: "$599", rating: 5, - reviewCount: "31k", imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-operating-automated-machine-wood-processing-factory_637285-12045.jpg?_wi=1", imageAlt: "Custom BMS controller system"}, + reviewCount: "31k", imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-operating-automated-machine-wood-processing-factory_637285-12045.jpg?_wi=1", imageAlt: "Custom BMS controller system" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -107,22 +112,28 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "E-Bike Enthusiast", company: "Jersey City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial" + }, { id: "2", name: "Michael Chen", role: "Surron Rider", company: "NYC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-happy-curly-woman-sunglasses-posing_171337-17410.jpg?_wi=1", imageAlt: "Michael Chen testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-happy-curly-woman-sunglasses-posing_171337-17410.jpg?_wi=1", imageAlt: "Michael Chen testimonial" + }, { id: "3", name: "Emily Rodriguez", role: "Super73 Owner", company: "Brooklyn", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg?_wi=1", imageAlt: "Emily Rodriguez testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg?_wi=1", imageAlt: "Emily Rodriguez testimonial" + }, { id: "4", name: "David Kim", role: "DIY Builder", company: "NJ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=1", imageAlt: "David Kim testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=1", 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=1", imageAlt: "Jessica Martinez testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-woman-sunglasses-posing_171337-17567.jpg?_wi=1", imageAlt: "Jessica Martinez testimonial" + }, { id: "6", name: "James Wilson", role: "Battery Repair Customer", company: "Queens", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "James Wilson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "James Wilson testimonial" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -138,19 +149,24 @@ export default function HomePage() { features={[ { id: "1", title: "Custom Battery Builds", tags: ["72V", "60V", "48V"], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-group-blue-batteries-surface_181624-31503.jpg?_wi=2", imageAlt: "Custom battery build"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-group-blue-batteries-surface_181624-31503.jpg?_wi=2", imageAlt: "Custom battery build" + }, { id: "2", title: "Battery Upgrades", tags: ["Range", "Performance"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cyclist-securing-e-bike-battery_23-2148225826.jpg?_wi=2", imageAlt: "Battery upgrade service"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cyclist-securing-e-bike-battery_23-2148225826.jpg?_wi=2", imageAlt: "Battery upgrade service" + }, { id: "3", title: "Battery Repairs", tags: ["Expert", "Warranty"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-workshop_1170-2528.jpg?_wi=1", imageAlt: "Battery repair in shop"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-workshop_1170-2528.jpg?_wi=1", imageAlt: "Battery repair in shop" + }, { id: "4", title: "Custom BMS Systems", tags: ["300A", "Advanced"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-operating-automated-machine-wood-processing-factory_637285-12045.jpg?_wi=2", imageAlt: "Custom BMS controller"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-operating-automated-machine-wood-processing-factory_637285-12045.jpg?_wi=2", imageAlt: "Custom BMS controller" + }, { id: "5", title: "In-Shop Installation", tags: ["Local", "Fast"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-workshop_1170-2528.jpg?_wi=2", imageAlt: "Professional installation service"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-workshop_1170-2528.jpg?_wi=2", imageAlt: "Professional installation service" + }, ]} animationType="slide-up" textboxLayout="default" @@ -180,7 +196,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: "animated-grid" }} useInvertedBackground={false} /> @@ -194,4 +210,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}