From 5b21d415c924fb3c6069a5be14fbce21fa85576b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:48:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 174 ++++++++++------------------------------------- 1 file changed, 37 insertions(+), 137 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1924ee8..2beef26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,8 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, CheckCircle, Star } from "lucide-react"; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Award, CheckCircle, Star, MessageSquareQuote } from "lucide-react"; export default function LandingPage() { return ( @@ -31,16 +31,11 @@ export default function LandingPage() { @@ -101,108 +68,44 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", title: "Home Renovations", description: "Revitalize your living space with our expert interior and exterior renovation expertise.", tag: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/smart-indian-carpenter-contractor-with-goggle-headphone-check-white-ceiling-cornice-interior-decoration-house-concept_609648-1331.jpg"}, - { - id: "f2", title: "New Build Construction", description: "We manage the entire project from ground-up for custom residential homes.", tag: "New Build", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg"}, - { - id: "f3", title: "Commercial Development", description: "Quality commercial building services built to stand the test of time and business demands.", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/attractive-male-contractor-working-with-wood-sanding-wooden-panel-carpenter-using-electrical-sander_662251-454.jpg"}, + { id: "f1", title: "Home Renovations", description: "Revitalize your living space with our expert interior and exterior renovation expertise.", tag: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/smart-indian-carpenter-contractor-with-goggle-headphone-check-white-ceiling-cornice-interior-decoration-house-concept_609648-1331.jpg" }, + { id: "f2", title: "New Build Construction", description: "We manage the entire project from ground-up for custom residential homes.", tag: "New Build", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg" }, + { id: "f3", title: "Commercial Development", description: "Quality commercial building services built to stand the test of time and business demands.", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/attractive-male-contractor-working-with-wood-sanding-wooden-panel-carpenter-using-electrical-sander_662251-454.jpg" }, ]} title="Comprehensive Services" description="We offer a full suite of construction and renovation solutions tailored to your specific requirements." /> -
- -
- -
- -
-
- -
- -
- +
@@ -213,13 +116,10 @@ export default function LandingPage() { logoText="Britannia Building Co." columns={[ { - title: "Links", items: [ - { - label: "About Us", href: "#about"}, - { - label: "Services", href: "#services"}, - { - label: "Contact", href: "#contact"}, + title: "Links", items: [ + { label: "About Us", href: "#about" }, + { label: "Services", href: "#services" }, + { label: "Contact", href: "#contact" }, ], }, ]} @@ -228,4 +128,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1