Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-16 11:58:55 +00:00
5 changed files with 69 additions and 33 deletions

View File

@@ -84,7 +84,7 @@ export default function AboutPage() {
tag="Since 2003" tag="Since 2003"
tagIcon={Trophy} tagIcon={Trophy}
tagAnimation="slide-up" tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13635.jpg" imageSrc="http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13635.jpg?_wi=2"
imageAlt="Paulo Car professional team" imageAlt="Paulo Car professional team"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metrics={[ metrics={[
@@ -113,7 +113,7 @@ export default function AboutPage() {
author: "Paulo Car Standards", author: "Paulo Car Standards",
description: "Every vehicle undergoes comprehensive inspection, including mechanical review, safety assessment, and cosmetic evaluation to ensure premium condition.", description: "Every vehicle undergoes comprehensive inspection, including mechanical review, safety assessment, and cosmetic evaluation to ensure premium condition.",
tags: ["Inspection", "Certification", "Quality Assurance"], tags: ["Inspection", "Certification", "Quality Assurance"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg?_wi=4",
imageAlt: "Quality certification process", imageAlt: "Quality certification process",
}, },
{ {
@@ -122,7 +122,7 @@ export default function AboutPage() {
author: "Peace of Mind", author: "Peace of Mind",
description: "All our vehicles come with extended warranty coverage and roadside assistance, protecting your investment and providing security on every journey.", description: "All our vehicles come with extended warranty coverage and roadside assistance, protecting your investment and providing security on every journey.",
tags: ["Warranty", "Protection", "Support"], tags: ["Warranty", "Protection", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg?_wi=5",
imageAlt: "Warranty coverage details", imageAlt: "Warranty coverage details",
}, },
{ {
@@ -131,7 +131,7 @@ export default function AboutPage() {
author: "Tailored Solutions", author: "Tailored Solutions",
description: "We offer competitive financing options with flexible terms, low rates, and quick approval process to make vehicle ownership accessible and affordable.", description: "We offer competitive financing options with flexible terms, low rates, and quick approval process to make vehicle ownership accessible and affordable.",
tags: ["Financing", "Flexible Terms", "Easy Approval"], tags: ["Financing", "Flexible Terms", "Easy Approval"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg?_wi=6",
imageAlt: "Financing solutions", imageAlt: "Financing solutions",
}, },
]} ]}

View File

@@ -91,7 +91,7 @@ export default function FinancingPage() {
author: "Standard Financing", author: "Standard Financing",
description: "Conventional auto loans with competitive interest rates, flexible loan terms from 24 to 84 months, and quick approval process. Available for new and used vehicles with minimal documentation.", description: "Conventional auto loans with competitive interest rates, flexible loan terms from 24 to 84 months, and quick approval process. Available for new and used vehicles with minimal documentation.",
tags: ["Competitive Rates", "Flexible Terms", "Quick Approval"], tags: ["Competitive Rates", "Flexible Terms", "Quick Approval"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg?_wi=7",
imageAlt: "Traditional auto loan options", imageAlt: "Traditional auto loan options",
}, },
{ {
@@ -100,7 +100,7 @@ export default function FinancingPage() {
author: "Modern Leasing", author: "Modern Leasing",
description: "Experience the latest vehicles with our competitive leasing programs. Lower monthly payments, included maintenance, and the flexibility to drive a new car every few years.", description: "Experience the latest vehicles with our competitive leasing programs. Lower monthly payments, included maintenance, and the flexibility to drive a new car every few years.",
tags: ["Lower Payments", "Included Maintenance", "Always New"], tags: ["Lower Payments", "Included Maintenance", "Always New"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg?_wi=8",
imageAlt: "Vehicle leasing programs", imageAlt: "Vehicle leasing programs",
}, },
{ {
@@ -109,7 +109,7 @@ export default function FinancingPage() {
author: "Maximum Value", author: "Maximum Value",
description: "Looking to refinance your existing auto loan? We help you get better rates and terms. Plus, we offer fair trade-in valuations to reduce your down payment on your next vehicle.", description: "Looking to refinance your existing auto loan? We help you get better rates and terms. Plus, we offer fair trade-in valuations to reduce your down payment on your next vehicle.",
tags: ["Better Rates", "Trade-In Value", "Lower Monthly"], tags: ["Better Rates", "Trade-In Value", "Lower Monthly"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg?_wi=9",
imageAlt: "Refinancing solutions", imageAlt: "Refinancing solutions",
}, },
]} ]}

View File

@@ -1,29 +1,63 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Libre_Baskerville, Inter } from "next/font/google";
import { Halant } from "next/font/google"; import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Libre_Baskerville } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const libreBaskerville = Libre_Baskerville({ const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", variable: "--font-libre-baskerville",
subsets: ["latin"], subsets: ["latin"],
weight: ["400", "700"], weight: ["400", "700"],
}); });
const inter = Inter({ const inter = Inter({
variable: "--font-inter", variable: "--font-inter",
subsets: ["latin"], subsets: ["latin"],
}); });
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Premium Auto Sales | Paulo Car - Luxury Vehicles",
description: "Discover premium vehicles at Paulo Car. Offering luxury sedans, SUVs, and sports cars with certified quality, extended warranties, and flexible financing options.",
keywords: "luxury cars, auto sales, premium vehicles, car dealership, financing options, test drive",
metadataBase: new URL("https://paulcar.com"),
alternates: {
canonical: "https://paulcar.com",
},
openGraph: {
title: "Premium Auto Sales | Paulo Car",
description: "Discover your perfect premium vehicle with Paulo Car. 20+ years of automotive excellence.",
url: "https://paulcar.com",
siteName: "Paulo Car",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/african-american-car-mechanic-talking-businessman-auto-repair-shop_637285-4239.jpg",
alt: "Paulo Car - Premium Vehicles",
},
],
},
twitter: {
card: "summary_large_image",
title: "Premium Auto Sales | Paulo Car",
description: "Discover your perfect premium vehicle with Paulo Car.",
images: [
"http://img.b2bpic.net/free-photo/african-american-car-mechanic-talking-businessman-auto-repair-shop_637285-4239.jpg",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: Readonly<{
@@ -32,7 +66,9 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}> <body
className={`${libreBaskerville.variable} ${inter.variable} ${halant.variable} antialiased`}
>
<Tag /> <Tag />
{children} {children}
<script <script
@@ -44,4 +80,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -76,7 +76,7 @@ export default function HomePage() {
{ text: "Schedule Test Drive", href: "/contact" }, { text: "Schedule Test Drive", href: "/contact" },
]} ]}
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/african-american-car-mechanic-talking-businessman-auto-repair-shop_637285-4239.jpg" imageSrc="http://img.b2bpic.net/free-photo/african-american-car-mechanic-talking-businessman-auto-repair-shop_637285-4239.jpg?_wi=1"
imageAlt="Luxury car showroom" imageAlt="Luxury car showroom"
mediaAnimation="slide-up" mediaAnimation="slide-up"
ariaLabel="Hero section - Premium auto sales" ariaLabel="Hero section - Premium auto sales"
@@ -97,7 +97,7 @@ export default function HomePage() {
name: "Executive Sedan", name: "Executive Sedan",
price: "$42,500", price: "$42,500",
variant: "2024 Premium Edition", variant: "2024 Premium Edition",
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-by-her-car-outside-street_1303-29685.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-by-her-car-outside-street_1303-29685.jpg?_wi=1",
imageAlt: "Luxury premium sedan", imageAlt: "Luxury premium sedan",
}, },
{ {
@@ -105,7 +105,7 @@ export default function HomePage() {
name: "Luxury SUV", name: "Luxury SUV",
price: "$58,900", price: "$58,900",
variant: "2024 Signature Series", variant: "2024 Signature Series",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sits-car-field_169016-41470.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sits-car-field_169016-41470.jpg?_wi=1",
imageAlt: "High-end luxury SUV", imageAlt: "High-end luxury SUV",
}, },
{ {
@@ -113,7 +113,7 @@ export default function HomePage() {
name: "Sports Coupe", name: "Sports Coupe",
price: "$65,200", price: "$65,200",
variant: "2024 Performance Package", variant: "2024 Performance Package",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-left-headlight-white-sports-car_181624-12947.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-left-headlight-white-sports-car_181624-12947.jpg?_wi=1",
imageAlt: "Premium sports coupe", imageAlt: "Premium sports coupe",
}, },
]} ]}
@@ -135,7 +135,7 @@ export default function HomePage() {
tag="Since 2003" tag="Since 2003"
tagIcon={Trophy} tagIcon={Trophy}
tagAnimation="slide-up" tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13635.jpg" imageSrc="http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13635.jpg?_wi=1"
imageAlt="Paulo Car professional team" imageAlt="Paulo Car professional team"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metrics={[ metrics={[
@@ -165,7 +165,7 @@ export default function HomePage() {
author: "Paulo Car Standards", author: "Paulo Car Standards",
description: "Every vehicle undergoes comprehensive inspection, including mechanical review, safety assessment, and cosmetic evaluation to ensure premium condition.", description: "Every vehicle undergoes comprehensive inspection, including mechanical review, safety assessment, and cosmetic evaluation to ensure premium condition.",
tags: ["Inspection", "Certification", "Quality Assurance"], tags: ["Inspection", "Certification", "Quality Assurance"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg?_wi=1",
imageAlt: "Quality certification process", imageAlt: "Quality certification process",
}, },
{ {
@@ -174,7 +174,7 @@ export default function HomePage() {
author: "Peace of Mind", author: "Peace of Mind",
description: "All our vehicles come with extended warranty coverage and roadside assistance, protecting your investment and providing security on every journey.", description: "All our vehicles come with extended warranty coverage and roadside assistance, protecting your investment and providing security on every journey.",
tags: ["Warranty", "Protection", "Support"], tags: ["Warranty", "Protection", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg?_wi=2",
imageAlt: "Warranty coverage details", imageAlt: "Warranty coverage details",
}, },
{ {
@@ -183,7 +183,7 @@ export default function HomePage() {
author: "Tailored Solutions", author: "Tailored Solutions",
description: "We offer competitive financing options with flexible terms, low rates, and quick approval process to make vehicle ownership accessible and affordable.", description: "We offer competitive financing options with flexible terms, low rates, and quick approval process to make vehicle ownership accessible and affordable.",
tags: ["Financing", "Flexible Terms", "Easy Approval"], tags: ["Financing", "Flexible Terms", "Easy Approval"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-looking-phone_23-2148384974.jpg?_wi=3",
imageAlt: "Financing solutions", imageAlt: "Financing solutions",
}, },
]} ]}

View File

@@ -57,7 +57,7 @@ export default function VehiclesPage() {
{ text: "Contact Sales", href: "/contact" }, { text: "Contact Sales", href: "/contact" },
]} ]}
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/african-american-car-mechanic-talking-businessman-auto-repair-shop_637285-4239.jpg" imageSrc="http://img.b2bpic.net/free-photo/african-american-car-mechanic-talking-businessman-auto-repair-shop_637285-4239.jpg?_wi=2"
imageAlt="Paulo Car full vehicle inventory" imageAlt="Paulo Car full vehicle inventory"
mediaAnimation="slide-up" mediaAnimation="slide-up"
ariaLabel="Vehicles inventory hero section" ariaLabel="Vehicles inventory hero section"
@@ -77,7 +77,7 @@ export default function VehiclesPage() {
name: "Executive Sedan", name: "Executive Sedan",
price: "$42,500", price: "$42,500",
variant: "2024 Premium Edition", variant: "2024 Premium Edition",
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-by-her-car-outside-street_1303-29685.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-by-her-car-outside-street_1303-29685.jpg?_wi=2",
imageAlt: "Luxury premium sedan", imageAlt: "Luxury premium sedan",
}, },
{ {
@@ -85,7 +85,7 @@ export default function VehiclesPage() {
name: "Business Sedan", name: "Business Sedan",
price: "$38,900", price: "$38,900",
variant: "2024 Standard Edition", variant: "2024 Standard Edition",
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-by-her-car-outside-street_1303-29685.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-by-her-car-outside-street_1303-29685.jpg?_wi=3",
imageAlt: "Professional business sedan", imageAlt: "Professional business sedan",
}, },
{ {
@@ -93,7 +93,7 @@ export default function VehiclesPage() {
name: "Luxury SUV", name: "Luxury SUV",
price: "$58,900", price: "$58,900",
variant: "2024 Signature Series", variant: "2024 Signature Series",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sits-car-field_169016-41470.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sits-car-field_169016-41470.jpg?_wi=2",
imageAlt: "High-end luxury SUV", imageAlt: "High-end luxury SUV",
}, },
{ {
@@ -101,7 +101,7 @@ export default function VehiclesPage() {
name: "Family SUV", name: "Family SUV",
price: "$52,400", price: "$52,400",
variant: "2024 Comfort Package", variant: "2024 Comfort Package",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sits-car-field_169016-41470.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sits-car-field_169016-41470.jpg?_wi=3",
imageAlt: "Premium family SUV", imageAlt: "Premium family SUV",
}, },
{ {
@@ -109,7 +109,7 @@ export default function VehiclesPage() {
name: "Sports Coupe", name: "Sports Coupe",
price: "$65,200", price: "$65,200",
variant: "2024 Performance Package", variant: "2024 Performance Package",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-left-headlight-white-sports-car_181624-12947.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-left-headlight-white-sports-car_181624-12947.jpg?_wi=2",
imageAlt: "Premium sports coupe", imageAlt: "Premium sports coupe",
}, },
{ {
@@ -117,7 +117,7 @@ export default function VehiclesPage() {
name: "Luxury Coupe", name: "Luxury Coupe",
price: "$72,100", price: "$72,100",
variant: "2024 Elite Edition", variant: "2024 Elite Edition",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-left-headlight-white-sports-car_181624-12947.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-left-headlight-white-sports-car_181624-12947.jpg?_wi=3",
imageAlt: "Luxury high-performance coupe", imageAlt: "Luxury high-performance coupe",
}, },
]} ]}