diff --git a/src/app/page.tsx b/src/app/page.tsx index 90347f0..4bfdec0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,145 +29,49 @@ export default function LandingPage() {
@@ -177,72 +81,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Garden Landscaping", - description: "Full-scale garden transformation services.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mxqm2e", - }, - items: [], - reverse: false, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o83mzl&_wi=2", - imageAlt: "garden landscaping design modern", - }, - { - title: "Fencing", - description: "Durable and aesthetic fencing solutions.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e0yubl", - }, - items: [], - reverse: true, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2fyg0e&_wi=2", - imageAlt: "garden landscaping design modern", - }, - { - title: "Decking", - description: "Bespoke decking for modern living.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1j8dke", - }, - items: [], - reverse: false, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r360am&_wi=2", - imageAlt: "garden landscaping design modern", - }, - { - title: "Hard Landscaping", - description: "Professional paving and masonry work.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kzunlc", - }, - items: [], - reverse: true, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2nonla&_wi=2", - imageAlt: "garden landscaping design modern", - }, - { - title: "Planting & Turfing", - description: "Breathtaking green spaces and lawns.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fniugr", - }, - items: [], - reverse: false, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2qg1d8&_wi=2", - imageAlt: "garden landscaping design modern", - }, - { - title: "Design & Planning", - description: "Architectural plans for your garden.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dlpjee", - }, - items: [], - reverse: true, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g6by9x&_wi=2", - imageAlt: "garden landscaping design modern", - }, + { title: "Garden Landscaping", description: "Full-scale garden transformation services.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mxqm2e" }, items: [], reverse: false }, + { title: "Fencing", description: "Durable and aesthetic fencing solutions.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e0yubl" }, items: [], reverse: true }, + { title: "Decking", description: "Bespoke decking for modern living.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1j8dke" }, items: [], reverse: false }, + { title: "Hard Landscaping", description: "Professional paving and masonry work.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kzunlc" }, items: [], reverse: true }, + { title: "Planting & Turfing", description: "Breathtaking green spaces and lawns.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fniugr" }, items: [], reverse: false }, + { title: "Design & Planning", description: "Architectural plans for your garden.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dlpjee" }, items: [], reverse: true } ]} title="Our Expert Services" description="High-quality landscaping and construction solutions tailored to your vision." @@ -251,33 +95,14 @@ export default function LandingPage() {
@@ -373,56 +141,26 @@ export default function LandingPage() { logoText="Createscape" columns={[ { - title: "Services", - items: [ - { - label: "Landscaping", - href: "#services", - }, - { - label: "Fencing", - href: "#services", - }, - { - label: "Decking", - href: "#services", - }, - ], + title: "Services", items: [ + { label: "Landscaping", href: "#services" }, + { label: "Fencing", href: "#services" }, + { label: "Decking", href: "#services" } + ] }, { - title: "Support", - items: [ - { - label: "Contact", - href: "#contact", - }, - { - label: "FAQ", - href: "#", - }, - { - label: "Privacy Policy", - href: "#", - }, - ], + title: "Support", items: [ + { label: "Contact", href: "#contact" }, + { label: "FAQ", href: "#" }, + { label: "Privacy Policy", href: "#" } + ] }, { - title: "Company", - items: [ - { - label: "About Us", - href: "#", - }, - { - label: "Careers", - href: "#", - }, - { - label: "Reviews", - href: "#reviews", - }, - ], - }, + title: "Company", items: [ + { label: "About Us", href: "#" }, + { label: "Careers", href: "#" }, + { label: "Reviews", href: "#reviews" } + ] + } ]} copyrightText="© 2025 Createscape Landscaping. All rights reserved." /> @@ -430,4 +168,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file