5 Commits

Author SHA1 Message Date
20a50fa86c Merge version_2 into main
Merge version_2 into main
2026-04-03 17:29:09 +00:00
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">
<NavbarStyleApple
navItems={[
{
name: "About", id: "#about"},
{
name: "Services", id: "#features"},
{
name: "Testimonials", id: "#testimonials"},
{
name: "Contact", id: "#contact"},
{ name: "About", id: "#about" },
{ name: "Services", id: "#features" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="BrightTruth"
/>
@@ -46,8 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars"}}
background={{ variant: "gradient-bars" }}
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."
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/water-wave-texture-background-white-design_53876-146645.jpg?_wi=2", imageAlt: "Digital growth concept" }
]}
buttons={[
{ text: "Get Started", href: "#contact" }
]}
buttons={[{ text: "Get Started", href: "#contact" }]}
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-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"
ctaDescription="Have a project in mind? We'd love to chat and see how BrightTruth can help."
ctaButton={{
text: "Send a Message", href: "mailto:hello@brighttruth.com"}}
ctaButton={{ text: "Send a Message", href: "mailto:hello@brighttruth.com" }}
ctaIcon={Mail}
/>
</div>
@@ -191,18 +183,8 @@ export default function LandingPage() {
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/top-skyscraper-surrounded-with-clouds_181624-156.jpg"
columns={[
{
title: "BrightTruth", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#features" }
]
},
{
title: "Connect", items: [
{ label: "Contact", href: "#contact" },
{ label: "LinkedIn", href: "#" }
]
}
{ title: "BrightTruth", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
{ title: "Connect", items: [{ label: "Contact", href: "#contact" }, { label: "LinkedIn", href: "#" }] }
]}
copyrightText="© 2025 | BrightTruth"
/>
@@ -210,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}