From 857c2160956d05c4cc5b0752e2adafc5e5b83f7a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 10:01:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 156 +++++++++++------------------------------------ 1 file changed, 37 insertions(+), 119 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58fcfd0..85e443a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,15 +45,12 @@ export default function LandingPage() {
@@ -72,14 +61,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Full-Service Digital Innovation", - }, + type: "text", content: "Full-Service Digital Innovation"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/corporate-employee-working-overhours-marketing-project_482257-77551.jpg", - alt: "Tech Innovation", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/corporate-employee-working-overhours-marketing-project_482257-77551.jpg", alt: "Tech Innovation"}, ]} />
@@ -91,20 +75,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Web Development", - description: "High-performance applications tailored to your business needs.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-software-developer-does-visual-coding-creating-software_482257-127024.jpg", - }, + title: "Web Development", description: "High-performance applications tailored to your business needs.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-software-developer-does-visual-coding-creating-software_482257-127024.jpg"}, { - title: "Branding & Creative", - description: "Strategic identity design that commands attention and loyalty.", - imageSrc: "http://img.b2bpic.net/free-photo/drawing-clothes_1098-18038.jpg", - }, + title: "Branding & Creative", description: "Strategic identity design that commands attention and loyalty.", imageSrc: "http://img.b2bpic.net/free-photo/drawing-clothes_1098-18038.jpg"}, { - title: "Growth Marketing", - description: "High-conversion ad strategies and custom banner creation.", - imageSrc: "http://img.b2bpic.net/free-photo/business-person-hand-holding-financial-statistics-displayed-t_1150-772.jpg", - }, + title: "Growth Marketing", description: "High-conversion ad strategies and custom banner creation.", imageSrc: "http://img.b2bpic.net/free-photo/business-person-hand-holding-financial-statistics-displayed-t_1150-772.jpg"}, ]} title="Our Expertise" description="Comprehensive digital solutions built for speed, scale, and performance." @@ -118,26 +93,12 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - badge: "Startup", - price: "$2,500", - subtitle: "Essential presence", - features: [ - "Custom Landing", - "Brand Strategy", - "Core Analytics", - ], + id: "basic", badge: "Startup", price: "$2,500", subtitle: "Essential presence", features: [ + "Custom Landing", "Brand Strategy", "Core Analytics"], }, { - id: "pro", - badge: "Enterprise", - price: "$7,500", - subtitle: "Full digital suite", - features: [ - "Web App Development", - "Advanced Branding", - "Ad Growth Suite", - ], + id: "pro", badge: "Enterprise", price: "$7,500", subtitle: "Full digital suite", features: [ + "Web App Development", "Advanced Branding", "Ad Growth Suite"], }, ]} title="Scalable Plans" @@ -147,63 +108,33 @@ export default function LandingPage() {
@@ -234,29 +162,19 @@ export default function LandingPage() { logoText="H2T" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}