Merge version_2 into main #5
@@ -1,42 +1,17 @@
|
||||
import type { Metadata } from "next";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
import "@/styles/globals.css";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "RevFlow | Guaranteed Top #3 Local SEO in 90 Days", description: "RevFlow guarantees your local business reaches top #3 Google rankings within 90-120 days. Results-driven local SEO agency with proven track record.", keywords: "local SEO, Google rankings, local business marketing, guaranteed SEO, top 3 rankings", metadataBase: new URL("https://revflow.io"),
|
||||
alternates: {
|
||||
canonical: "https://revflow.io"},
|
||||
openGraph: {
|
||||
title: "RevFlow | Guaranteed Top #3 Local Rankings", description: "Get your local business to top #3 on Google in 90-120 days. Guaranteed results or we work for free.", url: "https://revflow.io", siteName: "RevFlow", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "RevFlow | Guaranteed Local SEO Results", description: "Top #3 Google rankings guaranteed in 90 days for local businesses"},
|
||||
};
|
||||
title: "RevFlow - Guaranteed Top 3 Local Rankings", description: "RevFlow guarantees your business reaches the top #3 rankings on Google Local Search within 90-120 days. The only local SEO agency that puts results first with a proven track record."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1404,7 +1379,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Award, MapPin, TrendingUp, Users, Zap, Sparkles } from 'lucide-react';
|
||||
import { Award, MapPin, TrendingUp, Users, Zap, Sparkles, Shield } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
title="Dominate Local Search in 90-120 Days"
|
||||
description="RevFlow guarantees your business reaches the top #3 rankings on Google Local Search. We're the only local SEO agency that puts results first with a proven track record."
|
||||
tag="Guaranteed Results"
|
||||
tagIcon={Zap}
|
||||
tagIcon={Shield}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Get Your Free Audit", href: "contact" },
|
||||
|
||||
Reference in New Issue
Block a user