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() {