Merge version_1 into main #1
@@ -89,7 +89,7 @@ export default function AboutPage() {
|
||||
{ text: "View Services", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/isometric-red-truck-different-views_52683-7993.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/isometric-red-truck-different-views_52683-7993.jpg?_wi=2"
|
||||
imageAlt="FuelTrade Texas professional operations"
|
||||
mediaAnimation="blur-reveal"
|
||||
className="min-h-screen"
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Roboto } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Roboto } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto",
|
||||
@@ -20,6 +24,27 @@ const roboto = Roboto({
|
||||
weight: ["100", "300", "400", "500", "700", "900"]
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Premium Fuel Distribution | FuelTrade Texas",
|
||||
description: "Reliable gasoline and diesel supply for Texas and Mexico. Trusted by 500+ commercial clients.",
|
||||
keywords: "fuel supply, gasoline, diesel, Texas, Mexico, distribution, logistics, commercial fuel",
|
||||
openGraph: {
|
||||
title: "FuelTrade Texas - Premium Fuel Distribution",
|
||||
description: "Industry-leading fuel supplier serving domestic and international markets.",
|
||||
siteName: "FuelTrade Texas",
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "FuelTrade Texas - Fuel Supplier",
|
||||
description: "Premium gasoline & diesel distribution across Texas & Mexico",
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +53,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${roboto.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +67,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -93,7 +93,7 @@ export default function HomePage() {
|
||||
{ text: "Learn More", href: "#products-home" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/isometric-red-truck-different-views_52683-7993.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/isometric-red-truck-different-views_52683-7993.jpg?_wi=1"
|
||||
imageAlt="Professional fuel truck on Texas highway"
|
||||
mediaAnimation="blur-reveal"
|
||||
className="min-h-screen"
|
||||
@@ -154,21 +154,21 @@ export default function HomePage() {
|
||||
id: "gasoline-premium",
|
||||
name: "Premium Gasoline",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pollution-industry-exterior-daylight_23-2149057673.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pollution-industry-exterior-daylight_23-2149057673.jpg?_wi=1",
|
||||
imageAlt: "Premium gasoline fuel",
|
||||
},
|
||||
{
|
||||
id: "diesel-ultra",
|
||||
name: "Ultra Diesel",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-construction-worker-with-folded-arms-standing-near-truck-sunlight_181624-55805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-construction-worker-with-folded-arms-standing-near-truck-sunlight_181624-55805.jpg?_wi=1",
|
||||
imageAlt: "Ultra low-sulfur diesel",
|
||||
},
|
||||
{
|
||||
id: "biodiesel",
|
||||
name: "Eco-Friendly Blend",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-construction-worker-with-folded-arms-standing-near-truck-sunlight_181624-55805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-construction-worker-with-folded-arms-standing-near-truck-sunlight_181624-55805.jpg?_wi=2",
|
||||
imageAlt: "Biodiesel blend fuel",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -90,7 +90,7 @@ export default function ServicesPage() {
|
||||
{ text: "View Pricing", href: "/services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/isometric-red-truck-different-views_52683-7993.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/isometric-red-truck-different-views_52683-7993.jpg?_wi=3"
|
||||
imageAlt="Professional fuel truck on Texas highway"
|
||||
mediaAnimation="blur-reveal"
|
||||
className="min-h-screen"
|
||||
@@ -120,21 +120,21 @@ export default function ServicesPage() {
|
||||
id: "gasoline-premium",
|
||||
name: "Premium Gasoline",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pollution-industry-exterior-daylight_23-2149057673.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pollution-industry-exterior-daylight_23-2149057673.jpg?_wi=2",
|
||||
imageAlt: "Premium gasoline fuel",
|
||||
},
|
||||
{
|
||||
id: "diesel-ultra",
|
||||
name: "Ultra Diesel",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-construction-worker-with-folded-arms-standing-near-truck-sunlight_181624-55805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-construction-worker-with-folded-arms-standing-near-truck-sunlight_181624-55805.jpg?_wi=3",
|
||||
imageAlt: "Ultra low-sulfur diesel",
|
||||
},
|
||||
{
|
||||
id: "biodiesel",
|
||||
name: "Eco-Friendly Blend",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-construction-worker-with-folded-arms-standing-near-truck-sunlight_181624-55805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-construction-worker-with-folded-arms-standing-near-truck-sunlight_181624-55805.jpg?_wi=4",
|
||||
imageAlt: "Biodiesel blend fuel",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user