diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b6c342..426474e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,31 +18,23 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -193,25 +106,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "12+", - title: "Years Experience", - description: "Serving the local community.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-red-suv-countryside-face-reflection_169016-21194.jpg?_wi=2", + id: "m1", value: "12+", title: "Years Experience", description: "Serving the local community.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-red-suv-countryside-face-reflection_169016-21194.jpg" }, { - id: "m2", - value: "45m", - title: "Avg. ETA", - description: "Fast response times.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-men-discussing-outdoors_23-2149426492.jpg", + id: "m2", value: "45m", title: "Avg. ETA", description: "Fast response times.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-men-discussing-outdoors_23-2149426492.jpg" }, { - id: "m3", - value: "500+", - title: "Happy Clients", - description: "Trusted referral partner.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-paramedic-filling-document_23-2149478454.jpg", + id: "m3", value: "500+", title: "Happy Clients", description: "Trusted referral partner.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-paramedic-filling-document_23-2149478454.jpg" }, ]} title="Service Excellence" @@ -225,60 +126,16 @@ 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: "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" }, ]} kpiItems={[ - { - value: "5.0", - label: "Avg Rating", - }, - { - value: "100%", - label: "Reliability", - }, - { - value: "24/7", - label: "Availability", - }, + { value: "5.0", label: "Avg Rating" }, + { value: "100%", label: "Reliability" }, + { value: "24/7", label: "Availability" }, ]} title="Customer Stories" description="What our customers are saying about A&R Towing." @@ -290,21 +147,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "What areas do you serve?", - content: "We serve the entire Charlotte metro area and surrounding communities.", - }, - { - id: "q2", - title: "Are you open on weekends?", - content: "Yes, we are open daily until midnight, including weekends.", - }, - { - id: "q3", - title: "Do you offer private property towing?", - content: "Yes, we provide compliant services for property managers and business owners.", - }, + { id: "q1", title: "What areas do you serve?", content: "We serve the entire Charlotte metro area and surrounding communities." }, + { id: "q2", title: "Are you open on weekends?", content: "Yes, we are open daily until midnight, including weekends." }, + { id: "q3", title: "Do you offer private property towing?", content: "Yes, we provide compliant services for property managers and business owners." }, ]} title="Common Questions" description="Everything you need to know about our towing services." @@ -318,24 +163,10 @@ export default function LandingPage() { title="Need Immediate Help?" description="Contact us now for quick dispatch or service inquiries." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - required: true, - }, + { 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: "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" /> @@ -345,33 +176,16 @@ export default function LandingPage() { logoText="A&R Towing" columns={[ { - title: "Navigation", - items: [ - { - label: "Services", - href: "#features", - }, - { - label: "About", - href: "#about", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Navigation", items: [ + { label: "Services", href: "#features" }, + { label: "About", href: "#about" }, + { label: "Contact", href: "#contact" }, ], }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]} @@ -380,4 +194,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file