11 Commits

Author SHA1 Message Date
7f3bdd6490 Merge version_6 into main
Merge version_6 into main
2026-04-23 01:28:32 +00:00
5415526224 Update theme colors 2026-04-23 01:28:29 +00:00
1bda5a1132 Merge version_5 into main
Merge version_5 into main
2026-04-23 01:26:02 +00:00
e094741cc0 Update theme colors 2026-04-23 01:25:56 +00:00
1499c46a70 Merge version_4 into main
Merge version_4 into main
2026-04-23 01:23:20 +00:00
aa5a0b6579 Update src/app/page.tsx 2026-04-23 01:23:17 +00:00
3953970cc7 Merge version_4 into main
Merge version_4 into main
2026-04-23 01:22:44 +00:00
51b7316322 Update src/app/page.tsx 2026-04-23 01:22:38 +00:00
b4e60caef8 Merge version_3 into main
Merge version_3 into main
2026-04-23 01:21:01 +00:00
074b30e0b7 Update src/app/page.tsx 2026-04-23 01:20:58 +00:00
55e50e9da8 Merge version_2 into main
Merge version_2 into main
2026-04-23 01:18:41 +00:00
2 changed files with 37 additions and 18 deletions

View File

@@ -11,8 +11,17 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { useState } from 'react';
import { MapPin } from 'lucide-react';
export default function LandingPage() {
const [location, setLocation] = useState<string | null>(null);
const handleDropPin = () => {
alert("Pin dropped! Share this location with our driver.");
setLocation("Dropped Pin: 35.2271° N, 80.8431° W");
};
return (
<ThemeProvider
defaultButtonVariant="text-shift"
@@ -51,7 +60,8 @@ export default function LandingPage() {
{ name: "Linda W.", handle: "Driver", testimonial: "Super friendly team, made a stressful night much better.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-conducting-interview_23-2149037956.jpg?_wi=1", imageAlt: "towing truck emergency highway night" },
{ name: "David K.", handle: "Commuter", testimonial: "Highly recommend, they arrived exactly when they said they would.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-biker-repairing-motorbike_273609-5498.jpg?_wi=1", imageAlt: "towing truck emergency highway night" },
]}
buttons={[{ text: "Call Now for Immediate Service", href: "tel:+17045550123" }]}
buttons={[{ text: "Call Now for Immediate Service", href: "tel:+17045550123" }]
}
imageSrc="http://img.b2bpic.net/free-photo/man-try-fix-car-engine-problem-local-road_1150-10669.jpg?_wi=2"
imageAlt="A&R Towing truck on service in Charlotte"
avatars={[
@@ -126,19 +136,19 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Alice P.", role: "Client", company: "Charlotte", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-enjoying-views-car-trip_23-2149401824.jpg" },
{ id: "t2", name: "Bob R.", role: "Client", company: "Charlotte", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-greeting-woman-park_23-2147935708.jpg" },
{ id: "t3", name: "Charlie S.", role: "Client", company: "Charlotte", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/helpdesk-support-information-support-concept_53876-121537.jpg" },
{ id: "t4", name: "Diana K.", role: "Client", company: "Charlotte", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3590.jpg" },
{ id: "t5", name: "Edward M.", role: "Client", company: "Charlotte", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-men-greeting-nature-near-car_23-2148179881.jpg" },
{ id: "t1", name: "Alex R.", role: "Verified Reviewer", company: "Google Maps", rating: 5 },
{ id: "t2", name: "Jamie L.", role: "Verified Reviewer", company: "Google Maps", rating: 5 },
{ id: "t3", name: "Jordan P.", role: "Verified Reviewer", company: "Google Maps", rating: 5 },
{ id: "t4", name: "Casey W.", role: "Verified Reviewer", company: "Google Maps", rating: 4 },
{ id: "t5", name: "Morgan B.", role: "Verified Reviewer", company: "Google Maps", rating: 5 },
]}
kpiItems={[
{ value: "5.0", label: "Avg Rating" },
{ value: "100%", label: "Reliability" },
{ value: "24/7", label: "Availability" },
{ value: "4.9", label: "Google Rating" },
{ value: "150+", label: "Recent Reviews" },
{ value: "24/7", label: "Always Available" },
]}
title="Customer Stories"
description="What our customers are saying about A&R Towing."
title="Trusted Google Reviews"
description="Hear from our local Charlotte community members who rated us on Google Maps."
/>
</div>
@@ -161,14 +171,23 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Need Immediate Help?"
description="Contact us now for quick dispatch or service inquiries."
description="Contact us now for quick dispatch or service inquiries. Use the button below to drop your pin for our drivers."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
]}
textarea={{ name: "message", placeholder: "Describe your location and vehicle issue", required: true }}
textarea={{ name: "message", placeholder: location || "Describe your location and vehicle issue", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/angry-young-call-center-girl-wearing-headset-sitting-desk-pointing-isolated-orange_141793-76389.jpg"
/>
<div className="mt-4">
<button
onClick={handleDropPin}
className="flex items-center gap-2 bg-primary text-white py-2 px-4 rounded-full font-medium transition-all hover:scale-105 active:scale-95"
>
<MapPin size={20} />
Drop My Exact Location
</button>
</div>
</div>
<div id="footer" data-section="footer">

View File

@@ -13,12 +13,12 @@
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #1f7cff;
--primary-cta-text: #ffffff;
--primary-cta: #dfff1c;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #000612e6;
--accent: #3f5c79;
--background-accent: #004a93;
--secondary-cta-text: #ffffff;
--accent: #8b9a1b;
--background-accent: #5d6b00;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);