Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 434f5f1347 |
@@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Leaf, Award, Utensils, Droplets, Wrench, ShieldCheck } from "lucide-react";
|
||||
import { ShieldCheck, Wrench, Droplets } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -102,6 +102,7 @@ export default function LandingPage() {
|
||||
description="Transparent flat-rate options for common repairs."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "basic", badge: "Quick", price: "$99", subtitle: "Basic Repair", features: ["Up to 1 hour work", "Parts not included", "Standard service call"] },
|
||||
{ id: "pro", badge: "Most Popular", price: "$249", subtitle: "Premium Repair", features: ["Up to 3 hours work", "Minor parts included", "Priority scheduling"] }
|
||||
@@ -114,6 +115,7 @@ export default function LandingPage() {
|
||||
cardTitle="Customer Reviews"
|
||||
cardTag="Our Reputation"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "John Doe", imageSrc: "https://img.b2bpic.net/free-photo/satisfied-client_23-2147717174.jpg" },
|
||||
{ id: "2", name: "Jane Smith", imageSrc: "https://img.b2bpic.net/free-photo/happy-customer_23-2150517420.jpg" }
|
||||
@@ -141,6 +143,7 @@ export default function LandingPage() {
|
||||
title="Ready for a fix?"
|
||||
description="Speak with a friendly expert today and book your visit."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user