Merge version_1 into main #1
@@ -10,7 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { CalendarCheck, CheckCircle, Droplet, Filter, Flame, Gauge, HeartHandshake, MagnifyingGlass, Pipe, Settings, ShieldCheck, Sparkles, Wrench } from "lucide-react";
|
||||
import { CalendarCheck, CheckCircle, Droplet, Filter, Flame, Gauge, HeartHandshake, Search, Settings, ShieldCheck, Sparkles, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Pipe,
|
||||
icon: Droplet,
|
||||
text: "Hydro-jetting technology",
|
||||
},
|
||||
{
|
||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Basic Checkup",
|
||||
badgeIcon: MagnifyingGlass,
|
||||
badgeIcon: Search,
|
||||
price: "$99",
|
||||
subtitle: "Essential inspection for minor issues.",
|
||||
buttons: [
|
||||
|
||||
Reference in New Issue
Block a user