4 Commits

Author SHA1 Message Date
8f4df23b5e Update src/app/page.tsx 2026-04-03 17:29:06 +00:00
bf199d4abb Merge version_1 into main
Merge version_1 into main
2026-04-03 17:27:16 +00:00
a3b7565f9d Merge version_1 into main
Merge version_1 into main
2026-04-03 17:26:52 +00:00
c5050355bf Merge version_1 into main
Merge version_1 into main
2026-04-03 17:26:18 +00:00

View File

@@ -31,14 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ { name: "About", id: "#about" },
name: "About", id: "#about"}, { name: "Services", id: "#features" },
{ { name: "Testimonials", id: "#testimonials" },
name: "Services", id: "#features"}, { name: "Contact", id: "#contact" },
{
name: "Testimonials", id: "#testimonials"},
{
name: "Contact", id: "#contact"},
]} ]}
brandName="BrightTruth" brandName="BrightTruth"
/> />
@@ -46,8 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
background={{ background={{ variant: "gradient-bars" }}
variant: "gradient-bars"}}
title="Clear Digital Growth for Local Businesses" title="Clear Digital Growth for Local Businesses"
description="BrightTruth delivers high-performance websites built with 2 years of proven local market expertise. We turn your online presence into your strongest asset." description="BrightTruth delivers high-performance websites built with 2 years of proven local market expertise. We turn your online presence into your strongest asset."
leftCarouselItems={[ leftCarouselItems={[
@@ -66,9 +61,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/arrangement-disinfecting-products-desk_23-2148848548.jpg?_wi=2", imageAlt: "Web design dashboard" }, { imageSrc: "http://img.b2bpic.net/free-photo/arrangement-disinfecting-products-desk_23-2148848548.jpg?_wi=2", imageAlt: "Web design dashboard" },
{ imageSrc: "http://img.b2bpic.net/free-photo/water-wave-texture-background-white-design_53876-146645.jpg?_wi=2", imageAlt: "Digital growth concept" } { imageSrc: "http://img.b2bpic.net/free-photo/water-wave-texture-background-white-design_53876-146645.jpg?_wi=2", imageAlt: "Digital growth concept" }
]} ]}
buttons={[ buttons={[{ text: "Get Started", href: "#contact" }]}
{ text: "Get Started", href: "#contact" }
]}
avatars={[ avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "Sarah" }, { src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "Sarah" },
{ src: "http://img.b2bpic.net/free-photo/portrait-bearded-modern-male-with-tattoos-his-arms-posing-near-window-room-with-loft-interior_613910-3595.jpg", alt: "Mark" }, { src: "http://img.b2bpic.net/free-photo/portrait-bearded-modern-male-with-tattoos-his-arms-posing-near-window-room-with-loft-interior_613910-3595.jpg", alt: "Mark" },
@@ -181,8 +174,7 @@ export default function LandingPage() {
]} ]}
ctaTitle="Let's Build Something Great" ctaTitle="Let's Build Something Great"
ctaDescription="Have a project in mind? We'd love to chat and see how BrightTruth can help." ctaDescription="Have a project in mind? We'd love to chat and see how BrightTruth can help."
ctaButton={{ ctaButton={{ text: "Send a Message", href: "mailto:hello@brighttruth.com" }}
text: "Send a Message", href: "mailto:hello@brighttruth.com"}}
ctaIcon={Mail} ctaIcon={Mail}
/> />
</div> </div>
@@ -191,18 +183,8 @@ export default function LandingPage() {
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/top-skyscraper-surrounded-with-clouds_181624-156.jpg" imageSrc="http://img.b2bpic.net/free-photo/top-skyscraper-surrounded-with-clouds_181624-156.jpg"
columns={[ columns={[
{ { title: "BrightTruth", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
title: "BrightTruth", items: [ { title: "Connect", items: [{ label: "Contact", href: "#contact" }, { label: "LinkedIn", href: "#" }] }
{ label: "About", href: "#about" },
{ label: "Services", href: "#features" }
]
},
{
title: "Connect", items: [
{ label: "Contact", href: "#contact" },
{ label: "LinkedIn", href: "#" }
]
}
]} ]}
copyrightText="© 2025 | BrightTruth" copyrightText="© 2025 | BrightTruth"
/> />