diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6931711..ad790de 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,93 +44,52 @@ export default function LandingPage() {
@@ -148,14 +99,9 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "Crafting digital legacies with precision.",
- },
+ type: "text", content: "Crafting digital legacies with precision."},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg",
- alt: "Strategy insight",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg", alt: "Strategy insight"},
]}
/>
@@ -167,21 +113,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
- "High bounce rate",
- "Poor keyword ranking",
- "Inefficient ad spend",
- "Low conversion rate",
- "Fragmented analytics",
- ],
+ "High bounce rate", "Poor keyword ranking", "Inefficient ad spend", "Low conversion rate", "Fragmented analytics"],
}}
positiveCard={{
items: [
- "Scalable ROI",
- "Dominant SEO positioning",
- "Data-backed conversion optimization",
- "Automated funnel growth",
- "Predictive market scaling",
- ],
+ "Scalable ROI", "Dominant SEO positioning", "Data-backed conversion optimization", "Automated funnel growth", "Predictive market scaling"],
}}
title="Strategy vs Stagnation"
description="Our approach focuses on identifying friction points and turning them into profit generators."
@@ -196,45 +132,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Liam Scott",
- role: "Founder",
- company: "E-Commerce Giants",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=2",
- },
+ id: "1", name: "Liam Scott", role: "Founder", company: "E-Commerce Giants", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=2"},
{
- id: "2",
- name: "Mia Wong",
- role: "Marketing Lead",
- company: "Vogue Style",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg?_wi=2",
- },
+ id: "2", name: "Mia Wong", role: "Marketing Lead", company: "Vogue Style", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg?_wi=2"},
{
- id: "3",
- name: "Noah Davis",
- role: "CEO",
- company: "TrendSetters",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
- },
+ id: "3", name: "Noah Davis", role: "CEO", company: "TrendSetters", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"},
{
- id: "4",
- name: "Sophia Lee",
- role: "CMO",
- company: "Digital Reach",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg?_wi=2",
- },
+ id: "4", name: "Sophia Lee", role: "CMO", company: "Digital Reach", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg?_wi=2"},
{
- id: "5",
- name: "Lucas Kim",
- role: "Growth Head",
- company: "ScaleUp Inc",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-developing-photos_23-2149893918.jpg?_wi=2",
- },
+ id: "5", name: "Lucas Kim", role: "Growth Head", company: "ScaleUp Inc", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-developing-photos_23-2149893918.jpg?_wi=2"},
]}
title="Success Stories"
description="Hear from the brands we've helped scale to new heights."
@@ -248,22 +159,14 @@ export default function LandingPage() {
description="Let's discuss how we can elevate your brand's digital presence."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your project",
- rows: 4,
+ name: "message", placeholder: "Tell us about your project", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-lights_181624-26042.jpg"
/>
@@ -274,29 +177,19 @@ export default function LandingPage() {
logoText="DigitalGrowth"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "SEO Strategy",
- href: "#",
- },
+ label: "SEO Strategy", href: "#"},
{
- label: "E-commerce Optimization",
- href: "#",
- },
+ label: "E-commerce Optimization", href: "#"},
],
},
]}