From afc109267c864bf45c94349d5233ab4e07806a90 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:26:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 318 +++++++++-------------------------------------- 1 file changed, 61 insertions(+), 257 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 719a625..19f5b85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,112 +47,42 @@ export default function LandingPage() {
@@ -172,18 +94,9 @@ export default function LandingPage() { title="Honest Web Development" description="BrightTruth was built on the foundation of transparency. With 2 years of intense development experience, we focus on what actually moves the needle for your business—fast load times, mobile friendliness, and clear calls to action." bulletPoints={[ - { - title: "2 Years of Focused Work", - description: "Rapidly refined technical skills tailored to local business needs.", - }, - { - title: "Transparent Process", - description: "No hidden jargon. You see exactly what we're building and why.", - }, - { - title: "Growth-First Mindset", - description: "Every element of your site is designed to convert visitors into clients.", - }, + { title: "2 Years of Focused Work", description: "Rapidly refined technical skills tailored to local business needs." }, + { title: "Transparent Process", description: "No hidden jargon. You see exactly what we're building and why." }, + { title: "Growth-First Mindset", description: "Every element of your site is designed to convert visitors into clients." } ]} imageSrc="http://img.b2bpic.net/free-photo/business-man-working-late_23-2148991290.jpg" mediaAnimation="slide-up" @@ -197,24 +110,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} features={[ - { - id: "1", - title: "Lightning Speed", - description: "Optimized code for instant loading times.", - imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working-laptop_23-2148886881.jpg", - }, - { - id: "2", - title: "Mobile First", - description: "Seamless experience on every phone and device.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app_23-2149880604.jpg", - }, - { - id: "3", - title: "Ironclad Security", - description: "Built-in protection to keep your business safe.", - imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105508.jpg", - }, + { id: "1", title: "Lightning Speed", description: "Optimized code for instant loading times.", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working-laptop_23-2148886881.jpg" }, + { id: "2", title: "Mobile First", description: "Seamless experience on every phone and device.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app_23-2149880604.jpg" }, + { id: "3", title: "Ironclad Security", description: "Built-in protection to keep your business safe.", imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105508.jpg" } ]} title="Why BrightTruth?" description="We don't just build sites; we build digital storefronts that work 24/7." @@ -223,27 +121,13 @@ export default function LandingPage() {
@@ -374,31 +192,17 @@ export default function LandingPage() { 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: "BrightTruth", items: [ + { label: "About", href: "#about" }, + { label: "Services", href: "#features" } + ] }, { - title: "Connect", - items: [ - { - label: "Contact", - href: "#contact", - }, - { - label: "LinkedIn", - href: "#", - }, - ], - }, + title: "Connect", items: [ + { label: "Contact", href: "#contact" }, + { label: "LinkedIn", href: "#" } + ] + } ]} copyrightText="© 2025 | BrightTruth" /> -- 2.49.1