Merge version_2 into main #7
@@ -34,13 +34,13 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
name: "About", id: "#metrics"},
|
||||
{
|
||||
name: "Services", id: "/services"},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Case Studies", id: "/case-studies"},
|
||||
name: "Case Studies", id: "#case-studies"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
name: "Contact", id: "#contact-cta"},
|
||||
]}
|
||||
brandName="VJ Digital Adage"
|
||||
/>
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
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={[
|
||||
"Google", "Meta", "Shopify", "Hubspot", "Mailchimp", "Stripe", "Semrush"
|
||||
]}
|
||||
@@ -196,10 +196,11 @@ export default function LandingPage() {
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Ready to Grow?"
|
||||
title="Unlock Your Growth Potential"
|
||||
description="Enter your email for a free marketing audit and start generating more leads today."
|
||||
description="Book a free consultation or connect via WhatsApp at +91 XXXXXXXXXX to discuss your growth strategy. Enter your email for a free marketing audit."
|
||||
inputPlaceholder="Enter your business email"
|
||||
buttonText="Get Free Marketing Audit"
|
||||
termsText="By clicking Get Free Marketing Audit you're confirming that you agree with our Terms and Conditions."
|
||||
buttonText="Book Free Consultation"
|
||||
termsText="By clicking Book Free Consultation you're confirming that you agree with our Terms and Conditions."
|
||||
className="lg:flex-row flex-col"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -209,25 +210,25 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
label: "About Us", href: "#metrics"},
|
||||
{
|
||||
label: "Case Studies", href: "/case-studies"},
|
||||
label: "Case Studies", href: "#case-studies"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
label: "Contact", href: "#contact-cta"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Performance Marketing", href: "/services#performance"},
|
||||
label: "Performance Marketing", href: "#services"},
|
||||
{
|
||||
label: "Social Media Marketing", href: "/services#social-media"},
|
||||
label: "Social Media Marketing", href: "#services"},
|
||||
{
|
||||
label: "SEO", href: "/services#seo"},
|
||||
label: "SEO", href: "#services"},
|
||||
{
|
||||
label: "Website Development", href: "/services#web-dev"},
|
||||
label: "Website Development", href: "#services"},
|
||||
{
|
||||
label: "Branding", href: "/services#branding"},
|
||||
label: "Branding", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -245,4 +246,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -13,12 +13,12 @@
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta: #cee7ff;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #535353;
|
||||
--background-accent: #106EFB;
|
||||
--background-accent: #CEE7FF;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user