From 56031056ebe4dd3ecf28723a564dca7d6fda7104 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:00:40 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 49 ++++++++++++++++++++---------------------------- 1 file changed, 20 insertions(+), 29 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dec5248..0e7d7a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Calendar } from 'lucide-react'; +import { Calendar, Target, TrendingUp, Zap, BarChart3, Users, Lightbulb, Award } from 'lucide-react'; export default function LandingPage() { return ( @@ -49,22 +49,22 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg?_wi=1", imageAlt: "Meta Ads Marketing" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZLVlHn5Dfelmki20HooxHIkC/uploaded-1772621983848-4dvlud45.png", imageAlt: "Meta Ads Marketing" }, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg?_wi=1", imageAlt: "Campaign Analytics" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZLVlHn5Dfelmki20HooxHIkC/uploaded-1772621983848-4dvlud45.png", imageAlt: "Campaign Analytics" }, { - imageSrc: "http://img.b2bpic.net/free-photo/goals-target-network-inspiration-aspiration-vision_53876-26257.jpg?_wi=1", imageAlt: "Audience Targeting" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZLVlHn5Dfelmki20HooxHIkC/uploaded-1772621983848-4dvlud45.png", imageAlt: "Audience Targeting" }, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-business-landing-page-template_52683-18356.jpg?_wi=1", imageAlt: "Lead Generation" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZLVlHn5Dfelmki20HooxHIkC/uploaded-1772621983848-4dvlud45.png", imageAlt: "Lead Generation" }, { - imageSrc: "http://img.b2bpic.net/free-vector/marketing-conversion-flat-background_23-2148000676.jpg?_wi=1", imageAlt: "Customer Conversion" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZLVlHn5Dfelmki20HooxHIkC/uploaded-1772621983848-4dvlud45.png", imageAlt: "Customer Conversion" } ]} - className="py-20" + className="pt-24 md:pt-32 pb-20" /> @@ -72,7 +72,7 @@ export default function LandingPage() { @@ -162,15 +153,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Meta Ads Campaign Setup", description: "From account structure to audience segmentation, I set up your campaigns for maximum performance and scalability.", imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg?_wi=3", imageAlt: "Campaign Setup" + title: "Meta Ads Campaign Setup", description: "From account structure to audience segmentation, I set up your campaigns for maximum performance and scalability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZLVlHn5Dfelmki20HooxHIkC/uploaded-1772621983848-4dvlud45.png", imageAlt: "Campaign Setup" }, { id: 2, - title: "Ad Creative & Copywriting", description: "Compelling ad visuals and persuasive copy designed to stop scrolls and drive clicks from your ideal local customers.", imageSrc: "http://img.b2bpic.net/free-vector/flat-business-landing-page-template_52683-18356.jpg?_wi=3", imageAlt: "Creative Design" + title: "Ad Creative & Copywriting", description: "Compelling ad visuals and persuasive copy designed to stop scrolls and drive clicks from your ideal local customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZLVlHn5Dfelmki20HooxHIkC/uploaded-1772621983848-4dvlud45.png", imageAlt: "Creative Design" }, { id: 3, - title: "Lead Generation Funnel Setup", description: "High-converting landing pages and lead capture forms optimized to turn clicks into qualified enquiries and customers.", imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg?_wi=3", imageAlt: "Funnel Setup" + title: "Lead Generation Funnel Setup", description: "High-converting landing pages and lead capture forms optimized to turn clicks into qualified enquiries and customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZLVlHn5Dfelmki20HooxHIkC/uploaded-1772621983848-4dvlud45.png", imageAlt: "Funnel Setup" } ]} textboxLayout="default" @@ -181,7 +172,7 @@ export default function LandingPage() {
Date: Wed, 4 Mar 2026 11:00:40 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 282565f..c7d073f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; + /* --background: #ffffff;; + --card: #f0f4f8;; + --foreground: #0c1e3e;; + --primary-cta: #0052cc;; --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; */ + --accent: #0052cc;; + --background-accent: #e0eef9;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; + --background: #ffffff;; + --card: #f0f4f8;; + --foreground: #0c1e3e;; + --primary-cta: #0052cc;; --primary-cta-text: #f5f5f5;; --secondary-cta: #ffffff;; --secondary-cta-text: #1c1c1c;; - --accent: #159c49;; - --background-accent: #a8e8ba;; + --accent: #0052cc;; + --background-accent: #e0eef9;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1