Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8abb1cf57b | |||
| 26daff2ca7 | |||
| 3ae9c9a7d6 | |||
| 94607db51b | |||
| 0dd847e3b3 | |||
| c95cd8626f |
@@ -6,10 +6,8 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|||||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import { LineChart, MapPin, Target } from "lucide-react";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -92,22 +90,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="cta-banner" data-section="cta-banner">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -147,4 +129,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
|||||||
subtitle: "GBP Setup",
|
subtitle: "GBP Setup",
|
||||||
features: [
|
features: [
|
||||||
"New profile setup",
|
"New profile setup",
|
||||||
"Google verification guidance",
|
"Verification Support",
|
||||||
"Category alignment",
|
"Category alignment",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -89,12 +89,12 @@ export default function LandingPage() {
|
|||||||
features: [
|
features: [
|
||||||
"Weekly posts",
|
"Weekly posts",
|
||||||
"Review management",
|
"Review management",
|
||||||
"Monthly reports",
|
"Monthly Geo-Grid Reports",
|
||||||
"Rank tracking",
|
"Rank tracking",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Services"
|
title="Simple, Transparent Pricing "
|
||||||
description="Professional local SEO pricing packages for home service businesses."
|
description="Professional local SEO pricing packages for home service businesses."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user