diff --git a/src/app/page.tsx b/src/app/page.tsx index 19f2cd3..2f630d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, MapPin, ShieldCheck, Sparkles, Zap, Facebook, Instagram, Twitter } from "lucide-react"; +import { Facebook, Instagram, Linkedin, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Reviews", id: "#reviews" }, { name: "Contact", id: "#contact" }, ]} - brandName="Elite Detailing" + brandName="Easy Done Mobile Detailing Service" button={{ text: "Book Now", href: "#contact" }} /> @@ -78,7 +78,7 @@ export default function LandingPage() { { title: "Interior Deep Clean", description: "Professional deep cleaning of leather and upholstery.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/road-safety-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16595.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193621.jpg" } } ]} showStepNumbers={true} - title="Elite Detailing Services" + title="Easy Done Mobile Detailing Service" description="We specialize in premium car care, focusing on every detail to ensure your car looks extraordinary." /> @@ -89,8 +89,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { id: "p1", title: "Essentials", price: "$150", period: "/session", features: ["Full exterior wash", "Window cleaning"], button: { text: "Book Now", href: "#contact" } }, - { id: "p2", title: "Elite Luxury", price: "$450", period: "/session", features: ["Everything in Essentials", "Ceramic coating"], button: { text: "Book Now", href: "#contact" } } + { id: "p1", title: "Essentials", price: "$350", period: "/session", features: ["Full exterior wash", "Window cleaning"], button: { text: "Book Now", href: "#contact" } }, + { id: "p2", title: "Luxury", price: "$450", period: "/session", features: ["Everything in Essentials", "Ceramic coating"], button: { text: "Book Now", href: "#contact" } } ]} title="Transparent Pricing Packages" description="Choose the level of care your vehicle deserves." @@ -133,7 +133,7 @@ export default function LandingPage() { title="The Detailing Hub" description="Expert tips on maintaining your vehicle." blogs={[ - { id: "b1", category: "Maintenance", title: "Why Ceramic Coating Matters", excerpt: "Keep your paint protected.", imageSrc: "http://img.b2bpic.net/free-photo/splashing-bubbling-water_23-2147798198.jpg", authorName: "Team Elite", authorAvatar: "", date: "Oct 12, 2023" } + { id: "b1", category: "Maintenance", title: "Why Ceramic Coating Matters", excerpt: "Keep your paint protected.", imageSrc: "http://img.b2bpic.net/free-photo/splashing-bubbling-water_23-2147798198.jpg", authorName: "Easy Done Team", authorAvatar: "", date: "Oct 12, 2023" } ]} /> @@ -151,15 +151,15 @@ export default function LandingPage() {
); -} \ No newline at end of file +}