diff --git a/src/app/page.tsx b/src/app/page.tsx
index b00c549..aaa047e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
-import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
@@ -32,25 +32,15 @@ export default function LandingPage() {
@@ -59,37 +49,24 @@ export default function LandingPage() {
@@ -100,9 +77,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Craftsmanship You Can Trust"
description={[
- "With over 20 years of experience, we specialize in high-quality fencing that combines durability with aesthetic appeal.",
- "Our team is dedicated to professional installation and top-tier customer service, ensuring your property is both secure and visually stunning.",
- ]}
+ "With over 20 years of experience, we specialize in high-quality fencing that combines durability with aesthetic appeal.", "Our team is dedicated to professional installation and top-tier customer service, ensuring your property is both secure and visually stunning."]}
/>
@@ -112,23 +87,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Wood Fencing",
- description: "Classic and customizable wood fences for natural beauty.",
- imageSrc: "http://img.b2bpic.net/free-photo/white-wooden-fence_1122-2087.jpg",
- imageAlt: "Wood fence example",
- },
+ title: "Wood Fencing", description: "Classic and customizable wood fences for natural beauty.", imageSrc: "http://img.b2bpic.net/free-photo/white-wooden-fence_1122-2087.jpg", imageAlt: "Wood fence example"},
{
- title: "Metal Fencing",
- description: "Strong, durable, and secure metal solutions.",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-posed-outdoor-street-style-rap-singer_627829-2761.jpg",
- imageAlt: "Metal fence example",
- },
+ title: "Metal Fencing", description: "Strong, durable, and secure metal solutions.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-posed-outdoor-street-style-rap-singer_627829-2761.jpg", imageAlt: "Metal fence example"},
{
- title: "Vinyl Fencing",
- description: "Low-maintenance and long-lasting vinyl designs.",
- imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japanese-building-with-fence_23-2149301121.jpg",
- imageAlt: "Vinyl fence example",
- },
+ title: "Vinyl Fencing", description: "Low-maintenance and long-lasting vinyl designs.", imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japanese-building-with-fence_23-2149301121.jpg", imageAlt: "Vinyl fence example"},
]}
title="Our Fencing Solutions"
description="We offer a diverse range of fencing options to meet every security and style need."
@@ -143,47 +106,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Cedar Planks",
- price: "From $45",
- variant: "Premium Wood",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-detail-wood-texture_23-2151870253.jpg",
- },
+ id: "p1", name: "Cedar Planks", price: "From $45", variant: "Premium Wood", imageSrc: "http://img.b2bpic.net/free-photo/close-up-detail-wood-texture_23-2151870253.jpg"},
{
- id: "p2",
- name: "Wrought Iron Panels",
- price: "From $120",
- variant: "Ornamental",
- imageSrc: "http://img.b2bpic.net/free-photo/gridlike-fence-pattern-garden_346278-1300.jpg",
- },
+ id: "p2", name: "Wrought Iron Panels", price: "From $120", variant: "Ornamental", imageSrc: "http://img.b2bpic.net/free-photo/gridlike-fence-pattern-garden_346278-1300.jpg"},
{
- id: "p3",
- name: "White Vinyl Panels",
- price: "From $85",
- variant: "Low Maintenance",
- imageSrc: "http://img.b2bpic.net/free-photo/content-woman-carrying-girlfriend-piggyback_23-2147762457.jpg",
- },
+ id: "p3", name: "White Vinyl Panels", price: "From $85", variant: "Low Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/content-woman-carrying-girlfriend-piggyback_23-2147762457.jpg"},
{
- id: "p4",
- name: "Aluminum Posts",
- price: "From $55",
- variant: "Modern",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283256.jpg",
- },
+ id: "p4", name: "Aluminum Posts", price: "From $55", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283256.jpg"},
{
- id: "p5",
- name: "Chain Link Rolls",
- price: "From $25",
- variant: "Industrial",
- imageSrc: "http://img.b2bpic.net/free-photo/basketball-court_1137-169.jpg",
- },
+ id: "p5", name: "Chain Link Rolls", price: "From $25", variant: "Industrial", imageSrc: "http://img.b2bpic.net/free-photo/basketball-court_1137-169.jpg"},
{
- id: "p6",
- name: "Agricultural Wire",
- price: "From $30",
- variant: "Heavy Duty",
- imageSrc: "http://img.b2bpic.net/free-photo/welded-mesh-fence-night_53876-14864.jpg",
- },
+ id: "p6", name: "Agricultural Wire", price: "From $30", variant: "Heavy Duty", imageSrc: "http://img.b2bpic.net/free-photo/welded-mesh-fence-night_53876-14864.jpg"},
]}
title="Explore Our Materials"
description="Premium materials selected for their longevity and performance."
@@ -197,56 +130,23 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- title: "Starter Package",
- price: "$1,500",
- period: "/ project",
- features: [
- "Consultation",
- "Site measurement",
- "Basic wood install",
- ],
+ id: "basic", title: "Starter Package", price: "$1,500", period: "/ project", features: [
+ "Consultation", "Site measurement", "Basic wood install"],
button: {
- text: "Contact us",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-52999.jpg",
- imageAlt: "fence contractors working in garden",
- },
+ text: "Contact us", href: "#contact"},
+ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-52999.jpg", imageAlt: "fence contractors working in garden"},
{
- id: "standard",
- title: "Professional Package",
- price: "$3,200",
- period: "/ project",
- features: [
- "Design consultation",
- "Custom metal/vinyl",
- "Professional install",
- ],
+ id: "standard", title: "Professional Package", price: "$3,200", period: "/ project", features: [
+ "Design consultation", "Custom metal/vinyl", "Professional install"],
button: {
- text: "Contact us",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/girl-gray-coat-with-sunglasses-handbag-walking-street-against-iron-fence_627829-8822.jpg?_wi=2",
- imageAlt: "fence contractors working in garden",
- },
+ text: "Contact us", href: "#contact"},
+ imageSrc: "http://img.b2bpic.net/free-photo/girl-gray-coat-with-sunglasses-handbag-walking-street-against-iron-fence_627829-8822.jpg?_wi=2", imageAlt: "fence contractors working in garden"},
{
- id: "premium",
- title: "Elite Package",
- price: "$5,500+",
- period: "/ project",
- features: [
- "Full design",
- "Premium materials",
- "Priority scheduling",
- ],
+ id: "premium", title: "Elite Package", price: "$5,500+", period: "/ project", features: [
+ "Full design", "Premium materials", "Priority scheduling"],
button: {
- text: "Contact us",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=2",
- imageAlt: "fence contractors working in garden",
- },
+ text: "Contact us", href: "#contact"},
+ imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=2", imageAlt: "fence contractors working in garden"},
]}
title="Installation Packages"
description="Standard service packages tailored to your property size."
@@ -258,30 +158,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "John Doe",
- imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg",
- },
+ id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg"},
{
- id: "2",
- name: "Jane Smith",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12315.jpg",
- },
+ id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12315.jpg"},
{
- id: "3",
- name: "Robert Brown",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
- },
+ id: "3", name: "Robert Brown", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"},
{
- id: "4",
- name: "Alice Wilson",
- imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-enjoying-music_23-2148602721.jpg",
- },
+ id: "4", name: "Alice Wilson", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-enjoying-music_23-2148602721.jpg"},
{
- id: "5",
- name: "Mark Davis",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-garden_23-2150771019.jpg",
- },
+ id: "5", name: "Mark Davis", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-garden_23-2150771019.jpg"},
]}
cardTitle="Client Reviews"
cardTag="Satisfied Customers"
@@ -295,20 +180,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "How long does installation take?",
- content: "Installation time depends on the project size, typically between 1-3 days.",
- },
+ id: "q1", title: "How long does installation take?", content: "Installation time depends on the project size, typically between 1-3 days."},
{
- id: "q2",
- title: "Do you provide permits?",
- content: "Yes, we handle all necessary permitting processes for your peace of mind.",
- },
+ id: "q2", title: "Do you provide permits?", content: "Yes, we handle all necessary permitting processes for your peace of mind."},
{
- id: "q3",
- title: "Do you offer a warranty?",
- content: "We offer a 5-year workmanship warranty on all our fence installations.",
- },
+ id: "q3", title: "Do you offer a warranty?", content: "We offer a 5-year workmanship warranty on all our fence installations."},
]}
title="Frequently Asked Questions"
description="Common questions about our fencing services."
@@ -317,35 +193,43 @@ export default function LandingPage() {
-
);
-}
+}
\ No newline at end of file