Update src/app/page.tsx
This commit is contained in:
@@ -53,12 +53,12 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-throwing-up-keys-her-white-car-car-dealership_651396-3573.jpg", imageAlt: "GS Automotive Premium Showroom" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13656.jpg", imageAlt: "Quality Used Vehicles" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-throwing-up-keys-her-white-car-car-dealership_651396-3573.jpg?_wi=1", imageAlt: "GS Automotive Premium Showroom" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13656.jpg?_wi=1", imageAlt: "Quality Used Vehicles" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-looking-car-s-engine-room_23-2147897818.jpg", imageAlt: "Professional Repair Services" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint-car-door_23-2149714302.jpg", imageAlt: "Expert Body Work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg", imageAlt: "Used Parts Available" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167543.jpg", imageAlt: "Diverse Vehicle Selection" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg?_wi=1", imageAlt: "Used Parts Available" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167543.jpg?_wi=1", imageAlt: "Diverse Vehicle Selection" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
title: "Oil Changes & Maintenance", description: "Regular maintenance services to keep your vehicle running smoothly and reliably."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-throwing-up-keys-her-white-car-car-dealership_651396-3573.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-throwing-up-keys-her-white-car-car-dealership_651396-3573.jpg?_wi=2"
|
||||
imageAlt="GS Automotive Professional Team"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -104,10 +104,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "vehicle-1", name: "2018 Honda Civic", price: "$8,999", imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13656.jpg", imageAlt: "2018 Honda Civic Sedan"
|
||||
id: "vehicle-1", name: "2018 Honda Civic", price: "$8,999", imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13656.jpg?_wi=2", imageAlt: "2018 Honda Civic Sedan"
|
||||
},
|
||||
{
|
||||
id: "vehicle-2", name: "2016 Ford F-150", price: "$12,499", imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167543.jpg", imageAlt: "2016 Ford F-150 Truck"
|
||||
id: "vehicle-2", name: "2016 Ford F-150", price: "$12,499", imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167543.jpg?_wi=2", imageAlt: "2016 Ford F-150 Truck"
|
||||
},
|
||||
{
|
||||
id: "vehicle-3", name: "2019 Toyota Corolla", price: "$10,499", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32013.jpg", imageAlt: "2019 Toyota Corolla"
|
||||
@@ -202,13 +202,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "parts-1", name: "Engine Blocks & Transmissions", price: "Call for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg", imageAlt: "Engine and Transmission Parts"
|
||||
id: "parts-1", name: "Engine Blocks & Transmissions", price: "Call for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg?_wi=2", imageAlt: "Engine and Transmission Parts"
|
||||
},
|
||||
{
|
||||
id: "parts-2", name: "Doors, Hoods & Fenders", price: "$199 - $599", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg", imageAlt: "Body Panel Parts"
|
||||
id: "parts-2", name: "Doors, Hoods & Fenders", price: "$199 - $599", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg?_wi=3", imageAlt: "Body Panel Parts"
|
||||
},
|
||||
{
|
||||
id: "parts-3", name: "Interior & Electrical", price: "$49 - $399", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg", imageAlt: "Interior and Electrical Components"
|
||||
id: "parts-3", name: "Interior & Electrical", price: "$49 - $399", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg?_wi=4", imageAlt: "Interior and Electrical Components"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -266,7 +266,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Get in Touch with GS Automotive"
|
||||
description="Ready to sell your car, get a repair estimate, or find quality parts? Contact us today for a free consultation. Our team is ready to help."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-throwing-up-keys-her-white-car-car-dealership_651396-3573.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-throwing-up-keys-her-white-car-car-dealership_651396-3573.jpg?_wi=3"
|
||||
imageAlt="GS Automotive Contact"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -287,7 +287,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-throwing-up-keys-her-white-car-car-dealership_651396-3573.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-throwing-up-keys-her-white-car-car-dealership_651396-3573.jpg?_wi=4"
|
||||
imageAlt="GS Automotive Footer"
|
||||
logoText="GS Automotive"
|
||||
copyrightText="© 2025 GS Automotive | Affordable Pricing • Buy • Sell • Repair • Parts | All Rights Reserved"
|
||||
|
||||
Reference in New Issue
Block a user