diff --git a/src/app/page.tsx b/src/app/page.tsx index 830e4a7..8055cce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,59 +31,26 @@ export default function LandingPage() {
@@ -93,22 +60,10 @@ export default function LandingPage() {
@@ -118,24 +73,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Expert Installation", - description: "Highly trained crew with years of field experience.", - imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-brown-wooden-fence-mini-forest-with-clear-blue-sky_181624-17330.jpg", - imageAlt: "Durable weather resistant fence materials", - }, - { - title: "Premium Materials", - description: "Weather-resistant, durable materials guaranteed.", - imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance_23-2149445336.jpg", - imageAlt: "Privacy fence garden design", - }, - { - title: "Custom Solutions", - description: "Tailored designs for your unique landscape.", - imageSrc: "http://img.b2bpic.net/free-photo/walkway-railway_1150-12644.jpg", - imageAlt: "Commercial security perimeter fence", - }, + { title: "Expert Installation", description: "Highly trained crew with years of field experience.", imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-brown-wooden-fence-mini-forest-with-clear-blue-sky_181624-17330.jpg", imageAlt: "Durable weather resistant fence materials" }, + { title: "Premium Materials", description: "Weather-resistant, durable materials guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance_23-2149445336.jpg", imageAlt: "Privacy fence garden design" }, + { title: "Custom Solutions", description: "Tailored designs for your unique landscape.", imageSrc: "http://img.b2bpic.net/free-photo/walkway-railway_1150-12644.jpg", imageAlt: "Commercial security perimeter fence" }, ]} title="Why Choose Elite Fencing?" description="We combine premium materials with master craftsmanship to deliver fences that stand the test of time." @@ -149,54 +89,9 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Classic Picket", - price: "Custom Quote", - variant: "Wood", - imageSrc: "http://img.b2bpic.net/free-photo/trees-with-leaves-cloudy-day_58702-10709.jpg", - imageAlt: "Wood picket fence style residential", - }, - { - id: "p2", - name: "Modern Iron", - price: "Custom Quote", - variant: "Metal", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-cross-nature-with-wooden-fence-it_181624-45737.jpg", - imageAlt: "Modern iron fence residential gate", - }, - { - id: "p3", - name: "Privacy Vinyl", - price: "Custom Quote", - variant: "Vinyl", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-black-african-american-man-hat-sunglasses-against-fence_627829-3839.jpg", - imageAlt: "Vinyl privacy fence backyard", - }, - { - id: "p4", - name: "Aluminum Style", - price: "Custom Quote", - variant: "Aluminum", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-couple-posing-background-wooden-wall-camera_1153-9351.jpg", - imageAlt: "Aluminum fence elegant design", - }, - { - id: "p5", - name: "Farm Grade", - price: "Custom Quote", - variant: "Wood/Wire", - imageSrc: "http://img.b2bpic.net/free-photo/bars_23-2148098630.jpg", - imageAlt: "Farm fence sturdy agricultural", - }, - { - id: "p6", - name: "Luxury Gate", - price: "Custom Quote", - variant: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/peaceful-path-outdoors_1137-215.jpg", - imageAlt: "Custom wood gate entrance", - }, + { id: "p1", name: "Classic Picket", price: "Custom Quote", variant: "Wood", imageSrc: "http://img.b2bpic.net/free-photo/trees-with-leaves-cloudy-day_58702-10709.jpg" }, + { id: "p2", name: "Modern Iron", price: "Custom Quote", variant: "Metal", imageSrc: "http://img.b2bpic.net/free-photo/wooden-cross-nature-with-wooden-fence-it_181624-45737.jpg" }, + { id: "p3", name: "Privacy Vinyl", price: "Custom Quote", variant: "Vinyl", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-black-african-american-man-hat-sunglasses-against-fence_627829-3839.jpg" }, ]} title="Our Fence Solutions" description="Explore our variety of fencing options." @@ -209,31 +104,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "500+", - title: "Projects Completed", - items: [ - "Residential", - "Commercial", - ], - }, - { - id: "m2", - value: "15+", - title: "Years Experience", - items: [ - "Skilled Crew", - ], - }, - { - id: "m3", - value: "100%", - title: "Satisfaction Rate", - items: [ - "Guarantee", - ], - }, + { id: "m1", value: "500+", title: "Projects Completed", items: ["Residential", "Commercial"] }, + { id: "m2", value: "15+", title: "Years Experience", items: ["Skilled Crew"] }, ]} title="By The Numbers" description="Proven results for residential and commercial clients." @@ -244,33 +116,11 @@ export default function LandingPage() { @@ -280,21 +130,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How long does installation take?", - content: "Typically 2-4 days depending on the scope of the project.", - }, - { - id: "f2", - title: "Do you offer warranties?", - content: "Yes, all materials and workmanship are covered by a 3-year warranty.", - }, - { - id: "f3", - title: "How do I get a quote?", - content: "Simply contact us through the form below for a free estimate.", - }, + { id: "f1", title: "How long does installation take?", content: "Typically 2-4 days depending on the scope of the project." }, + { id: "f2", title: "Do you offer warranties?", content: "Yes, all materials and workmanship are covered by a 3-year warranty." }, ]} title="Common Questions" description="Everything you need to know about our fencing process." @@ -305,9 +142,7 @@ export default function LandingPage() {