diff --git a/src/app/page.tsx b/src/app/page.tsx index 8298d99..f4623f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,74 +29,30 @@ export default function LandingPage() {
@@ -269,40 +118,8 @@ export default function LandingPage() { diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index a073381..c830a1a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -8,7 +8,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { ShieldCheck } from "lucide-react"; -export default function LandingPage() { +export default function ServicesPage() { return ( @@ -61,23 +43,11 @@ export default function LandingPage() { title="Our Specialized Services" description="We offer full-cycle construction services tailored to your specific project needs." accordionItems={[ - { - id: "s1", - title: "Residential Construction", - content: "Custom homes and residential community builds.", - }, - { - id: "s2", - name: "Commercial Building", - content: "Offices, retail complexes, and commercial spaces with high-end finishes.", - }, - { - id: "s3", - name: "Renovation Works", - content: "Modernizing existing properties with sustainable building practices.", - }, + { id: "s1", title: "Residential Construction", content: "Custom homes and residential community builds." }, + { id: "s2", title: "Commercial Building", content: "Offices, retail complexes, and commercial spaces with high-end finishes." }, + { id: "s3", title: "Renovation Works", content: "Modernizing existing properties with sustainable building practices." } ]} - imageSrc="http://img.b2bpic.net/free-photo/two-professional-architect-holding-blueprint-looking-it-near-construction-site_23-2148203955.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/two-professional-architect-holding-blueprint-looking-it-near-construction-site_23-2148203955.jpg" /> @@ -90,22 +60,13 @@ export default function LandingPage() { description="Our approach is built on trust." features={[ { - title: "Quality", - description: "Superior materials and workmanship.", - icon: ShieldCheck, + title: "Quality", description: "Superior materials and workmanship.", icon: ShieldCheck, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/teamwork-off-engineer-meeting-architectural-project_1421-116.jpg", - imageAlt: "Teamwork", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-blueprint_23-2147711055.jpg", - imageAlt: "Blueprint", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/teamwork-off-engineer-meeting-architectural-project_1421-116.jpg", imageAlt: "Teamwork" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-blueprint_23-2147711055.jpg", imageAlt: "Blueprint" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/architect-construction-site_23-2147702479.jpg?_wi=3", - imageAlt: "Teamwork off engineer meeting for architectural project.", - }, + imageSrc: "http://img.b2bpic.net/free-photo/architect-construction-site_23-2147702479.jpg", imageAlt: "Teamwork off engineer meeting for architectural project." + } ]} /> @@ -114,40 +75,8 @@ export default function LandingPage() {