Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 03:08:21 +00:00

View File

@@ -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() {
<NavbarStyleApple
navItems={[
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Brad Professional"
/>
@@ -52,47 +45,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Professional Expert Services"
description="10+ years of dedicated service. Delivering high-impact results with a 24-hour response time guarantee. Rated 5.0 by our clients."
buttons={[
{
text: "Call Now: 0438 140 075",
href: "tel:0438140075",
},
text: "Call Now: 0438 140 075", href: "tel:0438140075"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg?_wi=1",
imageAlt: "Professional Service",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", imageAlt: "Professional Service"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg?_wi=2",
imageAlt: "Results Driven",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", imageAlt: "Results Driven"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg?_wi=3",
imageAlt: "Expertise",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", imageAlt: "Expertise"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg?_wi=4",
imageAlt: "Fast Response",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", imageAlt: "Fast Response"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg?_wi=5",
imageAlt: "Dedicated Service",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", imageAlt: "Dedicated Service"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg?_wi=6",
imageAlt: "Client Focused",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", imageAlt: "Client Focused"},
]}
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -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() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Ready to get started?"
title="Contact Brad Today"
description="Have questions or ready to book? Give us a call now at 0438 140 075 for immediate assistance."
buttons={[
{
text: "Call 0438 140 075",
href: "tel:0438140075",
},
text: "Call 0438 140 075", href: "tel:0438140075"},
]}
/>
</div>
@@ -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"},
],
},
]}