6 Commits

Author SHA1 Message Date
8abb1cf57b Update src/app/services/page.tsx 2026-04-20 15:39:17 +00:00
26daff2ca7 Update src/app/services/page.tsx 2026-04-20 15:37:53 +00:00
3ae9c9a7d6 Update src/app/page.tsx 2026-04-20 15:33:08 +00:00
94607db51b Merge version_6 into main
Merge version_6 into main
2026-04-20 15:31:14 +00:00
0dd847e3b3 Merge version_6 into main
Merge version_6 into main
2026-04-20 15:29:51 +00:00
c95cd8626f Merge version_6 into main
Merge version_6 into main
2026-04-20 15:27:35 +00:00
2 changed files with 4 additions and 22 deletions

View File

@@ -6,10 +6,8 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TextAbout from '@/components/sections/about/TextAbout';
import { LineChart, MapPin, Target } from "lucide-react";
export default function LandingPage() {
return (
@@ -92,22 +90,6 @@ export default function LandingPage() {
/>
</div>
<div id="why-us" data-section="why-us">
<MetricCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "100%", title: "Calgary-focused", description: "We only work with businesses in the YYC region.", icon: MapPin },
{ id: "m2", value: "Local SEO", title: "Specialists", description: "No generalist marketing - just local maps.", icon: Target },
{ id: "m3", value: "Live", title: "Transparency", description: "You see exactly where you rank daily.", icon: LineChart },
]}
title="Why Local Rank Experts"
description="We are Calgary's local SEO specialists."
/>
</div>
<div id="cta-banner" data-section="cta-banner">
<ContactCTA
useInvertedBackground={false}
@@ -147,4 +129,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -77,7 +77,7 @@ export default function LandingPage() {
subtitle: "GBP Setup",
features: [
"New profile setup",
"Google verification guidance",
"Verification Support",
"Category alignment",
],
},
@@ -89,12 +89,12 @@ export default function LandingPage() {
features: [
"Weekly posts",
"Review management",
"Monthly reports",
"Monthly Geo-Grid Reports",
"Rank tracking",
],
},
]}
title="Our Services"
title="Simple, Transparent Pricing "
description="Professional local SEO pricing packages for home service businesses."
/>
</div>