Merge version_1 into main #2
@@ -19,43 +19,25 @@ const navItems = [
|
||||
const socialLinks = [
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/ascenddigital",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/ascenddigital", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/ascenddigital",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/ascenddigital", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/ascenddigital",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/ascenddigital", ariaLabel: "Instagram"},
|
||||
];
|
||||
|
||||
const contactMethods = [
|
||||
{
|
||||
id: "1",
|
||||
title: "Email Us",
|
||||
tags: ["Response in 24 hours", "Support Team"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg?_wi=2",
|
||||
imageAlt: "Email contact method",
|
||||
},
|
||||
id: "1", title: "Email Us", tags: ["Response in 24 hours", "Support Team"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg", imageAlt: "Email contact method"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Schedule a Call",
|
||||
tags: ["Book a consultation", "30-minute session"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=2",
|
||||
imageAlt: "Schedule consultation",
|
||||
},
|
||||
id: "2", title: "Schedule a Call", tags: ["Book a consultation", "30-minute session"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", imageAlt: "Schedule consultation"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Visit Our Office",
|
||||
tags: ["Meet in person", "NYC based"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=2",
|
||||
imageAlt: "Visit our office",
|
||||
},
|
||||
id: "3", title: "Visit Our Office", tags: ["Meet in person", "NYC based"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "Visit our office"},
|
||||
];
|
||||
|
||||
export default function ContactPage() {
|
||||
@@ -66,7 +48,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -85,7 +67,7 @@ export default function ContactPage() {
|
||||
<ContactText
|
||||
text="Let's discuss how we can accelerate your business growth with AI-powered digital marketing strategies."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Get in Touch", href: "#" },
|
||||
@@ -111,28 +93,16 @@ export default function ContactPage() {
|
||||
<FeatureCardTwentyThree
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Email",
|
||||
tags: ["hello@ascenddigital.com", "Available 24/7"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg?_wi=3",
|
||||
imageAlt: "Email support",
|
||||
},
|
||||
id: "1", title: "Email", tags: ["hello@ascenddigital.com", "Available 24/7"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg", imageAlt: "Email support"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Phone",
|
||||
tags: ["+1 (555) 123-4567", "Mon-Fri, 9AM-6PM EST"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=3",
|
||||
imageAlt: "Phone support",
|
||||
},
|
||||
id: "2", title: "Phone", tags: ["+1 (555) 123-4567", "Mon-Fri, 9AM-6PM EST"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg", imageAlt: "Phone support"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Location",
|
||||
tags: ["New York, NY", "Suite 500, Tech Building"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-writing-notebook_1150-162.jpg?_wi=3",
|
||||
imageAlt: "Office location",
|
||||
},
|
||||
id: "3", title: "Location", tags: ["New York, NY", "Suite 500, Tech Building"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-writing-notebook_1150-162.jpg", imageAlt: "Office location"},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
animationType="slide-up"
|
||||
title="Contact Information"
|
||||
description="Reach out to our team directly through any of these channels. We typically respond within 24 hours."
|
||||
textboxLayout="default"
|
||||
|
||||
142
src/app/page.tsx
142
src/app/page.tsx
@@ -26,143 +26,62 @@ const footerNavItems = navItems.map((item) => ({
|
||||
|
||||
const heroMediaItems = [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=1",
|
||||
imageAlt: "Marketing analytics dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "Marketing analytics dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg?_wi=1",
|
||||
imageAlt: "Digital marketing team collaboration",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg", imageAlt: "Digital marketing team collaboration"},
|
||||
];
|
||||
|
||||
const featureItems = [
|
||||
{
|
||||
id: "1",
|
||||
title: "Meta & Facebook Advertising",
|
||||
tags: ["Social Ads", "Campaign Optimization"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg?_wi=1",
|
||||
imageAlt: "Meta advertising platform",
|
||||
},
|
||||
id: "1", title: "Meta & Facebook Advertising", tags: ["Social Ads", "Campaign Optimization"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg", imageAlt: "Meta advertising platform"},
|
||||
{
|
||||
id: "2",
|
||||
title: "YouTube Ad Campaigns",
|
||||
tags: ["Video Marketing", "Channel Growth"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/digital-social-marketing_24877-49325.jpg?_wi=1",
|
||||
imageAlt: "YouTube marketing strategy",
|
||||
},
|
||||
id: "2", title: "YouTube Ad Campaigns", tags: ["Video Marketing", "Channel Growth"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/digital-social-marketing_24877-49325.jpg", imageAlt: "YouTube marketing strategy"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Google Ads Management",
|
||||
tags: ["PPC", "Search Marketing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=1",
|
||||
imageAlt: "Google Ads platform",
|
||||
},
|
||||
id: "3", title: "Google Ads Management", tags: ["PPC", "Search Marketing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg", imageAlt: "Google Ads platform"},
|
||||
{
|
||||
id: "4",
|
||||
title: "AI Automation Integration",
|
||||
tags: ["Workflow Automation", "AI Technology"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg?_wi=1",
|
||||
imageAlt: "AI automation workflow",
|
||||
},
|
||||
id: "4", title: "AI Automation Integration", tags: ["Workflow Automation", "AI Technology"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg", imageAlt: "AI automation workflow"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Content Creation",
|
||||
tags: ["Copywriting", "Strategy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-writing-notebook_1150-162.jpg?_wi=1",
|
||||
imageAlt: "Content creation process",
|
||||
},
|
||||
id: "5", title: "Content Creation", tags: ["Copywriting", "Strategy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-writing-notebook_1150-162.jpg", imageAlt: "Content creation process"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Website Design & Build",
|
||||
tags: ["Web Development", "Design"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-responsive-website-design_23-2149496578.jpg",
|
||||
imageAlt: "Modern website development",
|
||||
},
|
||||
id: "6", title: "Website Design & Build", tags: ["Web Development", "Design"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-responsive-website-design_23-2149496578.jpg", imageAlt: "Modern website development"},
|
||||
];
|
||||
|
||||
const testimonialItems = [
|
||||
{
|
||||
id: "1",
|
||||
title: "Campaign Performance Tripled",
|
||||
quote: "Ascend Digital took our Meta advertising from stagnant to phenomenal. Within 3 months, we saw a 300% increase in qualified leads and our ROI doubled. Their AI automation integration saved us hours weekly.",
|
||||
name: "David Martinez",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "David Martinez CEO",
|
||||
},
|
||||
id: "1", title: "Campaign Performance Tripled", quote: "Ascend Digital took our Meta advertising from stagnant to phenomenal. Within 3 months, we saw a 300% increase in qualified leads and our ROI doubled. Their AI automation integration saved us hours weekly.", name: "David Martinez", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Martinez CEO"},
|
||||
{
|
||||
id: "2",
|
||||
title: "YouTube Strategy Transformed Sales",
|
||||
quote: "The team's YouTube campaign strategy elevated our brand visibility significantly. Their content creation and ad management expertise resulted in a 250% increase in conversions. Highly recommended.",
|
||||
name: "Sarah Chen",
|
||||
role: "Founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-railing_1098-2186.jpg?_wi=1",
|
||||
imageAlt: "Sarah Chen Founder",
|
||||
},
|
||||
id: "2", title: "YouTube Strategy Transformed Sales", quote: "The team's YouTube campaign strategy elevated our brand visibility significantly. Their content creation and ad management expertise resulted in a 250% increase in conversions. Highly recommended.", name: "Sarah Chen", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-railing_1098-2186.jpg", imageAlt: "Sarah Chen Founder"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Google Ads Mastery",
|
||||
quote: "Our Google Ads spend was being wasted before Ascend came in. Their optimization strategies cut our cost per acquisition in half while increasing volume. Game-changing service.",
|
||||
name: "James Wilson",
|
||||
role: "CMO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "James Wilson CMO",
|
||||
},
|
||||
id: "3", title: "Google Ads Mastery", quote: "Our Google Ads spend was being wasted before Ascend came in. Their optimization strategies cut our cost per acquisition in half while increasing volume. Game-changing service.", name: "James Wilson", role: "CMO", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson CMO"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Website Exceeded Expectations",
|
||||
quote: "Not only did they build an incredible website, but they also integrated AI automation that streamlined our lead management. The result? 45% increase in website conversions immediately.",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Marketing Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1",
|
||||
imageAlt: "Maria Rodriguez Director",
|
||||
},
|
||||
id: "4", title: "Website Exceeded Expectations", quote: "Not only did they build an incredible website, but they also integrated AI automation that streamlined our lead management. The result? 45% increase in website conversions immediately.", name: "Maria Rodriguez", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Maria Rodriguez Director"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Content That Converts",
|
||||
quote: "Their content creation team truly understands our brand voice and audience. Every piece is strategic, well-written, and designed to convert. Our engagement metrics have never been higher.",
|
||||
name: "Jessica Thompson",
|
||||
role: "Brand Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=1",
|
||||
imageAlt: "Jessica Thompson Manager",
|
||||
},
|
||||
id: "5", title: "Content That Converts", quote: "Their content creation team truly understands our brand voice and audience. Every piece is strategic, well-written, and designed to convert. Our engagement metrics have never been higher.", name: "Jessica Thompson", role: "Brand Manager", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", imageAlt: "Jessica Thompson Manager"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Complete Marketing Overhaul",
|
||||
quote: "From strategy to execution, Ascend Digital handled everything seamlessly. Their holistic approach to our marketing—ads, content, website, automation—delivered comprehensive results that exceeded our targets.",
|
||||
name: "Robert Kim",
|
||||
role: "VP Marketing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg?_wi=1",
|
||||
imageAlt: "Robert Kim VP",
|
||||
},
|
||||
id: "6", title: "Complete Marketing Overhaul", quote: "From strategy to execution, Ascend Digital handled everything seamlessly. Their holistic approach to our marketing—ads, content, website, automation—delivered comprehensive results that exceeded our targets.", name: "Robert Kim", role: "VP Marketing", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg", imageAlt: "Robert Kim VP"},
|
||||
];
|
||||
|
||||
const teamMembers = [
|
||||
{
|
||||
id: "1",
|
||||
name: "CEO & Founder",
|
||||
role: "Strategic Visionary",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=1",
|
||||
imageAlt: "CEO Portrait",
|
||||
},
|
||||
id: "1", name: "CEO & Founder", role: "Strategic Visionary", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "CEO Portrait"},
|
||||
];
|
||||
|
||||
const socialLinks = [
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/ascenddigital",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/ascenddigital", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/ascenddigital",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/ascenddigital", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/ascenddigital",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/ascenddigital", ariaLabel: "Instagram"},
|
||||
];
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -173,7 +92,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -194,12 +113,17 @@ export default function HomePage() {
|
||||
description="AI-powered digital marketing strategies that drive measurable results. We specialize in Meta ads, YouTube campaigns, Google Ads management, content creation, AI automation integration, and custom website builds."
|
||||
tag="Digital Marketing Excellence"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Ascend Your Business Today", href: "#contact" },
|
||||
{ text: "View Our Work", href: "#testimonial" },
|
||||
]}
|
||||
mediaItems={heroMediaItems}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "Marketing analytics dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg", imageAlt: "Digital marketing team collaboration"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by industry leaders"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -249,7 +173,7 @@ export default function HomePage() {
|
||||
<ContactText
|
||||
text="Ready to transform your digital marketing? Let's work together to ascend your business to new heights."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user