From 78468fb56871dfe25c73537ff3a59dddfc03e2be Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 20:22:26 +0000 Subject: [PATCH 1/6] Update src/app/case-studies/page.tsx --- src/app/case-studies/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/case-studies/page.tsx b/src/app/case-studies/page.tsx index 7a00cf6..e238f07 100644 --- a/src/app/case-studies/page.tsx +++ b/src/app/case-studies/page.tsx @@ -75,13 +75,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: 1, title: "Data-Driven Decisions", description: "Leveraging analytics to optimize campaigns and ensure maximum ROI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-sleek-modern-digital-marketing-dashboa-1774469379436-cb6598f6.png", imageAlt: "Data analytics dashboard" + id: 1, title: "Data-Driven Decisions", description: "Leveraging analytics to optimize campaigns and ensure maximum ROI.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-sleek-modern-digital-marketing-dashboa-1774469379436-cb6598f6.png?_wi=1", imageAlt: "Data analytics dashboard" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-sleek-modern-digital-marketing-dashboa-1774469379436-cb6598f6.png?_wi=2", imageAlt: "Data analytics dashboard" } }, { - id: 2, title: "Innovative Strategies", description: "Crafting bespoke marketing plans that stand out and deliver.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-google-logo-in-elec-1774469377730-fd9ec38a.png", imageAlt: "Abstract strategy illustration" + id: 2, title: "Innovative Strategies", description: "Crafting bespoke marketing plans that stand out and deliver.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-google-logo-in-elec-1774469377730-fd9ec38a.png?_wi=1", imageAlt: "Abstract strategy illustration" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-google-logo-in-elec-1774469377730-fd9ec38a.png?_wi=2", imageAlt: "Abstract strategy illustration" } }, { - id: 3, title: "Transparent Reporting", description: "Providing clear, actionable insights into campaign performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-meta-logo-facebook--1774469378393-650b9ae4.png", imageAlt: "Report graph" + id: 3, title: "Transparent Reporting", description: "Providing clear, actionable insights into campaign performance.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-meta-logo-facebook--1774469378393-650b9ae4.png?_wi=1", imageAlt: "Report graph" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-meta-logo-facebook--1774469378393-650b9ae4.png?_wi=2", imageAlt: "Report graph" } } ]} title="Our Approach to Success" From 24adb664fdfadcb26b9b77680af97c88066f174b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 20:22:26 +0000 Subject: [PATCH 2/6] Update src/app/page.tsx --- src/app/page.tsx | 61 +++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91917cb..f40b2ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { Award, DollarSign, Users } from "lucide-react"; export default function LandingPage() { @@ -34,13 +34,13 @@ export default function LandingPage() { { name: "Home", id: "/"}, { - name: "About", id: "#metrics"}, + name: "About", id: "/about"}, { - name: "Services", id: "#services"}, + name: "Services", id: "/services"}, { - name: "Case Studies", id: "#case-studies"}, + name: "Case Studies", id: "/case-studies"}, { - name: "Contact", id: "#contact-cta"}, + name: "Contact", id: "/contact"}, ]} brandName="VJ Digital Adage" /> @@ -165,24 +165,20 @@ export default function LandingPage() {
-
-
@@ -210,25 +207,25 @@ export default function LandingPage() { { title: "Company", items: [ { - label: "About Us", href: "#metrics"}, + label: "About Us", href: "/about"}, { - label: "Case Studies", href: "#case-studies"}, + label: "Case Studies", href: "/case-studies"}, { - label: "Contact", href: "#contact-cta"}, + label: "Contact", href: "/contact"}, ], }, { title: "Services", items: [ { - label: "Performance Marketing", href: "#services"}, + label: "Performance Marketing", href: "/services#performance"}, { - label: "Social Media Marketing", href: "#services"}, + label: "Social Media Marketing", href: "/services#social-media"}, { - label: "SEO", href: "#services"}, + label: "SEO", href: "/services#seo"}, { - label: "Website Development", href: "#services"}, + label: "Website Development", href: "/services#web-dev"}, { - label: "Branding", href: "#services"}, + label: "Branding", href: "/services#branding"}, ], }, { From f0f9d9291ae45c84fc6b1d355e3bc85748948a82 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 20:22:27 +0000 Subject: [PATCH 3/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 165 ++++++++++---------------------------- 1 file changed, 41 insertions(+), 124 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 26e6237..cdb1758 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwent import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { FileText, Key, Laptop, LineChart, MessageCircle } from "lucide-react"; +import { CalendarDays, FileText, Key, Laptop, LineChart, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -29,30 +29,15 @@ export default function LandingPage() { @@ -66,29 +51,17 @@ export default function LandingPage() { features={[ { id: 1, - title: "Targeted Lead Generation", - description: "Attract high-quality leads with precision targeting and optimized campaigns across various platforms.", - phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-smartphone-mockup-displaying-a-perform-1774469378697-699b58b6.png?_wi=2", - imageAlt: "Smartphone showing performance marketing ad campaign interface", - }, + title: "Targeted Lead Generation", description: "Attract high-quality leads with precision targeting and optimized campaigns across various platforms.", phoneOne: { + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-smartphone-mockup-displaying-a-perform-1774469378697-699b58b6.png?_wi=2", imageAlt: "Smartphone showing performance marketing ad campaign interface"}, phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-second-smartphone-mockup-showcasing-de-1774469378939-f16c0602.png?_wi=2", - imageAlt: "Smartphone displaying detailed analytics for a performance marketing campaign", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-second-smartphone-mockup-showcasing-de-1774469378939-f16c0602.png?_wi=2", imageAlt: "Smartphone displaying detailed analytics for a performance marketing campaign"}, }, { id: 2, - title: "Conversion Rate Optimization", - description: "Boost your conversion rates through continuous A/B testing, landing page optimization, and user experience enhancements.", - phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-smartphone-mockup-showing-a-modern-web-1774469378418-ff861449.png?_wi=2", - imageAlt: "Smartphone showing website wireframe with focus on conversion elements", - }, + title: "Conversion Rate Optimization", description: "Boost your conversion rates through continuous A/B testing, landing page optimization, and user experience enhancements.", phoneOne: { + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-smartphone-mockup-showing-a-modern-web-1774469378418-ff861449.png?_wi=2", imageAlt: "Smartphone showing website wireframe with focus on conversion elements"}, phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-second-smartphone-mockup-displaying-a--1774469379075-6045c14e.png?_wi=2", - imageAlt: "Smartphone displaying a live preview of a high-converting website", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-second-smartphone-mockup-displaying-a--1774469379075-6045c14e.png?_wi=2", imageAlt: "Smartphone displaying a live preview of a high-converting website"}, }, ]} showStepNumbers={true} @@ -105,50 +78,34 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", - title: "Social Media Domination", - description: "Build a strong brand presence and engage with your audience effectively across all major social platforms.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-smartphone-mockup-featuring-a-social-m-1774469378723-2611c5fd.png?_wi=2", - imageAlt: "Smartphone showing social media content calendar", - }, + id: "1", title: "Social Media Domination", description: "Build a strong brand presence and engage with your audience effectively across all major social platforms.", media: { + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-smartphone-mockup-featuring-a-social-m-1774469378723-2611c5fd.png?_wi=2", imageAlt: "Smartphone showing social media content calendar"}, items: [ { icon: MessageCircle, - text: "Content Strategy & Creation", - }, + text: "Content Strategy & Creation"}, { icon: CalendarDays, - text: "Audience Engagement", - }, + text: "Audience Engagement"}, { icon: LineChart, - text: "Paid Social Campaigns", - }, + text: "Paid Social Campaigns"}, ], reverse: false, }, { - id: "2", - title: "Search Engine Optimization (SEO)", - description: "Achieve higher rankings and drive organic traffic with our comprehensive SEO strategies, including technical and content optimization.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-smartphone-mockup-showing-an-seo-keywo-1774469378756-a06aa704.png?_wi=2", - imageAlt: "Smartphone showing SEO keyword research tool", - }, + id: "2", title: "Search Engine Optimization (SEO)", description: "Achieve higher rankings and drive organic traffic with our comprehensive SEO strategies, including technical and content optimization.", media: { + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-smartphone-mockup-showing-an-seo-keywo-1774469378756-a06aa704.png?_wi=2", imageAlt: "Smartphone showing SEO keyword research tool"}, items: [ { icon: Key, - text: "Keyword Research", - }, + text: "Keyword Research"}, { icon: FileText, - text: "Content Optimization", - }, + text: "Content Optimization"}, { icon: Laptop, - text: "Technical SEO Audits", - }, + text: "Technical SEO Audits"}, ], reverse: true, }, @@ -167,26 +124,15 @@ export default function LandingPage() { tag="Foundational Services" buttons={[ { - text: "Explore Solutions", - href: "/services", - }, + text: "Explore Solutions", href: "/services"}, ]} accordionItems={[ { - id: "1", - title: "Custom Website Development", - content: "From sleek landing pages to complex e-commerce platforms, we build responsive, fast, and user-friendly websites tailored to your business goals. We focus on modern design principles and robust functionality to ensure your online presence is impactful and effective.", - }, + id: "1", title: "Custom Website Development", content: "From sleek landing pages to complex e-commerce platforms, we build responsive, fast, and user-friendly websites tailored to your business goals. We focus on modern design principles and robust functionality to ensure your online presence is impactful and effective."}, { - id: "2", - title: "Comprehensive Branding Solutions", - content: "Develop a memorable brand identity that resonates with your target audience. Our services include logo design, brand guidelines, messaging, and visual assets to ensure a cohesive and strong brand image across all channels.", - }, + id: "2", title: "Comprehensive Branding Solutions", content: "Develop a memorable brand identity that resonates with your target audience. Our services include logo design, brand guidelines, messaging, and visual assets to ensure a cohesive and strong brand image across all channels."}, { - id: "3", - title: "E-commerce Optimization", - content: "Maximize your online sales with our specialized e-commerce solutions. We optimize product listings, streamline checkout processes, and integrate powerful tools to enhance the shopping experience and drive conversions.", - }, + id: "3", title: "E-commerce Optimization", content: "Maximize your online sales with our specialized e-commerce solutions. We optimize product listings, streamline checkout processes, and integrate powerful tools to enhance the shopping experience and drive conversions."}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-smartphone-mockup-showing-a-brand-iden-1774469380620-5394ecfe.png?_wi=2" imageAlt="Smartphone mockup showing a brand identity design interface with glowing neon accents." @@ -200,14 +146,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} logos={[ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-google-logo-in-elec-1774469377730-fd9ec38a.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-meta-logo-facebook--1774469378393-650b9ae4.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-shopify-logo-in-ele-1774469377685-a78e50e4.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-hubspot-logo-in-ele-1774469377595-aae3c456.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-mailchimp-logo-in-e-1774469378332-2acc1bd5.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-stripe-logo-in-elec-1774469377548-d946c42d.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-semrush-logo-in-ele-1774469377608-5f64386c.png", - ]} + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-google-logo-in-elec-1774469377730-fd9ec38a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-meta-logo-facebook--1774469378393-650b9ae4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-shopify-logo-in-ele-1774469377685-a78e50e4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-hubspot-logo-in-ele-1774469377595-aae3c456.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-mailchimp-logo-in-e-1774469378332-2acc1bd5.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-stripe-logo-in-elec-1774469377548-d946c42d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/a-minimalist-glowing-semrush-logo-in-ele-1774469377608-5f64386c.png"]} + names={[]} title="Trusted by Industry Leaders" description="Our expertise has helped businesses of all sizes achieve their digital marketing objectives." tag="Our Partners" @@ -220,58 +160,35 @@ export default function LandingPage() { Date: Wed, 25 Mar 2026 20:24:29 +0000 Subject: [PATCH 4/6] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f40b2ae..0f8b7a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() {
Date: Wed, 25 Mar 2026 20:26:34 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f8b7a0..a549467 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,7 +166,7 @@ export default function LandingPage() {
Date: Wed, 25 Mar 2026 20:28:42 +0000 Subject: [PATCH 6/6] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a549467..4b3024e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() {