Merge version_2 into main #4
@@ -1,59 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Roboto } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Votex Solution | Full-Service Digital Marketing Agency", description: "Transform your business with comprehensive digital marketing services: SEO, social media, PPC, content & more. Proven results, expert team, free consultation.", keywords: "digital marketing, SEO, social media marketing, PPC, content marketing, lead generation, digital agency", metadataBase: new URL("https://votexsolution.com"),
|
||||
alternates: {
|
||||
canonical: "https://votexsolution.com"},
|
||||
openGraph: {
|
||||
title: "Votex Solution | Digital Marketing Agency", description: "Comprehensive digital marketing solutions that drive real ROI and sustainable growth for your business.", url: "https://votexsolution.com", siteName: "Votex Solution", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-digital-marketing-hero-banner-wit-1772742605698-74396bca.png", alt: "Votex Solution Digital Marketing"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Votex Solution | Digital Marketing Agency", description: "Comprehensive digital marketing solutions that drive real ROI and sustainable growth.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-digital-marketing-hero-banner-wit-1772742605698-74396bca.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Votex Solution - Digital Marketing Agency", description: "Transform your business with comprehensive digital marketing solutions. Expert team delivering data-driven strategies for SEO, social media, PPC, content marketing, and more."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={dmSans.variable}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1421,7 +1384,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
126
src/app/page.tsx
126
src/app/page.tsx
@@ -15,14 +15,14 @@ import { Sparkles, Target, Zap, Award, Quote, Star, BookOpen, Crown } from "luci
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="double-inset"
|
||||
contentWidth="medium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
@@ -54,20 +54,15 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-digital-marketing-hero-banner-wit-1772742605698-74396bca.png", imageAlt: "Modern digital marketing hero banner with abstract marketing graphics featuring upward growth charts"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-digital-marketing-hero-banner-wit-1772742605698-74396bca.png", imageAlt: "Modern digital marketing hero banner with abstract marketing graphics featuring upward growth charts"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/social-media-campaign-mockup-showing-ins-1772742607348-40aa8acf.png?_wi=1", imageAlt: "Social media campaign mockup showing Instagram posts and stories laid out in a grid. Modern aesthetic"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/social-media-campaign-mockup-showing-ins-1772742607348-40aa8acf.png?_wi=1", imageAlt: "Social media campaign mockup showing Instagram posts and stories laid out in a grid. Modern aesthetic"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/digital-advertising-campaign-mockup-show-1772742606128-3fc443f6.png?_wi=1", imageAlt: "Digital advertising campaign mockup showing Google Ads, display ads, and PPC campaigns across multiple platforms"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/digital-advertising-campaign-mockup-show-1772742606128-3fc443f6.png?_wi=1", imageAlt: "Digital advertising campaign mockup showing Google Ads, display ads, and PPC campaigns across multiple platforms"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-website-screenshot-mockup-f-1772742605575-6e33be1b.png?_wi=1", imageAlt: "Professional website screenshot mockup for a tech startup portfolio piece. Modern, clean design with navigation bar"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-website-screenshot-mockup-f-1772742605575-6e33be1b.png?_wi=1", imageAlt: "Professional website screenshot mockup for a tech startup portfolio piece. Modern, clean design with navigation bar"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/e-commerce-optimization-case-study-showi-1772742607438-e785fc47.png?_wi=1", imageAlt: "E-commerce optimization case study showing product pages, shopping cart, and checkout flow improvements"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/e-commerce-optimization-case-study-showi-1772742607438-e785fc47.png?_wi=1", imageAlt: "E-commerce optimization case study showing product pages, shopping cart, and checkout flow improvements"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
ariaLabel="Votex Solution Hero Section"
|
||||
@@ -107,41 +102,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "SEO Optimization", description:
|
||||
"Boost your online visibility with data-driven SEO strategies that increase organic traffic and improve search rankings.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-representing-seo-servic-1772742604897-692f524c.png", imageAlt: "Modern flat icon representing SEO service: magnifying glass combined with an upward trending graph"},
|
||||
title: "SEO Optimization", description: "Boost your online visibility with data-driven SEO strategies that increase organic traffic and improve search rankings.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-representing-seo-servic-1772742604897-692f524c.png", imageAlt: "Modern flat icon representing SEO service: magnifying glass combined with an upward trending graph"},
|
||||
{
|
||||
title: "Social Media Marketing", description:
|
||||
"Engage your audience across all platforms with compelling content, community management, and strategic paid campaigns.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-for-social-media-market-1772742605858-92357418.png", imageAlt: "Modern flat icon for social media marketing: abstract social media logos"},
|
||||
title: "Social Media Marketing", description: "Engage your audience across all platforms with compelling content, community management, and strategic paid campaigns.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-for-social-media-market-1772742605858-92357418.png", imageAlt: "Modern flat icon for social media marketing: abstract social media logos"},
|
||||
{
|
||||
title: "PPC & Google Ads", description:
|
||||
"Maximize ROI with targeted pay-per-click campaigns optimized for conversions and customer acquisition.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-representing-ppc-google-1772742605190-30600e82.png", imageAlt: "Modern flat icon representing PPC/Google Ads: cursor click icon"},
|
||||
title: "PPC & Google Ads", description: "Maximize ROI with targeted pay-per-click campaigns optimized for conversions and customer acquisition.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-representing-ppc-google-1772742605190-30600e82.png", imageAlt: "Modern flat icon representing PPC/Google Ads: cursor click icon"},
|
||||
{
|
||||
title: "Content Marketing", description:
|
||||
"Create valuable, engaging content that attracts, educates, and converts your ideal customers.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-for-content-marketing-d-1772742605165-fbceca00.png", imageAlt: "Modern flat icon for content marketing: document or page icon"},
|
||||
title: "Content Marketing", description: "Create valuable, engaging content that attracts, educates, and converts your ideal customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-for-content-marketing-d-1772742605165-fbceca00.png", imageAlt: "Modern flat icon for content marketing: document or page icon"},
|
||||
{
|
||||
title: "Email Marketing", description:
|
||||
"Build lasting relationships through personalized email campaigns that drive engagement and sales.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-for-email-marketing-env-1772742604973-791baac5.png", imageAlt: "Modern flat icon for email marketing: envelope icon with growth arrows"},
|
||||
title: "Email Marketing", description: "Build lasting relationships through personalized email campaigns that drive engagement and sales.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-for-email-marketing-env-1772742604973-791baac5.png", imageAlt: "Modern flat icon for email marketing: envelope icon with growth arrows"},
|
||||
{
|
||||
title: "Website Design", description:
|
||||
"Beautiful, responsive websites that convert visitors into customers with optimal user experience.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-for-website-design-brow-1772742604909-30c897bb.png", imageAlt: "Modern flat icon for website design: browser window"},
|
||||
title: "Website Design", description: "Beautiful, responsive websites that convert visitors into customers with optimal user experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-for-website-design-brow-1772742604909-30c897bb.png", imageAlt: "Modern flat icon for website design: browser window"},
|
||||
{
|
||||
title: "E-commerce Marketing", description:
|
||||
"Increase online sales with conversion-optimized strategies specific to e-commerce platforms.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-for-e-commerce-marketin-1772742605057-6917032a.png", imageAlt: "Modern flat icon for e-commerce marketing: shopping cart"},
|
||||
title: "E-commerce Marketing", description: "Increase online sales with conversion-optimized strategies specific to e-commerce platforms.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-for-e-commerce-marketin-1772742605057-6917032a.png", imageAlt: "Modern flat icon for e-commerce marketing: shopping cart"},
|
||||
{
|
||||
title: "Local SEO", description:
|
||||
"Dominate local search results and attract customers in your service area with location-based optimization.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-for-local-seo-map-pin-o-1772742604934-496e4475.png", imageAlt: "Modern flat icon for local SEO: map pin"},
|
||||
title: "Local SEO", description: "Dominate local search results and attract customers in your service area with location-based optimization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-for-local-seo-map-pin-o-1772742604934-496e4475.png", imageAlt: "Modern flat icon for local SEO: map pin"},
|
||||
{
|
||||
title: "Lead Generation", description:
|
||||
"Generate qualified leads that turn into high-value customers through targeted campaigns.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-for-lead-generation-mag-1772742605590-21783a44.png", imageAlt: "Modern flat icon for lead generation: magnet"},
|
||||
title: "Lead Generation", description: "Generate qualified leads that turn into high-value customers through targeted campaigns.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-flat-icon-for-lead-generation-mag-1772742605590-21783a44.png", imageAlt: "Modern flat icon for lead generation: magnet"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,29 +138,17 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "E-commerce Platform Optimization", description:
|
||||
"Increased online sales by 280% through conversion rate optimization and strategic paid advertising.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/e-commerce-optimization-case-study-showi-1772742607438-e785fc47.png?_wi=2", imageAlt: "E-commerce optimization case study"},
|
||||
title: "E-commerce Platform Optimization", description: "Increased online sales by 280% through conversion rate optimization and strategic paid advertising.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/e-commerce-optimization-case-study-showi-1772742607438-e785fc47.png?_wi=2", imageAlt: "E-commerce optimization case study"},
|
||||
{
|
||||
title: "B2B SaaS Lead Generation", description:
|
||||
"Generated 500+ qualified leads in 6 months using targeted content and multi-channel campaigns.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-website-screenshot-mockup-f-1772742605575-6e33be1b.png?_wi=2", imageAlt: "Professional website screenshot mockup"},
|
||||
title: "B2B SaaS Lead Generation", description: "Generated 500+ qualified leads in 6 months using targeted content and multi-channel campaigns.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-website-screenshot-mockup-f-1772742605575-6e33be1b.png?_wi=2", imageAlt: "Professional website screenshot mockup"},
|
||||
{
|
||||
title: "Social Media Brand Growth", description:
|
||||
"Grew social following from 10K to 150K with engaging content and community management strategy.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/social-media-campaign-mockup-showing-ins-1772742607348-40aa8acf.png?_wi=2", imageAlt: "Social media campaign mockup"},
|
||||
title: "Social Media Brand Growth", description: "Grew social following from 10K to 150K with engaging content and community management strategy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/social-media-campaign-mockup-showing-ins-1772742607348-40aa8acf.png?_wi=2", imageAlt: "Social media campaign mockup"},
|
||||
{
|
||||
title: "Paid Advertising Campaign", description:
|
||||
"Achieved 450% ROAS with optimized Google Ads and Facebook campaigns targeting high-intent users.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/digital-advertising-campaign-mockup-show-1772742606128-3fc443f6.png?_wi=2", imageAlt: "Digital advertising campaign mockup"},
|
||||
title: "Paid Advertising Campaign", description: "Achieved 450% ROAS with optimized Google Ads and Facebook campaigns targeting high-intent users.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/digital-advertising-campaign-mockup-show-1772742606128-3fc443f6.png?_wi=2", imageAlt: "Digital advertising campaign mockup"},
|
||||
{
|
||||
title: "Local Business SEO", description:
|
||||
"Ranked #1 for 20+ local keywords, increasing foot traffic by 350% year-over-year.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/content-marketing-strategy-visualization-1772742606931-4fa9456e.png", imageAlt: "Content marketing strategy visualization"},
|
||||
title: "Local Business SEO", description: "Ranked #1 for 20+ local keywords, increasing foot traffic by 350% year-over-year.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/content-marketing-strategy-visualization-1772742606931-4fa9456e.png", imageAlt: "Content marketing strategy visualization"},
|
||||
{
|
||||
title: "Content Marketing Strategy", description:
|
||||
"Built authority through 50+ pieces of optimized content, driving organic traffic up 400%.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/email-marketing-campaign-design-mockup-s-1772742606217-e1b2bd20.png", imageAlt: "Email marketing campaign design mockup"},
|
||||
title: "Content Marketing Strategy", description: "Built authority through 50+ pieces of optimized content, driving organic traffic up 400%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/email-marketing-campaign-design-mockup-s-1772742606217-e1b2bd20.png", imageAlt: "Email marketing campaign design mockup"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -201,29 +166,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "CEO, TechFlow Solutions", testimonial:
|
||||
"Votex Solution transformed our digital presence. Their strategic approach and attention to detail resulted in a 350% increase in qualified leads within the first 6 months.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605249-eb173fc5.png?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
id: "1", name: "Sarah Johnson", role: "CEO, TechFlow Solutions", testimonial: "Votex Solution transformed our digital presence. Their strategic approach and attention to detail resulted in a 350% increase in qualified leads within the first 6 months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605249-eb173fc5.png?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "E-commerce Director, RetailMax", testimonial:
|
||||
"Working with Votex has been a game-changer for our online business. Their PPC and conversion optimization expertise helped us achieve a 280% revenue increase.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605675-a7defdc7.png?_wi=1", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", role: "E-commerce Director, RetailMax", testimonial: "Working with Votex has been a game-changer for our online business. Their PPC and conversion optimization expertise helped us achieve a 280% revenue increase.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605675-a7defdc7.png?_wi=1", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Manager, DigitalFirst", testimonial:
|
||||
"The team at Votex Solution truly understands digital marketing. Their data-driven approach and proactive communication made all the difference in our campaign success.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605722-c595123e.png", imageAlt: "Emily Rodriguez"},
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Manager, DigitalFirst", testimonial: "The team at Votex Solution truly understands digital marketing. Their data-driven approach and proactive communication made all the difference in our campaign success.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605722-c595123e.png", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Founder, StartupXYZ", testimonial:
|
||||
"From SEO strategy to content creation, Votex delivered exceptional results. Their expertise helped us establish market leadership in just 12 months.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605821-822dd3a0.png", imageAlt: "David Kim"},
|
||||
id: "4", name: "David Kim", role: "Founder, StartupXYZ", testimonial: "From SEO strategy to content creation, Votex delivered exceptional results. Their expertise helped us establish market leadership in just 12 months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605821-822dd3a0.png", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5", name: "Lisa Anderson", role: "Marketing Head, Enterprise Corp", testimonial:
|
||||
"Outstanding service and measurable results. Votex Solution's strategic guidance elevated our entire digital marketing operation.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605249-eb173fc5.png?_wi=2", imageAlt: "Lisa Anderson"},
|
||||
id: "5", name: "Lisa Anderson", role: "Marketing Head, Enterprise Corp", testimonial: "Outstanding service and measurable results. Votex Solution's strategic guidance elevated our entire digital marketing operation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605249-eb173fc5.png?_wi=2", imageAlt: "Lisa Anderson"},
|
||||
{
|
||||
id: "6", name: "James Wilson", role: "Operations Manager, GrowthCo", testimonial:
|
||||
"Exceptional team with deep expertise. They delivered campaign results that exceeded all our expectations and continue to drive growth.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605675-a7defdc7.png?_wi=2", imageAlt: "James Wilson"},
|
||||
id: "6", name: "James Wilson", role: "Operations Manager, GrowthCo", testimonial: "Exceptional team with deep expertise. They delivered campaign results that exceeded all our expectations and continue to drive growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605675-a7defdc7.png?_wi=2", imageAlt: "James Wilson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -274,20 +227,11 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: "SEO", title: "The Ultimate Guide to SEO in 2025", excerpt:
|
||||
"Master modern SEO strategies that boost rankings and drive organic traffic with latest algorithm updates.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-blog-post-featured-image-for-the--1772742606145-d8512e90.png", imageAlt: "SEO Guide 2025", authorName: "Alex Chen", authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605675-a7defdc7.png", date: "Jan 15, 2025"},
|
||||
id: "1", category: "SEO", title: "The Ultimate Guide to SEO in 2025", excerpt: "Master modern SEO strategies that boost rankings and drive organic traffic with latest algorithm updates.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/modern-blog-post-featured-image-for-the--1772742606145-d8512e90.png", imageAlt: "SEO Guide 2025", authorName: "Alex Chen", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605675-a7defdc7.png", date: "Jan 15, 2025"},
|
||||
{
|
||||
id: "2", category: "Social Media", title: "Social Media Trends Every Marketer Should Know", excerpt:
|
||||
"Discover emerging platforms, content formats, and strategies to maximize your social media ROI.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/blog-post-featured-image-for-social-medi-1772742605913-1ca512e3.png", imageAlt: "Social Media Trends", authorName: "Maria Garcia", authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605249-eb173fc5.png", date: "Jan 12, 2025"},
|
||||
id: "2", category: "Social Media", title: "Social Media Trends Every Marketer Should Know", excerpt: "Discover emerging platforms, content formats, and strategies to maximize your social media ROI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/blog-post-featured-image-for-social-medi-1772742605913-1ca512e3.png", imageAlt: "Social Media Trends", authorName: "Maria Garcia", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605249-eb173fc5.png", date: "Jan 12, 2025"},
|
||||
{
|
||||
id: "3", category: "PPC", title: "PPC Strategies That Actually Convert", excerpt:
|
||||
"Learn proven tactics for optimizing Google Ads and Facebook campaigns to maximize conversions and minimize CPC.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/blog-post-featured-image-for-ppc-strateg-1772742606188-aed3b149.png", imageAlt: "PPC Conversion Strategies", authorName: "James Rodriguez", authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605821-822dd3a0.png", date: "Jan 08, 2025"},
|
||||
id: "3", category: "PPC", title: "PPC Strategies That Actually Convert", excerpt: "Learn proven tactics for optimizing Google Ads and Facebook campaigns to maximize conversions and minimize CPC.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/blog-post-featured-image-for-ppc-strateg-1772742606188-aed3b149.png", imageAlt: "PPC Conversion Strategies", authorName: "James Rodriguez", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcerqhOFjgFX0g2EwW9mvjJKo/professional-business-headshot-portrait--1772742605821-822dd3a0.png", date: "Jan 08, 2025"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #9d4edd;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
--accent: #7209b7;
|
||||
--background-accent: #5a189a;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user