Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -12,7 +12,6 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Droplets, Home } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,8 +33,6 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Spring Pressure Bros"
|
||||
@@ -48,7 +45,6 @@ export default function LandingPage() {
|
||||
logoText="Spring Pressure Bros"
|
||||
description="Professional power washing for a pristine home. Revitalize your property today."
|
||||
buttons={[
|
||||
{ text: "View Services", href: "#features" },
|
||||
{ text: "Get Quote", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -68,15 +64,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Driveway Cleaning", description: "High pressure deep cleaning for concrete and asphalt.", bentoComponent: "reveal-icon", icon: Droplets,
|
||||
},
|
||||
{
|
||||
title: "House Soft Wash", description: "Gentle but effective siding and exterior cleaning.", bentoComponent: "reveal-icon", icon: Home,
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
features={[]}
|
||||
title="Our Services"
|
||||
description="We specialize in high-pressure cleaning that removes years of grime, dirt, and mold."
|
||||
/>
|
||||
</div>
|
||||
@@ -86,16 +75,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Essential", price: "$149", subtitle: "Single driveway clean", features: ["Full driveway wash", "Spot removal"],
|
||||
buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Popular", price: "$299", subtitle: "Full house & exterior", features: ["Full house soft wash", "Driveway cleaning"],
|
||||
buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
},
|
||||
]}
|
||||
plans={[]}
|
||||
title="Simple Pricing"
|
||||
description="Choose the best package for your property maintenance needs."
|
||||
/>
|
||||
@@ -142,12 +122,7 @@ export default function LandingPage() {
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Are your soaps safe for plants?", content: "Yes, we use eco-friendly and plant-safe detergents."},
|
||||
{
|
||||
id: "q2", title: "Do you need access to water?", content: "We can provide our own water source if needed."},
|
||||
]}
|
||||
faqs={[]}
|
||||
title="Frequently Asked"
|
||||
description="Have questions about our washing process?"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -170,7 +145,6 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user