Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ee4d81d79 | |||
| 37eca3e30c | |||
| 912f3a212a | |||
| f0f9d9291a | |||
| 24adb664fd | |||
| 78468fb568 | |||
| 6250cc3ba7 | |||
| bdcec1a392 | |||
| a2e48bdd4c | |||
| 4ef620a402 | |||
| 8711febc1c | |||
| ee33ef0cee | |||
| d4bd1446a2 | |||
| 33bed9c334 |
@@ -75,13 +75,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
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"
|
title="Our Approach to Success"
|
||||||
|
|||||||
@@ -3,14 +3,14 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
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 FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
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";
|
import { Award, DollarSign, Users } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -165,24 +165,19 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardOne
|
<TestimonialCardFive
|
||||||
animationType="blur-reveal"
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Priya Sharma", role: "CEO", company: "GrowthX Solutions", rating: 5,
|
id: "1", name: "Priya Sharma", date: "May 15, 2024", title: "Skyrocketing our ROI", quote: "VJ Digital Adage transformed our marketing efforts, achieving a 5x ROI and significantly boosting our online presence. Their data-driven approach is truly exceptional!", tag: "CEO, GrowthX Solutions", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/professional-headshot-of-a-smiling-femal-1774469378068-6c17693a.png", avatarAlt: "Priya Sharma, CEO of GrowthX Solutions"},
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/professional-headshot-of-a-smiling-femal-1774469378068-6c17693a.png", imageAlt: "Priya Sharma, CEO of GrowthX Solutions"},
|
|
||||||
{
|
{
|
||||||
id: "2", name: "Rajesh Kumar", role: "Founder", company: "InnovateHub", rating: 5,
|
id: "2", name: "Rajesh Kumar", date: "April 22, 2024", title: "Unmatched Lead Generation", quote: "InnovateHub saw a massive increase in qualified leads thanks to VJ Digital Adage. Their strategies are innovative and delivered results far beyond our expectations.", tag: "Founder, InnovateHub", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/professional-headshot-of-a-confident-mal-1774469378313-9d9476f0.png", avatarAlt: "Rajesh Kumar, Founder of InnovateHub"},
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/professional-headshot-of-a-confident-mal-1774469378313-9d9476f0.png", imageAlt: "Rajesh Kumar, Founder of InnovateHub"},
|
|
||||||
{
|
{
|
||||||
id: "3", name: "Sneha Patel", role: "Marketing Director", company: "BrandForge", rating: 5,
|
id: "3", name: "Sneha Patel", date: "March 10, 2024", title: "Exceptional Brand Growth", quote: "Our brand recognition and engagement have never been higher. VJ Digital Adage crafted a compelling brand strategy that truly resonated with our target audience.", tag: "Marketing Director, BrandForge", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/professional-headshot-of-a-discerning-fe-1774469378201-3a9cedd6.png", avatarAlt: "Sneha Patel, Marketing Director of BrandForge"},
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/professional-headshot-of-a-discerning-fe-1774469378201-3a9cedd6.png", imageAlt: "Sneha Patel, Marketing Director of BrandForge"},
|
|
||||||
{
|
{
|
||||||
id: "4", name: "Amit Singh", role: "Business Owner", company: "Local Pros", rating: 5,
|
id: "4", name: "Amit Singh", date: "February 18, 2024", title: "Local Domination Achieved", quote: "Thanks to VJ Digital Adage, our local business now dominates search results and attracts more customers than ever before. Highly recommend their SEO expertise!", tag: "Business Owner, Local Pros", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/professional-headshot-of-a-successful-ma-1774469378528-aafc79f4.png", avatarAlt: "Amit Singh, Business Owner of Local Pros"},
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BS4YGWLrlA55PnpRRcRYQbD68Y/professional-headshot-of-a-successful-ma-1774469378528-aafc79f4.png", imageAlt: "Amit Singh, Business Owner of Local Pros"},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
description="Hear from satisfied business owners who've scaled with VJ Digital Adage."
|
description="Hear from satisfied business owners who've scaled with VJ Digital Adage."
|
||||||
@@ -190,16 +185,18 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact-cta" data-section="contact-cta">
|
<div id="contact-cta" data-section="contact-cta">
|
||||||
<ContactCenter
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient"}}
|
variant: "sparkles-gradient"}}
|
||||||
tag="Ready to Grow?"
|
text="Ready to Grow? Unlock Your Growth Potential. Get in touch with our experts to discuss your business needs and marketing goals."
|
||||||
title="Unlock Your Growth Potential"
|
buttons={[
|
||||||
description="Enter your email for a free marketing audit and start generating more leads today."
|
{
|
||||||
inputPlaceholder="Enter your business email"
|
text: "🚀 Book Free Consultation", href: "/contact"},
|
||||||
buttonText="Get Free Marketing Audit"
|
{
|
||||||
termsText="By clicking Get Free Marketing Audit you're confirming that you agree with our Terms and Conditions."
|
text: "💬 WhatsApp Us", href: "https://wa.me/+919876543210"},
|
||||||
|
]}
|
||||||
|
animationType="entrance-slide"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -245,4 +242,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -8,7 +8,7 @@ import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwent
|
|||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -29,30 +29,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "home",
|
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "/about"},
|
||||||
id: "about",
|
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "services",
|
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Case Studies",
|
name: "Case Studies", id: "/case-studies"},
|
||||||
id: "case-studies",
|
|
||||||
href: "/case-studies",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "contact",
|
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="VJ Digital Adage"
|
brandName="VJ Digital Adage"
|
||||||
/>
|
/>
|
||||||
@@ -66,29 +51,17 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Targeted Lead Generation",
|
title: "Targeted Lead Generation", description: "Attract high-quality leads with precision targeting and optimized campaigns across various platforms.", phoneOne: {
|
||||||
description: "Attract high-quality leads with precision targeting and optimized campaigns across various platforms.",
|
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"},
|
||||||
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: {
|
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",
|
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"},
|
||||||
imageAlt: "Smartphone displaying detailed analytics for a performance marketing campaign",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Conversion Rate Optimization",
|
title: "Conversion Rate Optimization", description: "Boost your conversion rates through continuous A/B testing, landing page optimization, and user experience enhancements.", phoneOne: {
|
||||||
description: "Boost your conversion rates through continuous A/B testing, landing page optimization, and user experience enhancements.",
|
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"},
|
||||||
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: {
|
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",
|
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"},
|
||||||
imageAlt: "Smartphone displaying a live preview of a high-converting website",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
showStepNumbers={true}
|
showStepNumbers={true}
|
||||||
@@ -105,50 +78,34 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Social Media Domination", description: "Build a strong brand presence and engage with your audience effectively across all major social platforms.", media: {
|
||||||
title: "Social Media Domination",
|
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"},
|
||||||
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: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: MessageCircle,
|
icon: MessageCircle,
|
||||||
text: "Content Strategy & Creation",
|
text: "Content Strategy & Creation"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: CalendarDays,
|
icon: CalendarDays,
|
||||||
text: "Audience Engagement",
|
text: "Audience Engagement"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: LineChart,
|
icon: LineChart,
|
||||||
text: "Paid Social Campaigns",
|
text: "Paid Social Campaigns"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
reverse: false,
|
reverse: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
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: {
|
||||||
title: "Search Engine Optimization (SEO)",
|
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"},
|
||||||
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: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Key,
|
icon: Key,
|
||||||
text: "Keyword Research",
|
text: "Keyword Research"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: FileText,
|
icon: FileText,
|
||||||
text: "Content Optimization",
|
text: "Content Optimization"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Laptop,
|
icon: Laptop,
|
||||||
text: "Technical SEO Audits",
|
text: "Technical SEO Audits"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
reverse: true,
|
reverse: true,
|
||||||
},
|
},
|
||||||
@@ -167,26 +124,15 @@ export default function LandingPage() {
|
|||||||
tag="Foundational Services"
|
tag="Foundational Services"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Solutions",
|
text: "Explore Solutions", href: "/services"},
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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"
|
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."
|
imageAlt="Smartphone mockup showing a brand identity design interface with glowing neon accents."
|
||||||
@@ -200,14 +146,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
logos={[
|
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-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-meta-logo-facebook--1774469378393-650b9ae4.png",
|
names={[]}
|
||||||
"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",
|
|
||||||
]}
|
|
||||||
title="Trusted by Industry Leaders"
|
title="Trusted by Industry Leaders"
|
||||||
description="Our expertise has helped businesses of all sizes achieve their digital marketing objectives."
|
description="Our expertise has helped businesses of all sizes achieve their digital marketing objectives."
|
||||||
tag="Our Partners"
|
tag="Our Partners"
|
||||||
@@ -220,58 +160,35 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Performance Marketing",
|
label: "Performance Marketing", href: "/services#performance-marketing"},
|
||||||
href: "/services#performance-marketing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Social Media Marketing",
|
label: "Social Media Marketing", href: "/services#social-media-marketing"},
|
||||||
href: "/services#social-media-marketing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "SEO & Content",
|
label: "SEO & Content", href: "/services#seo-content"},
|
||||||
href: "/services#seo-content",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Website Development",
|
label: "Website Development", href: "/services#website-development"},
|
||||||
href: "/services#website-development",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Branding & Strategy",
|
label: "Branding & Strategy", href: "/services#branding-strategy"},
|
||||||
href: "/services#branding-strategy",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Case Studies",
|
label: "Case Studies", href: "/case-studies"},
|
||||||
href: "/case-studies",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "/blog"},
|
||||||
href: "/blog",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "/contact#faqs"},
|
||||||
href: "/contact#faqs",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -13,12 +13,12 @@
|
|||||||
--background: #000000;
|
--background: #000000;
|
||||||
--card: #0c0c0c;
|
--card: #0c0c0c;
|
||||||
--foreground: #ffffff;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #106EFB;
|
--primary-cta: #cee7ff;
|
||||||
--primary-cta-text: #000000;
|
--primary-cta-text: #000000;
|
||||||
--secondary-cta: #000000;
|
--secondary-cta: #000000;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #535353;
|
--accent: #535353;
|
||||||
--background-accent: #106EFB;
|
--background-accent: #CEE7FF;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user