Merge version_3 into main #2
180
src/app/page.tsx
180
src/app/page.tsx
@@ -32,14 +32,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="TechFlow"
|
||||
brandName="Waves Hand Car Wash"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,30 +45,28 @@ export default function LandingPage() {
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Scale Your Tech Infrastructure Instantly"
|
||||
description="Unlock seamless deployment and robust scalability with our enterprise-ready platform designed for modern tech innovators."
|
||||
tag="Next Generation SaaS Platform"
|
||||
title="Professional Hand Car Wash in Burnley"
|
||||
description="Experience the ultimate shine with our premium hand car wash services. We treat your vehicle like our own."
|
||||
tag="Waves Hand Car Wash"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg", imageAlt: "Dashboard Preview"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-sci-fi-techno-lights-background_181624-21133.jpg", imageAlt: "Network Visualization"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/car-wash-service-worker-cleaning-car-with-high-pressure-water-jet_23-2148766150.jpg", imageAlt: "Hand wash process" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/car-being-washed-with-soap_23-2148777174.jpg", imageAlt: "Clean car result" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Rated 5/5 by 500+ developers"
|
||||
ratingText="Rated 5/5 by our local customers"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Our Mission"
|
||||
title="Empowering Global Innovation"
|
||||
description="We build infrastructure that scales with your ambition, ensuring reliability and performance for the most demanding applications."
|
||||
subdescription="Our platform simplifies complex operations, allowing teams to focus on shipping code rather than managing infrastructure."
|
||||
tag="Our Service"
|
||||
title="Premium Quality Care"
|
||||
description="We pride ourselves on attention to detail, ensuring your vehicle receives the highest standard of hand wash and detailing service in Burnley."
|
||||
subdescription="Our team uses high-quality products and professional techniques to keep your car looking brand new, every time."
|
||||
icon={Zap}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mixed-programers-team-working-group-project-multiple-screens-showing-running-code-it-startup-office-coder-pointing-pencil-computer-screen-with-software-compiling-code_482257-33301.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/car-cleaning-service-car-wash-worker-washing-car-with-sponge_23-2148766184.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "99.99%", title: "Uptime Guarantee", description: "Reliable services that you can count on.", icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "m2", value: "500+", title: "Happy Teams", description: "Building successful projects together.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3", value: "24/7", title: "Support Availability", description: "Always here to help you succeed.", icon: Headphones,
|
||||
},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="We deliver measurable impact for companies of all sizes."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Pro Bundle", price: "$49/mo", imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-gray-wall-clock-isolated-white-background_187299-47159.jpg"},
|
||||
{
|
||||
id: "p2", name: "Enterprise Suite", price: "$199/mo", imageSrc: "http://img.b2bpic.net/free-photo/product-production-manufacturing-supply-distribution-concept_53876-138508.jpg"},
|
||||
{
|
||||
id: "p3", name: "Cloud Storage", price: "$29/mo", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440917.jpg"},
|
||||
{
|
||||
id: "p4", name: "Security Plus", price: "$89/mo", imageSrc: "http://img.b2bpic.net/free-photo/programming-background-with-html_23-2150038839.jpg"},
|
||||
{
|
||||
id: "p5", name: "Analytics AI", price: "$129/mo", imageSrc: "http://img.b2bpic.net/free-vector/check-cross-circle-arrows_78370-10791.jpg"},
|
||||
{
|
||||
id: "p6", name: "Dev Tools Pro", price: "$39/mo", imageSrc: "http://img.b2bpic.net/free-photo/digital-marketing-branding-loyalty-graphics_53876-127786.jpg"},
|
||||
]}
|
||||
title="Core Offerings"
|
||||
description="Discover our suite of software solutions optimized for scale."
|
||||
title="Services We Offer"
|
||||
description="Comprehensive car care solutions tailored for your vehicle's specific needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -195,50 +120,25 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get Started"
|
||||
title="Ready to Transform Your Infrastructure?"
|
||||
description="Let's connect and build something extraordinary together. Reach out to our sales team."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Find Us"
|
||||
title="Visit Waves Hand Car Wash"
|
||||
description="Located in the heart of Burnley, we are ready to make your car shine. Call us or visit our location today."
|
||||
buttons={[{ text: "Call Us Now", href: "tel:01234567890" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="TechFlow"
|
||||
logoText="Waves Hand Car Wash"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [{ label: "Exterior Wash", href: "#features" }, { label: "Interior Cleaning", href: "#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Testimonials", href: "#testimonials" }] },
|
||||
{ title: "Visit Us", items: [{ label: "Burnley, UK", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user