diff --git a/src/app/page.tsx b/src/app/page.tsx index a8a617a..4fc4cc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,14 +32,12 @@ export default function LandingPage() { @@ -47,30 +45,28 @@ export default function LandingPage() {
@@ -81,68 +77,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "1", title: "Advanced Security", author: "TechFlow Security Team", description: "End-to-end encryption with real-time threat detection and remediation.", tags: [ - "Security", "SaaS"], - imageSrc: "http://img.b2bpic.net/free-photo/cloud-computing-network-connection-perforated-paper_53876-14267.jpg"}, - { - id: "2", title: "Seamless Integration", author: "Platform Dev Team", description: "Connect with all your favorite tools effortlessly using our robust API stack.", tags: [ - "API", "Integration"], - imageSrc: "http://img.b2bpic.net/free-photo/jigsaw-puzzle-icon-symbol-sign_53876-133610.jpg"}, - { - id: "3", title: "Automated Workflows", author: "Automation Hub", description: "Streamline repetitive tasks with intelligent automation and trigger-based workflows.", tags: [ - "Automation", "Workflow"], - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg"}, + { id: "1", title: "Hand Wash", author: "Professional Detailer", description: "Thorough exterior hand wash using premium soaps.", tags: ["Exterior", "Care"], imageSrc: "http://img.b2bpic.net/free-photo/car-wash-service-worker-cleaning-car-with-high-pressure-water-jet_23-2148766150.jpg" }, + { id: "2", title: "Interior Cleaning", author: "Cleaning Specialist", description: "Deep vacuuming, dusting, and wiping for a pristine cabin.", tags: ["Interior", "Cleaning"], imageSrc: "http://img.b2bpic.net/free-photo/interior-cleaning-car-with-vacuum-cleaner_23-2148777174.jpg" }, + { id: "3", title: "Wax & Polish", author: "Finishing Expert", description: "Protective wax application to keep your paint shining for weeks.", tags: ["Protection", "Shine"], imageSrc: "http://img.b2bpic.net/free-photo/car-being-polished-with-wax_23-2148766184.jpg" }, ]} - title="Powerful Features at Your Fingertips" - description="Comprehensive tools designed to optimize your workflow, security, and productivity." - /> - - -
- -
- -
-
@@ -152,25 +92,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "This platform transformed how we deploy. Absolutely seamless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12110.jpg"}, - { - id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "Top-tier reliability. Best in class infrastructure for startups.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg"}, - { - id: "t3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "We cut our operational costs by half using TechFlow.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924139.jpg"}, - { - id: "t4", name: "David Kim", handle: "@dkim", testimonial: "Excellent documentation and support. A delight to work with.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg"}, - { - id: "t5", name: "Jessica Taylor", handle: "@jtaylor", testimonial: "Simply the best tech solution for our enterprise stack.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg"}, + { id: "t1", name: "Johnathan B.", handle: "@john_b", testimonial: "The best hand wash in Burnley. Highly recommended!", rating: 5 }, + { id: "t2", name: "Sarah W.", handle: "@sarah_w", testimonial: "Fantastic attention to detail, my car looks brand new.", rating: 5 }, + { id: "t3", name: "Mark R.", handle: "@mark_r", testimonial: "Quick, professional and affordable. Will definitely come back.", rating: 5 }, ]} showRating={true} - title="Loved by Developers Worldwide" - description="See why top-tier engineering teams choose our platform." + title="Customer Reviews" + description="Hear from our satisfied customers in Burnley." /> @@ -179,15 +107,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "How do I get started?", content: "Sign up and follow our onboarding guide for a seamless setup."}, - { - id: "f2", title: "Can I scale later?", content: "Our plans are designed to scale alongside your growth effortlessly."}, - { - id: "f3", title: "What support is included?", content: "24/7 dedicated engineering support is included for enterprise customers."}, + { id: "f1", title: "Do I need to book an appointment?", content: "While we welcome walk-ins, booking an appointment ensures your service starts immediately when you arrive." }, + { id: "f2", title: "How long does a standard wash take?", content: "A standard wash typically takes between 30 to 45 minutes depending on the vehicle size." }, + { id: "f3", title: "Do you offer interior detailing?", content: "Yes, we have full interior detailing packages that include deep cleaning, shampooing, and interior protection." }, ]} title="Frequently Asked Questions" - description="Have questions? We have answers. Check out our help docs for more." + description="Everything you need to know about Waves Hand Car Wash." faqsAnimation="slide-up" /> @@ -195,50 +120,25 @@ export default function LandingPage() {
); -} +} \ No newline at end of file