From a77a5856f11498899a0d06add85916d6c0b596ea Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 19:15:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 193 +++++++++++++---------------------------------- 1 file changed, 51 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd9aa40..c29c9fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Building2, Leaf, Map, Ruler, ShieldCheck, Waves } from "lucide-react"; +import { Building2, Leaf, Map, Ruler, ShieldCheck, Waves, Calculator } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -56,36 +48,22 @@ export default function LandingPage() { description="Full-service construction and engineering expertise that transforms visions into reality with safety, innovation, and durability." buttons={[ { - text: "Request Consultation", - href: "#contact", - }, + text: "Request Consultation", href: "#contact"}, { - text: "Explore Our Projects", - href: "#portfolio", - }, + text: "Explore Our Projects", href: "#portfolio"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-using-smartphone-curved-concrete-architectural-settings_24972-2890.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-using-smartphone-curved-concrete-architectural-settings_24972-2890.jpg" avatars={[ { - src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", - alt: "Client profile", - }, + src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Client profile"}, { - src: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg", - alt: "Client profile", - }, + src: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg", alt: "Client profile"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-with-helmet_23-2148920600.jpg", - alt: "Client profile", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-with-helmet_23-2148920600.jpg", alt: "Client profile"}, { - src: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21132.jpg", - alt: "Client profile", - }, + src: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21132.jpg", alt: "Client profile"}, { - src: "http://img.b2bpic.net/free-photo/portrait-happy-teenage-girl-gesturing-thumbs-up_23-2147839551.jpg", - alt: "Client profile", - }, + src: "http://img.b2bpic.net/free-photo/portrait-happy-teenage-girl-gesturing-thumbs-up_23-2147839551.jpg", alt: "Client profile"}, ]} avatarText="Trusted by over 500+ partners" /> @@ -99,7 +77,7 @@ export default function LandingPage() { description="We are a full-service construction firm dedicated to high-quality project delivery. With decades of experience, our team specializes in complex engineering, structural integrity, and modern infrastructure development." subdescription="Our values are built on safety, precision, and sustainability. We ensure every project meets the highest professional standards." icon={Building2} - imageSrc="http://img.b2bpic.net/free-photo/architects-collaborating-blueprints-construction-site_23-2152006095.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/architects-collaborating-blueprints-construction-site_23-2152006095.jpg" mediaAnimation="slide-up" /> @@ -111,54 +89,36 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Structural Engineering", - description: "Robust analysis and structural design for residential, commercial, and industrial facilities.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-curved-concrete-architectural-settings_24972-2890.jpg?_wi=2", - imageAlt: "Structural engineering", - }, + title: "Structural Engineering", description: "Robust analysis and structural design for residential, commercial, and industrial facilities.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-curved-concrete-architectural-settings_24972-2890.jpg", imageAlt: "Structural engineering"}, items: [ { icon: ShieldCheck, - text: "Safety certification", - }, + text: "Safety certification"}, { icon: Ruler, - text: "Precision drafting", - }, + text: "Precision drafting"}, { icon: Calculator, - text: "Load testing", - }, + text: "Load testing"}, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-curved-concrete-architectural-settings_24972-2890.jpg?_wi=3", - imageAlt: "construction site modern architecture", + reverse: false }, { - title: "Civil Engineering", - description: "Comprehensive civil services for municipal works, site planning, and community development projects.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/architects-collaborating-blueprints-construction-site_23-2152006095.jpg?_wi=2", - imageAlt: "Civil engineering", - }, + title: "Civil Engineering", description: "Comprehensive civil services for municipal works, site planning, and community development projects.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/architects-collaborating-blueprints-construction-site_23-2152006095.jpg", imageAlt: "Civil engineering"}, items: [ { icon: Map, - text: "Site surveying", - }, + text: "Site surveying"}, { icon: Waves, - text: "Hydraulic systems", - }, + text: "Hydraulic systems"}, { icon: Leaf, - text: "Sustainability design", - }, + text: "Sustainability design"}, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/architects-collaborating-blueprints-construction-site_23-2152006095.jpg?_wi=3", - imageAlt: "professional engineering team site", + reverse: true }, ]} title="Core Engineering Expertise" @@ -173,45 +133,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "@sarahj", - testimonial: "Exceptional precision and delivery on our commercial office project.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", - }, + id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Exceptional precision and delivery on our commercial office project.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, { - id: "2", - name: "Michael Chen", - handle: "@mchen", - testimonial: "Innovative solutions that saved us significant time and budget.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg", - }, + id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Innovative solutions that saved us significant time and budget.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg"}, { - id: "3", - name: "Emily Rodriguez", - handle: "@erod", - testimonial: "Professional team with deep structural engineering expertise.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-with-helmet_23-2148920600.jpg", - }, + id: "3", name: "Emily Rodriguez", handle: "@erod", testimonial: "Professional team with deep structural engineering expertise.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-with-helmet_23-2148920600.jpg"}, { - id: "4", - name: "David Kim", - handle: "@dkim", - testimonial: "Reliable on-time performance that stands the test of time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21132.jpg", - }, + id: "4", name: "David Kim", handle: "@dkim", testimonial: "Reliable on-time performance that stands the test of time.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21132.jpg"}, { - id: "5", - name: "Helen Smith", - handle: "@hsmith", - testimonial: "The best structural engineering partner for our large developments.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-teenage-girl-gesturing-thumbs-up_23-2147839551.jpg", - }, + id: "5", name: "Helen Smith", handle: "@hsmith", testimonial: "The best structural engineering partner for our large developments.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-teenage-girl-gesturing-thumbs-up_23-2147839551.jpg"}, ]} showRating={true} title="Trusted by Industry Leaders" @@ -223,18 +158,13 @@ export default function LandingPage() { @@ -244,54 +174,33 @@ export default function LandingPage() { logoText="BuildConstruct" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Structural Engineering", - href: "#services", - }, + label: "Structural Engineering", href: "#services"}, { - label: "Civil Engineering", - href: "#services", - }, + label: "Civil Engineering", href: "#services"}, { - label: "Project Management", - href: "#services", - }, + label: "Project Management", href: "#services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Portfolio", - href: "#portfolio", - }, + label: "Portfolio", href: "#portfolio"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Contact Form", - href: "#contact", - }, + label: "Contact Form", href: "#contact"}, { - label: "Office Locations", - href: "#", - }, + label: "Office Locations", href: "#"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, ], }, ]} -- 2.49.1