Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -1,48 +1,19 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
import type { Metadata } from 'next';
|
||||
import './globals.css';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Gás em Uberlândia | Entrega Rápida | AM Gás", description: "Peça seu botijão de gás com entrega rápida em Uberlândia. Atendimento educado, preço justo e pedido fácil pelo WhatsApp. Avaliação 5.0 no Google.", keywords: "gás em Uberlândia, entrega de gás, botijão de gás, gás Shopping Park, gás Uberlândia MG", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "AM Gás - Entrega Rápida em Uberlândia", description: "Gás com entrega em menos de 24h. Clique e peça agora pelo WhatsApp ou telefone.", type: "website", siteName: "AM Gás"},
|
||||
title: 'AM Gás | Entrega Rápida em Uberlândia',
|
||||
description: 'Gás de cozinha com entrega rápida em Uberlândia. Atendimento rápido, preço justo e entrega confiável.',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="pt-BR">
|
||||
<body>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1410,7 +1381,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -122,21 +122,21 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "1️⃣ Clique para Entrar em Contato", description: "Ligue para (34) 99792-2629 ou envie mensagem pelo WhatsApp com seu endereço.", icon: Phone,
|
||||
title: "1. Clique para Entrar em Contato", description: "Ligue para (34) 99792-2629 ou envie mensagem pelo WhatsApp com seu endereço.", icon: Phone,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=3", imageAlt: "Contato" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg?_wi=5", imageAlt: "Comunicação rápida" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "2️⃣ Informe Seu Endereço", description: "Nos indique exatamente onde você está. Servimos Shopping Park e região de Uberlândia.", icon: MapPin,
|
||||
title: "2. Informe Seu Endereço", description: "Nos indique exatamente onde você está. Servimos Shopping Park e região de Uberlândia.", icon: MapPin,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg?_wi=6", imageAlt: "Localização" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/gray-van-rainy-highway-modern-delivery-motion_169016-69833.jpg?_wi=5", imageAlt: "Área de cobertura" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "3️⃣ Receba Rápido", description: "Seu botijão chega rapidamente. Geralmente em menos de 24 horas.", icon: CheckCircle,
|
||||
title: "3. Receba Rápido", description: "Seu botijão chega rapidamente. Geralmente em menos de 24 horas.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367533.jpg?_wi=3", imageAlt: "Entrega realizada" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg?_wi=7", imageAlt: "Cliente satisfeito" }
|
||||
|
||||
Reference in New Issue
Block a user