diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f693b9..1154007 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,29 +29,17 @@ export default function LandingPage() { @@ -63,39 +51,23 @@ export default function LandingPage() { description="Building Excellence From the Ground Up with precision, integrity, and unparalleled craftsmanship." buttons={[ { - text: "Request a Quote", - href: "/contact", - }, + text: "View Projects", href: "/projects"}, { - text: "View Projects", - href: "/projects", - }, + text: "Request a Quote", href: "/contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg", - imageAlt: "Luxury mansion facade", - }, + imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg", imageAlt: "Luxury mansion facade"}, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-thompson-center_181624-6564.jpg", - imageAlt: "Commercial construction steel frame", - }, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-thompson-center_181624-6564.jpg", imageAlt: "Commercial construction steel frame"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-2943.jpg", - imageAlt: "Modern kitchen remodel", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-2943.jpg", imageAlt: "Modern kitchen remodel"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-blueprint_23-2148269815.jpg", - imageAlt: "Site management", - }, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-blueprint_23-2148269815.jpg", imageAlt: "Site management"}, { - imageSrc: "http://img.b2bpic.net/free-photo/extreme-sports-ropejumping_1385-3151.jpg", - imageAlt: "Concrete foundation work", - }, + imageSrc: "http://img.b2bpic.net/free-photo/extreme-sports-ropejumping_1385-3151.jpg", imageAlt: "Concrete foundation work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/row-drawers-light-diagonal-blue-minimal_169016-69287.jpg", - imageAlt: "Architectural detailing", - }, + imageSrc: "http://img.b2bpic.net/free-photo/row-drawers-light-diagonal-blue-minimal_169016-69287.jpg", imageAlt: "Architectural detailing"}, ]} /> @@ -107,30 +79,15 @@ export default function LandingPage() { tag="Excellence" metrics={[ { - id: "m1", - value: "25+", - description: "Years Experience", - }, + id: "m1", value: "25+", description: "Years Experience"}, { - id: "m2", - value: "500+", - description: "Projects Completed", - }, + id: "m2", value: "500+", description: "Projects Completed"}, { - id: "m3", - value: "100%", - description: "Licensed & Insured", - }, + id: "m3", value: "100%", description: "Licensed & Insured"}, { - id: "m4", - value: "50+", - description: "Expert Staff", - }, + id: "m4", value: "50+", description: "Expert Staff"}, { - id: "m5", - value: "24/7", - description: "Client Support", - }, + id: "m5", value: "24/7", description: "Client Support"}, ]} metricsAnimation="slide-up" /> @@ -151,45 +108,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah Miller", - role: "Developer", - company: "Urban Estates", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg?_wi=1", - }, + id: "t1", name: "Sarah Miller", role: "Developer", company: "Urban Estates", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg?_wi=1"}, { - id: "t2", - name: "James Chen", - role: "Owner", - company: "Modern Home", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1", - }, + id: "t2", name: "James Chen", role: "Owner", company: "Modern Home", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1"}, { - id: "t3", - name: "David Smith", - role: "Investor", - company: "Commercial Corp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-couch_23-2148415751.jpg", - }, + id: "t3", name: "David Smith", role: "Investor", company: "Commercial Corp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-couch_23-2148415751.jpg"}, { - id: "t4", - name: "Elena Ross", - role: "Architect", - company: "Design Studio", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-suit-holding-contract_23-2148269312.jpg", - }, + id: "t4", name: "Elena Ross", role: "Architect", company: "Design Studio", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-suit-holding-contract_23-2148269312.jpg"}, { - id: "t5", - name: "Mark Johnson", - role: "Manager", - company: "Retail Group", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", - }, + id: "t5", name: "Mark Johnson", role: "Manager", company: "Retail Group", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg"}, ]} title="Trusted by Leaders" description="Our commitment to quality has earned us the trust of industry professionals and homeowners alike." @@ -203,12 +135,7 @@ export default function LandingPage() { title="Trusted Partnerships" description="We collaborate with the industry's finest architects and suppliers." names={[ - "Urban Estates", - "Modern Home", - "Commercial Corp", - "Design Studio", - "Retail Group", - ]} + "Urban Estates", "Modern Home", "Commercial Corp", "Design Studio", "Retail Group"]} /> @@ -216,33 +143,21 @@ export default function LandingPage() { ); -} +} \ No newline at end of file