Update src/app/page.tsx
This commit is contained in:
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -75,17 +75,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardMedia
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "1", title: "Interior Painting", description: "Immaculate finishes for walls, ceilings, and woodwork.", tag: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-married-couple-doing-makeover-their-apartment-painting-walls-with-roller-brush-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14139.jpg" },
|
||||
{ id: "2", title: "Exterior Painting", description: "Durable coatings for walls, masonry, and exterior wood.", tag: "Exterior", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-standing-near-corporate-building_23-2147941460.jpg" },
|
||||
{ id: "3", title: "Wallpapering", description: "Expert hanging and feature wall creation.", tag: "Wallpaper", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wallpaper-texture_1339-975.jpg" },
|
||||
{ id: "4", title: "Airless Spraying", description: "Professional-grade smooth finishes for various surfaces.", tag: "Spraying", imageSrc: "http://img.b2bpic.net/free-photo/color-year-interior-design-space-with-furniture-decor_23-2151397330.jpg" },
|
||||
{ id: "5", title: "Commercial Services", description: "Reliable decorating solutions for business premises.", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-outdoors_23-2149714259.jpg" },
|
||||
{ id: "6", title: "Surface Prep", description: "Clean, dustless sanding for the best foundation.", tag: "Preparation", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-painting-orange-walls-home-using-roller-brush-paint-color-decorate-apartment-woman-with-young-kid-having-fun-renovating-home-together-interior-house-decor_482257-51279.jpg" }
|
||||
{ id: "1", label: "Interior", title: "Interior Painting", items: ["Immaculate finishes for walls, ceilings, and woodwork."] },
|
||||
{ id: "2", label: "Exterior", title: "Exterior Painting", items: ["Durable coatings for walls, masonry, and exterior wood."] },
|
||||
{ id: "3", label: "Wallpaper", title: "Wallpapering", items: ["Expert hanging and feature wall creation."] },
|
||||
{ id: "4", label: "Spraying", title: "Airless Spraying", items: ["Professional-grade smooth finishes for various surfaces."] },
|
||||
{ id: "5", label: "Commercial", title: "Commercial Services", items: ["Reliable decorating solutions for business premises."] },
|
||||
{ id: "6", label: "Preparation", title: "Surface Prep", items: ["Clean, dustless sanding for the best foundation."] }
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We provide a comprehensive range of painting and decorating services tailored to enhance your property."
|
||||
@@ -93,16 +93,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<FeatureCardMedia
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ id: "w1", title: "Attention to Detail", description: "Superior prep work for long-lasting finish.", tag: "Detail", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-painting-wall-with-roller-brush-home-renovation-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14135.jpg" },
|
||||
{ id: "w2", title: "Respectful & Clean", description: "We respect your home environment.", tag: "Cleanliness", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-painting-apartment-wall-with-blue-paint-using-roller-brush-home-decoration-renovation-cozy-apartment-flat-repair-makeover_482257-3615.jpg" },
|
||||
{ id: "w3", title: "Highly Recommended", description: "Our work speaks for itself through referrals.", tag: "Trust", imageSrc: "http://img.b2bpic.net/free-photo/family-having-fun-with-orange-paint_482257-47750.jpg" },
|
||||
{ id: "w4", title: "Fully Insured", description: "Total peace of mind with complete professional insurance.", tag: "Secure", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-painting-wall_53876-63183.jpg" },
|
||||
{ id: "w5", title: "Quality Materials", description: "We use only premium, durable paints and finishes.", tag: "Materials", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-man-drawing-wall-using-marker_23-2147839400.jpg" }
|
||||
{ id: "w1", label: "Detail", title: "Attention to Detail", items: ["Superior prep work for long-lasting finish."] },
|
||||
{ id: "w2", label: "Cleanliness", title: "Respectful & Clean", items: ["We respect your home environment."] },
|
||||
{ id: "w3", label: "Trust", title: "Highly Recommended", items: ["Our work speaks for itself through referrals."] },
|
||||
{ id: "w4", label: "Secure", title: "Fully Insured", items: ["Total peace of mind with complete professional insurance."] },
|
||||
{ id: "w5", label: "Materials", title: "Quality Materials", items: ["We use only premium, durable paints and finishes."] }
|
||||
]}
|
||||
title="Why Clients Choose Us"
|
||||
description="We are dedicated to building long-term relationships through quality and trust."
|
||||
@@ -171,4 +171,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user