From feffc86effb65091d5008c050f8fd30dce2e4bc7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:08:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 139 ++++++++++++----------------------------------- 1 file changed, 35 insertions(+), 104 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4f0e82..ec7f5a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, Shield, CheckCircle, Award } from 'lucide-react'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; @@ -29,21 +30,13 @@ export default function LandingPage() { @@ -52,47 +45,26 @@ export default function LandingPage() {
@@ -103,33 +75,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Service One", - description: "High-quality professional service delivery.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg?_wi=7", - imageAlt: "professional headshot executive formal", - }, + title: "Service One", description: "High-quality professional service delivery.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", imageAlt: "professional headshot executive formal"}, { - title: "Service Two", - description: "Expert solutions for complex problems.", - buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-fortune-cookie-chinese-new-year_23-2148357367.jpg", - imageAlt: "modern service icon gold", - }, + title: "Service Two", description: "Expert solutions for complex problems.", buttonIcon: Shield, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-fortune-cookie-chinese-new-year_23-2148357367.jpg", imageAlt: "modern service icon gold"}, { - title: "Service Three", - description: "Reliable support when you need it most.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/3d-yellow-bell-with-exclamation-point_107791-16816.jpg", - imageAlt: "modern service icon gold", - }, + title: "Service Three", description: "Reliable support when you need it most.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/3d-yellow-bell-with-exclamation-point_107791-16816.jpg", imageAlt: "modern service icon gold"}, { - title: "Service Four", - description: "Results that speak for themselves.", - buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-military-protection-item_23-2149341299.jpg", - imageAlt: "modern service icon gold", - }, + title: "Service Four", description: "Results that speak for themselves.", buttonIcon: Award, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-military-protection-item_23-2149341299.jpg", imageAlt: "modern service icon gold"}, ]} title="Our Services" description="Comprehensive solutions tailored to your unique requirements." @@ -142,9 +98,7 @@ export default function LandingPage() { title="About Brad" buttons={[ { - text: "Learn More", - href: "#about", - }, + text: "Learn More", href: "#about"}, ]} /> @@ -157,25 +111,15 @@ export default function LandingPage() { author="Sarah J." avatars={[ { - src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", - alt: "Sarah J", - }, + src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", alt: "Sarah J"}, { - src: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153813.jpg", - alt: "Michael C", - }, + src: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153813.jpg", alt: "Michael C"}, { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", - alt: "Emily R", - }, + src: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", alt: "Emily R"}, { - src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", - alt: "David K", - }, + src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", alt: "David K"}, { - src: "http://img.b2bpic.net/free-photo/portrait-happy-woman_1150-3798.jpg", - alt: "Jane D", - }, + src: "http://img.b2bpic.net/free-photo/portrait-happy-woman_1150-3798.jpg", alt: "Jane D"}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -186,16 +130,13 @@ export default function LandingPage() { @@ -205,29 +146,19 @@ export default function LandingPage() { logoText="Brad Professional" columns={[ { - title: "Links", - items: [ + title: "Links", items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Reviews", - href: "#reviews", - }, + label: "Reviews", href: "#reviews"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Call: 0438 140 075", - href: "tel:0438140075", - }, + label: "Call: 0438 140 075", href: "tel:0438140075"}, ], }, ]}