5 Commits

Author SHA1 Message Date
75067eb305 Update src/app/page.tsx 2026-03-05 13:01:50 +00:00
2f87d41f28 Update src/app/layout.tsx 2026-03-05 13:01:50 +00:00
465647773a Update src/app/page.tsx 2026-03-05 12:58:11 +00:00
5eb2667226 Update src/app/layout.tsx 2026-03-05 12:56:45 +00:00
cdcd9a9ddc Merge version_1 into main
Merge version_1 into main
2026-03-05 12:55:23 +00:00
2 changed files with 1380 additions and 25 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="The Shift"
brandName="The Shift Markting "
navItems={[
{ name: "Services", id: "services" },
{ name: "Results", id: "case-results" },
@@ -52,6 +52,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg"
imageAlt="Digital marketing strategy and analytics dashboard"
mediaAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Call Now", href: "tel:+19545551234" },
@@ -60,7 +61,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
testimonials={[
{
name: "Michael Chen", handle: "CEO, Local Services Co", testimonial: "Our leads increased by 300% in just 3 months. The Shift really delivers results.", rating: 5,
name: "Michael Chen", handle: "CEO, Local Services Co", testimonial: "Our leads increased by 300% in just 3 months. The Shift Markting really delivers results.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
},
{
@@ -141,16 +142,16 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="Client Testimonials"
description="Hear from local business owners who've transformed their growth with The Shift Marketing."
description="Hear from local business owners who've transformed their growth with The Shift Markting Marketing."
testimonials={[
{
id: "1", name: "David Martinez", role: "Owner, Elite Medspa", testimonial: "The Shift increased our leads from 5 per week to 30+ per week. Their SEO strategy is incredible. We've tripled our revenue in 6 months.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
id: "1", name: "David Martinez", role: "Owner, Elite Medspa", testimonial: "The Shift Markting increased our leads from 5 per week to 30+ per week. Their SEO strategy is incredible. We've tripled our revenue in 6 months.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
},
{
id: "2", name: "Jennifer Wong", role: "Owner, Window Treatments Co", testimonial: "Finally, someone who understands local business marketing. Our phone has been ringing constantly since they optimized our Google Business Profile.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2"
},
{
id: "3", name: "Robert Thompson", role: "Manager, Home Services Plus", testimonial: "Professional, transparent, and results-driven. The Shift delivered exactly what they promised and exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
id: "3", name: "Robert Thompson", role: "Manager, Home Services Plus", testimonial: "Professional, transparent, and results-driven. The Shift Markting delivered exactly what they promised and exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
},
{
id: "4", name: "Lisa Anderson", role: "Owner, Local Contractor", testimonial: "Worth every penny. The leads are qualified and consistent. They've become an invaluable part of our business growth strategy.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg"
@@ -164,7 +165,7 @@ export default function LandingPage() {
<div id="why-us" data-section="why-us">
<AboutMetric
title="Why Choose The Shift Marketing for Your Business Growth"
title="Why Choose The Shift Markting Marketing for Your Business Growth"
metrics={[
{ icon: Target, label: "Transparent Reporting", value: "Real Data" },
{ icon: Phone, label: "Dedicated Support", value: "Your Account" },
@@ -251,7 +252,7 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2025 The Shift Marketing. All rights reserved. South Florida Digital Marketing Agency."
copyrightText="© 2025 The Shift Markting Marketing. All rights reserved. South Florida Digital Marketing Agency."
/>
</div>
</ThemeProvider>