Merge version_1 into main #2
@@ -17,7 +17,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -41,7 +41,7 @@ export default function AboutPage() {
|
||||
<HeroSplit
|
||||
title="About Internet Services Group"
|
||||
description="10+ years of digital marketing excellence serving Long Island businesses. We're a team of strategists, creators, and data analysts dedicated to delivering measurable results for our clients."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Local Expertise • Proven Results"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
@@ -50,7 +50,7 @@ export default function AboutPage() {
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professionals-present-financial-charts-meeting_482257-121150.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professionals-present-financial-charts-meeting_482257-121150.jpg"
|
||||
imageAlt="digital marketing team office laptop charts"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -78,44 +78,20 @@ export default function AboutPage() {
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10+",
|
||||
title: "Years of Digital Marketing Excellence",
|
||||
items: [
|
||||
"Industry expertise and knowledge",
|
||||
"Proven track record",
|
||||
"Continuous innovation and learning",
|
||||
],
|
||||
id: "1", value: "10+", title: "Years of Digital Marketing Excellence", items: [
|
||||
"Industry expertise and knowledge", "Proven track record", "Continuous innovation and learning"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500+",
|
||||
title: "Successful Projects Completed",
|
||||
items: [
|
||||
"Diverse client portfolio",
|
||||
"Multiple industries served",
|
||||
"Consistent quality and results",
|
||||
],
|
||||
id: "2", value: "500+", title: "Successful Projects Completed", items: [
|
||||
"Diverse client portfolio", "Multiple industries served", "Consistent quality and results"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "5.0★",
|
||||
title: "Client Satisfaction Rating",
|
||||
items: [
|
||||
"Testimonials and case studies",
|
||||
"Long-term client relationships",
|
||||
"Transparent reporting and communication",
|
||||
],
|
||||
id: "3", value: "5.0★", title: "Client Satisfaction Rating", items: [
|
||||
"Testimonials and case studies", "Long-term client relationships", "Transparent reporting and communication"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "100%",
|
||||
title: "Dedicated to Local Growth",
|
||||
items: [
|
||||
"Based in East Quogue, NY",
|
||||
"Understand Long Island market",
|
||||
"Serve businesses across the region",
|
||||
],
|
||||
id: "4", value: "100%", title: "Dedicated to Local Growth", items: [
|
||||
"Based in East Quogue, NY", "Understand Long Island market", "Serve businesses across the region"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -131,25 +107,19 @@ export default function AboutPage() {
|
||||
logoText="Internet Services Group"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Local SEO", href: "/services/local-seo" },
|
||||
{ label: "Google Ads (PPC)", href: "/services/ppc" },
|
||||
{ label: "Email Marketing", href: "/services/email-marketing" },
|
||||
{ label: "Social Media", href: "/services/social-media" },
|
||||
{
|
||||
label: "Website Optimization",
|
||||
href: "/services/website-optimization",
|
||||
},
|
||||
label: "Website Optimization", href: "/services/website-optimization"},
|
||||
{
|
||||
label: "Reputation Management",
|
||||
href: "/services/reputation-management",
|
||||
},
|
||||
label: "Reputation Management", href: "/services/reputation-management"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -157,22 +127,16 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "(631) 258-1913", href: "tel:+16312581913" },
|
||||
{
|
||||
label: "472 Montauk Hwy, East Quogue, NY 11942",
|
||||
href: "#",
|
||||
},
|
||||
label: "472 Montauk Hwy, East Quogue, NY 11942", href: "#"},
|
||||
{
|
||||
label: "hello@internetservicesgroup.com",
|
||||
href: "mailto:hello@internetservicesgroup.com",
|
||||
},
|
||||
label: "hello@internetservicesgroup.com", href: "mailto:hello@internetservicesgroup.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -39,7 +39,7 @@ export default function ContactPage() {
|
||||
<HeroSplit
|
||||
title="Get Your Free Digital Marketing Consultation"
|
||||
description="Let's discuss your business goals and create a strategy to help you succeed. Our team is ready to show you how Internet Services Group can drive real results for your company."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Quick Response • No Obligation"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -61,38 +61,24 @@ export default function ContactPage() {
|
||||
description="Tell us about your business and your biggest marketing challenges. Our team will review your information and reach out within 24 hours with personalized recommendations."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Business Name",
|
||||
required: true,
|
||||
name: "company", type: "text", placeholder: "Business Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "(631) XXX-XXXX",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "(631) XXX-XXXX", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your biggest marketing challenge or your business goals...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your biggest marketing challenge or your business goals...", rows: 5,
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg"
|
||||
imageAlt="website optimization web design conversion user experience responsive"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -110,7 +96,7 @@ export default function ContactPage() {
|
||||
{ text: "Email us", href: "mailto:hello@internetservicesgroup.com" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg"
|
||||
imageAlt="local SEO search engine optimization analytics graphs"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -123,25 +109,19 @@ export default function ContactPage() {
|
||||
logoText="Internet Services Group"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Local SEO", href: "/services/local-seo" },
|
||||
{ label: "Google Ads (PPC)", href: "/services/ppc" },
|
||||
{ label: "Email Marketing", href: "/services/email-marketing" },
|
||||
{ label: "Social Media", href: "/services/social-media" },
|
||||
{
|
||||
label: "Website Optimization",
|
||||
href: "/services/website-optimization",
|
||||
},
|
||||
label: "Website Optimization", href: "/services/website-optimization"},
|
||||
{
|
||||
label: "Reputation Management",
|
||||
href: "/services/reputation-management",
|
||||
},
|
||||
label: "Reputation Management", href: "/services/reputation-management"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -149,22 +129,16 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "(631) 258-1913", href: "tel:+16312581913" },
|
||||
{
|
||||
label: "472 Montauk Hwy, East Quogue, NY 11942",
|
||||
href: "#",
|
||||
},
|
||||
label: "472 Montauk Hwy, East Quogue, NY 11942", href: "#"},
|
||||
{
|
||||
label: "hello@internetservicesgroup.com",
|
||||
href: "mailto:hello@internetservicesgroup.com",
|
||||
},
|
||||
label: "hello@internetservicesgroup.com", href: "mailto:hello@internetservicesgroup.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
|
||||
@@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Digital Marketing Agency Long Island | Local SEO & PPC | Internet Services Group",
|
||||
description: "Get more qualified leads with proven digital marketing strategies. Local SEO, Google Ads, email marketing & more. 10+ years serving Long Island businesses. Call (631) 258-1913.",
|
||||
keywords: "digital marketing Long Island, local SEO, Google Ads, PPC management, email marketing, social media marketing, website optimization, East Quogue, NY",
|
||||
metadataBase: new URL("https://internetservicesgroup.com"),
|
||||
title: "Digital Marketing Agency Long Island | Local SEO & PPC | Internet Services Group", description: "Get more qualified leads with proven digital marketing strategies. Local SEO, Google Ads, email marketing & more. 10+ years serving Long Island businesses. Call (631) 258-1913.", keywords: "digital marketing Long Island, local SEO, Google Ads, PPC management, email marketing, social media marketing, website optimization, East Quogue, NY", metadataBase: new URL("https://internetservicesgroup.com"),
|
||||
alternates: {
|
||||
canonical: "https://internetservicesgroup.com",
|
||||
},
|
||||
canonical: "https://internetservicesgroup.com"},
|
||||
openGraph: {
|
||||
title: "Digital Marketing Agency Long Island | Internet Services Group",
|
||||
description: "Results-driven digital marketing for Long Island businesses. Local SEO, PPC, Email Marketing, and more. 10+ years experience. Free consultation.",
|
||||
url: "https://internetservicesgroup.com",
|
||||
siteName: "Internet Services Group",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Digital Marketing Agency Long Island | Internet Services Group", description: "Results-driven digital marketing for Long Island businesses. Local SEO, PPC, Email Marketing, and more. 10+ years experience. Free consultation.", url: "https://internetservicesgroup.com", siteName: "Internet Services Group", type: "website", images: [
|
||||
{
|
||||
url: "https://internetservicesgroup.com/og-image.jpg",
|
||||
alt: "Internet Services Group - Digital Marketing Agency",
|
||||
},
|
||||
url: "https://internetservicesgroup.com/og-image.jpg", alt: "Internet Services Group - Digital Marketing Agency"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Digital Marketing Agency Long Island | Internet Services Group",
|
||||
description: "Results-driven digital marketing for Long Island businesses. Call (631) 258-1913 for a free consultation.",
|
||||
images: ["https://internetservicesgroup.com/twitter-image.jpg"],
|
||||
card: "summary_large_image", title: "Digital Marketing Agency Long Island | Internet Services Group", description: "Results-driven digital marketing for Long Island businesses. Call (631) 258-1913 for a free consultation.", images: ["https://internetservicesgroup.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
238
src/app/page.tsx
238
src/app/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -45,7 +45,7 @@ export default function HomePage() {
|
||||
<HeroSplit
|
||||
title="Results-Driven Digital Marketing for Long Island Businesses"
|
||||
description="Get more qualified leads, maximize your ad spend, and grow your business with proven strategies from the area's most trusted digital marketing agency. 10+ years serving local businesses."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Local Authority • 10+ Years"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
@@ -54,7 +54,7 @@ export default function HomePage() {
|
||||
{ text: "Get Free Strategy Session", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professionals-present-financial-charts-meeting_482257-121150.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professionals-present-financial-charts-meeting_482257-121150.jpg"
|
||||
imageAlt="digital marketing team office laptop charts"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -66,44 +66,20 @@ export default function HomePage() {
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10+",
|
||||
title: "Years Serving Long Island Businesses",
|
||||
items: [
|
||||
"Proven track record of success",
|
||||
"Deep market knowledge",
|
||||
"Long-term client relationships",
|
||||
],
|
||||
id: "1", value: "10+", title: "Years Serving Long Island Businesses", items: [
|
||||
"Proven track record of success", "Deep market knowledge", "Long-term client relationships"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500+",
|
||||
title: "Projects Completed",
|
||||
items: [
|
||||
"Diverse industry expertise",
|
||||
"Scalable solutions",
|
||||
"Measurable results",
|
||||
],
|
||||
id: "2", value: "500+", title: "Projects Completed", items: [
|
||||
"Diverse industry expertise", "Scalable solutions", "Measurable results"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "5.0★",
|
||||
title: "Client Reviews",
|
||||
items: [
|
||||
"Transparent reporting",
|
||||
"Direct team access",
|
||||
"ROI-focused approach",
|
||||
],
|
||||
id: "3", value: "5.0★", title: "Client Reviews", items: [
|
||||
"Transparent reporting", "Direct team access", "ROI-focused approach"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "100%",
|
||||
title: "Local Focus",
|
||||
items: [
|
||||
"East Quogue based",
|
||||
"Serve Long Island & beyond",
|
||||
"Understand local market",
|
||||
],
|
||||
id: "4", value: "100%", title: "Local Focus", items: [
|
||||
"East Quogue based", "Serve Long Island & beyond", "Understand local market"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -118,69 +94,33 @@ export default function HomePage() {
|
||||
<FeatureCardTwelve
|
||||
features={[
|
||||
{
|
||||
id: "local-seo",
|
||||
label: "Local SEO",
|
||||
title: "Dominate Local Search Results",
|
||||
items: [
|
||||
"Rank higher for geo-targeted keywords",
|
||||
"Google My Business optimization",
|
||||
"Local link building strategy",
|
||||
],
|
||||
id: "local-seo", label: "Local SEO", title: "Dominate Local Search Results", items: [
|
||||
"Rank higher for geo-targeted keywords", "Google My Business optimization", "Local link building strategy"],
|
||||
buttons: [{ text: "Learn More", href: "/services/local-seo" }],
|
||||
},
|
||||
{
|
||||
id: "ppc",
|
||||
label: "PPC Ads",
|
||||
title: "Maximize Every Ad Dollar",
|
||||
items: [
|
||||
"Google Ads management",
|
||||
"Campaign optimization",
|
||||
"Transparent ROI tracking",
|
||||
],
|
||||
id: "ppc", label: "PPC Ads", title: "Maximize Every Ad Dollar", items: [
|
||||
"Google Ads management", "Campaign optimization", "Transparent ROI tracking"],
|
||||
buttons: [{ text: "Learn More", href: "/services/ppc" }],
|
||||
},
|
||||
{
|
||||
id: "email",
|
||||
label: "Email Marketing",
|
||||
title: "Convert Leads Into Customers",
|
||||
items: [
|
||||
"Automated email campaigns",
|
||||
"Segmented audience targeting",
|
||||
"Conversion-focused copywriting",
|
||||
],
|
||||
id: "email", label: "Email Marketing", title: "Convert Leads Into Customers", items: [
|
||||
"Automated email campaigns", "Segmented audience targeting", "Conversion-focused copywriting"],
|
||||
buttons: [{ text: "Learn More", href: "/services/email-marketing" }],
|
||||
},
|
||||
{
|
||||
id: "social",
|
||||
label: "Social Media",
|
||||
title: "Build Engaged Communities",
|
||||
items: [
|
||||
"Content strategy & creation",
|
||||
"Community management",
|
||||
"Paid social advertising",
|
||||
],
|
||||
id: "social", label: "Social Media", title: "Build Engaged Communities", items: [
|
||||
"Content strategy & creation", "Community management", "Paid social advertising"],
|
||||
buttons: [{ text: "Learn More", href: "/services/social-media" }],
|
||||
},
|
||||
{
|
||||
id: "website",
|
||||
label: "Web Optimization",
|
||||
title: "Turn Visitors Into Leads",
|
||||
items: [
|
||||
"Conversion rate optimization",
|
||||
"Landing page design",
|
||||
"A/B testing strategy",
|
||||
],
|
||||
id: "website", label: "Web Optimization", title: "Turn Visitors Into Leads", items: [
|
||||
"Conversion rate optimization", "Landing page design", "A/B testing strategy"],
|
||||
buttons: [{ text: "Learn More", href: "/services/website-optimization" }],
|
||||
},
|
||||
{
|
||||
id: "reputation",
|
||||
label: "Reputation Mgmt",
|
||||
title: "Protect & Build Your Brand",
|
||||
items: [
|
||||
"Review management",
|
||||
"Reputation monitoring",
|
||||
"Brand protection strategy",
|
||||
],
|
||||
id: "reputation", label: "Reputation Mgmt", title: "Protect & Build Your Brand", items: [
|
||||
"Review management", "Reputation monitoring", "Brand protection strategy"],
|
||||
buttons: [{ text: "Learn More", href: "/services/reputation-management" }],
|
||||
},
|
||||
]}
|
||||
@@ -204,7 +144,7 @@ export default function HomePage() {
|
||||
description="Direct Access to Strategy Team"
|
||||
subdescription="No account managers. No roadblocks. Talk to the people building your campaigns."
|
||||
icon={Zap}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg"
|
||||
imageAlt="website optimization web design conversion user experience responsive"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -219,15 +159,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Residential Contractors",
|
||||
"Medical Practices",
|
||||
"Legal Firms",
|
||||
"Home Services",
|
||||
"E-Commerce Stores",
|
||||
"Professional Services",
|
||||
"Local Retail",
|
||||
"Manufacturers",
|
||||
]}
|
||||
"Residential Contractors", "Medical Practices", "Legal Firms", "Home Services", "E-Commerce Stores", "Professional Services", "Local Retail", "Manufacturers"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -237,65 +169,23 @@ export default function HomePage() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Local SEO Transformed Our Lead Pipeline",
|
||||
quote:
|
||||
"I've been a customer for going on ten years. Their commitment to our success is unmatched. Our phones have never been busier.",
|
||||
name: "John Martinez",
|
||||
role: "Owner, Martinez Contracting",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "professional headshot business man portrait",
|
||||
},
|
||||
id: "1", title: "Local SEO Transformed Our Lead Pipeline", quote:
|
||||
"I've been a customer for going on ten years. Their commitment to our success is unmatched. Our phones have never been busier.", name: "John Martinez", role: "Owner, Martinez Contracting", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business man portrait"},
|
||||
{
|
||||
id: "2",
|
||||
title: "PPC Campaign Delivered Immediate Results",
|
||||
quote:
|
||||
"Our recent Google Ads campaign brought us 2 new clients in the first month. The ROI was exactly what we needed.",
|
||||
name: "Sarah Chen",
|
||||
role: "Practice Manager, Advanced Dental Care",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1",
|
||||
imageAlt: "professional headshot business woman portrait",
|
||||
},
|
||||
id: "2", title: "PPC Campaign Delivered Immediate Results", quote:
|
||||
"Our recent Google Ads campaign brought us 2 new clients in the first month. The ROI was exactly what we needed.", name: "Sarah Chen", role: "Practice Manager, Advanced Dental Care", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "professional headshot business woman portrait"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Email Marketing Nurtures Our Best Leads",
|
||||
quote:
|
||||
"The email campaigns are bringing us consistent, high-quality leads. Their strategy is data-driven and transparent.",
|
||||
name: "Michael Thompson",
|
||||
role: "Business Owner, Thompson's Home Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "professional headshot business man portrait",
|
||||
},
|
||||
id: "3", title: "Email Marketing Nurtures Our Best Leads", quote:
|
||||
"The email campaigns are bringing us consistent, high-quality leads. Their strategy is data-driven and transparent.", name: "Michael Thompson", role: "Business Owner, Thompson's Home Services", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business man portrait"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Professional Team, Professional Results",
|
||||
quote:
|
||||
"Finally, an agency that understands local business. They've helped us reach customers we didn't know existed.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Manager, East End Retail Group",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2",
|
||||
imageAlt: "professional headshot business woman portrait",
|
||||
},
|
||||
id: "4", title: "Professional Team, Professional Results", quote:
|
||||
"Finally, an agency that understands local business. They've helped us reach customers we didn't know existed.", name: "Emily Rodriguez", role: "Marketing Manager, East End Retail Group", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "professional headshot business woman portrait"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Social Media Engagement Skyrocketed",
|
||||
quote:
|
||||
"Our social presence went from non-existent to thriving. The engagement metrics are incredible.",
|
||||
name: "David Kim",
|
||||
role: "Owner, Kim's Legal Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "professional headshot business man portrait",
|
||||
},
|
||||
id: "5", title: "Social Media Engagement Skyrocketed", quote:
|
||||
"Our social presence went from non-existent to thriving. The engagement metrics are incredible.", name: "David Kim", role: "Owner, Kim's Legal Services", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business man portrait"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Website Optimization Increased Conversions",
|
||||
quote:
|
||||
"We saw a 40% increase in form submissions after their website optimization. Best investment we've made.",
|
||||
name: "Lisa Wang",
|
||||
role: "Operations Director, Premier Medical Solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3",
|
||||
imageAlt: "professional headshot business woman portrait",
|
||||
},
|
||||
id: "6", title: "Website Optimization Increased Conversions", quote:
|
||||
"We saw a 40% increase in form submissions after their website optimization. Best investment we've made.", name: "Lisa Wang", role: "Operations Director, Premier Medical Solutions", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "professional headshot business woman portrait"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Real results from real businesses on Long Island."
|
||||
@@ -311,38 +201,24 @@ export default function HomePage() {
|
||||
description="Get your free marketing strategy session. Our team will analyze your current efforts and show you exactly how to get more qualified leads."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Business Name",
|
||||
required: true,
|
||||
name: "company", type: "text", placeholder: "Business Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "(631) XXX-XXXX",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "(631) XXX-XXXX", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your biggest marketing challenge",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your biggest marketing challenge", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg"
|
||||
imageAlt="Google Ads PPC paid advertising campaign metrics"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -355,25 +231,19 @@ export default function HomePage() {
|
||||
logoText="Internet Services Group"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Local SEO", href: "/services/local-seo" },
|
||||
{ label: "Google Ads (PPC)", href: "/services/ppc" },
|
||||
{ label: "Email Marketing", href: "/services/email-marketing" },
|
||||
{ label: "Social Media", href: "/services/social-media" },
|
||||
{
|
||||
label: "Website Optimization",
|
||||
href: "/services/website-optimization",
|
||||
},
|
||||
label: "Website Optimization", href: "/services/website-optimization"},
|
||||
{
|
||||
label: "Reputation Management",
|
||||
href: "/services/reputation-management",
|
||||
},
|
||||
label: "Reputation Management", href: "/services/reputation-management"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -381,22 +251,16 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "(631) 258-1913", href: "tel:+16312581913" },
|
||||
{
|
||||
label: "472 Montauk Hwy, East Quogue, NY 11942",
|
||||
href: "#",
|
||||
},
|
||||
label: "472 Montauk Hwy, East Quogue, NY 11942", href: "#"},
|
||||
{
|
||||
label: "hello@internetservicesgroup.com",
|
||||
href: "mailto:hello@internetservicesgroup.com",
|
||||
},
|
||||
label: "hello@internetservicesgroup.com", href: "mailto:hello@internetservicesgroup.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function ServicesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -40,7 +40,7 @@ export default function ServicesPage() {
|
||||
<HeroSplit
|
||||
title="Comprehensive Digital Marketing Services for Long Island"
|
||||
description="We offer full-suite digital marketing solutions tailored to your business goals. From local SEO to paid advertising, email marketing to reputation management—we've got you covered."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Complete Digital Solutions"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -48,7 +48,7 @@ export default function ServicesPage() {
|
||||
{ text: "View Case Studies", href: "/case-studies" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg"
|
||||
imageAlt="local SEO search engine optimization analytics graphs"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -60,75 +60,33 @@ export default function ServicesPage() {
|
||||
<FeatureCardTwelve
|
||||
features={[
|
||||
{
|
||||
id: "local-seo",
|
||||
label: "Local SEO",
|
||||
title: "Dominate Local Search Results",
|
||||
items: [
|
||||
"Rank higher for geo-targeted keywords",
|
||||
"Google My Business optimization",
|
||||
"Local link building strategy",
|
||||
"Citation management and consistency",
|
||||
],
|
||||
id: "local-seo", label: "Local SEO", title: "Dominate Local Search Results", items: [
|
||||
"Rank higher for geo-targeted keywords", "Google My Business optimization", "Local link building strategy", "Citation management and consistency"],
|
||||
buttons: [{ text: "Learn More", href: "/services/local-seo" }],
|
||||
},
|
||||
{
|
||||
id: "ppc",
|
||||
label: "PPC Ads",
|
||||
title: "Maximize Every Ad Dollar",
|
||||
items: [
|
||||
"Google Ads management and optimization",
|
||||
"Campaign setup and A/B testing",
|
||||
"Transparent ROI tracking",
|
||||
"Continuous bid and budget optimization",
|
||||
],
|
||||
id: "ppc", label: "PPC Ads", title: "Maximize Every Ad Dollar", items: [
|
||||
"Google Ads management and optimization", "Campaign setup and A/B testing", "Transparent ROI tracking", "Continuous bid and budget optimization"],
|
||||
buttons: [{ text: "Learn More", href: "/services/ppc" }],
|
||||
},
|
||||
{
|
||||
id: "email",
|
||||
label: "Email Marketing",
|
||||
title: "Convert Leads Into Customers",
|
||||
items: [
|
||||
"Automated email campaigns",
|
||||
"Segmented audience targeting",
|
||||
"Conversion-focused copywriting",
|
||||
"Performance analytics and refinement",
|
||||
],
|
||||
id: "email", label: "Email Marketing", title: "Convert Leads Into Customers", items: [
|
||||
"Automated email campaigns", "Segmented audience targeting", "Conversion-focused copywriting", "Performance analytics and refinement"],
|
||||
buttons: [{ text: "Learn More", href: "/services/email-marketing" }],
|
||||
},
|
||||
{
|
||||
id: "social",
|
||||
label: "Social Media",
|
||||
title: "Build Engaged Communities",
|
||||
items: [
|
||||
"Content strategy and creation",
|
||||
"Community management and engagement",
|
||||
"Paid social advertising",
|
||||
"Performance metrics and reporting",
|
||||
],
|
||||
id: "social", label: "Social Media", title: "Build Engaged Communities", items: [
|
||||
"Content strategy and creation", "Community management and engagement", "Paid social advertising", "Performance metrics and reporting"],
|
||||
buttons: [{ text: "Learn More", href: "/services/social-media" }],
|
||||
},
|
||||
{
|
||||
id: "website",
|
||||
label: "Web Optimization",
|
||||
title: "Turn Visitors Into Leads",
|
||||
items: [
|
||||
"Conversion rate optimization",
|
||||
"Landing page design and deployment",
|
||||
"A/B testing and user experience",
|
||||
"Technical SEO and performance",
|
||||
],
|
||||
id: "website", label: "Web Optimization", title: "Turn Visitors Into Leads", items: [
|
||||
"Conversion rate optimization", "Landing page design and deployment", "A/B testing and user experience", "Technical SEO and performance"],
|
||||
buttons: [{ text: "Learn More", href: "/services/website-optimization" }],
|
||||
},
|
||||
{
|
||||
id: "reputation",
|
||||
label: "Reputation Mgmt",
|
||||
title: "Protect & Build Your Brand",
|
||||
items: [
|
||||
"Review management and response",
|
||||
"Reputation monitoring across platforms",
|
||||
"Brand protection strategy",
|
||||
"Positive content promotion",
|
||||
],
|
||||
id: "reputation", label: "Reputation Mgmt", title: "Protect & Build Your Brand", items: [
|
||||
"Review management and response", "Reputation monitoring across platforms", "Brand protection strategy", "Positive content promotion"],
|
||||
buttons: [{ text: "Learn More", href: "/services/reputation-management" }],
|
||||
},
|
||||
]}
|
||||
@@ -166,25 +124,19 @@ export default function ServicesPage() {
|
||||
logoText="Internet Services Group"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Local SEO", href: "/services/local-seo" },
|
||||
{ label: "Google Ads (PPC)", href: "/services/ppc" },
|
||||
{ label: "Email Marketing", href: "/services/email-marketing" },
|
||||
{ label: "Social Media", href: "/services/social-media" },
|
||||
{
|
||||
label: "Website Optimization",
|
||||
href: "/services/website-optimization",
|
||||
},
|
||||
label: "Website Optimization", href: "/services/website-optimization"},
|
||||
{
|
||||
label: "Reputation Management",
|
||||
href: "/services/reputation-management",
|
||||
},
|
||||
label: "Reputation Management", href: "/services/reputation-management"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -192,22 +144,16 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "(631) 258-1913", href: "tel:+16312581913" },
|
||||
{
|
||||
label: "472 Montauk Hwy, East Quogue, NY 11942",
|
||||
href: "#",
|
||||
},
|
||||
label: "472 Montauk Hwy, East Quogue, NY 11942", href: "#"},
|
||||
{
|
||||
label: "hello@internetservicesgroup.com",
|
||||
href: "mailto:hello@internetservicesgroup.com",
|
||||
},
|
||||
label: "hello@internetservicesgroup.com", href: "mailto:hello@internetservicesgroup.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user