Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-02 14:17:51 +00:00

View File

@@ -163,9 +163,9 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "vehicle-registration", name: "Vehicle Registration", price: "Starting at $49", imageSrc: "http://img.b2bpic.net/free-photo/graduation-diploma-certificate-wax-seal_23-2148769715.jpg", imageAlt: "Vehicle Registration documents"},
id: "vehicle-registration", name: "Vehicle Registration", price: "Starting at $49", imageSrc: "https://img.b2bpic.net/image-of-car-registration-documents-license-plate-and-keys-on-a-desk", imageAlt: "Car registration documents with a license plate and keys"},
{
id: "title-transfers", name: "Title Transfers", price: "Starting at $75", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-repairing-computer_23-2148419170.jpg", imageAlt: "Car title transfer document"},
id: "title-transfers", name: "Title Transfers", price: "Starting at $75", imageSrc: "https://img.b2bpic.net/image-of-car-title-document-on-a-desk-with-a-pen", imageAlt: "Car title transfer document with a pen"},
{
id: "license-plate-services", name: "License Plate Services", price: "Starting at $29", imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167557.jpg", imageAlt: "Pennsylvania License Plate"},
{
@@ -326,4 +326,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}