diff --git a/src/app/page.tsx b/src/app/page.tsx index 1dea0dc..1fd1f29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="large" - background="noise" + background="circleGradient" cardStyle="outline" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -51,18 +51,18 @@ export default function LandingPage() { { text: 'Learn About Services', href: 'services' } ]} buttonAnimation="slide-up" - background={{ variant: 'noise' }} + background={{ variant: 'plain' }} leftCarouselItems={[ - { imageSrc: 'http://img.b2bpic.net/free-photo/two-auto-mechanics-giving-each-other-manly-greet-auto-repair-shop_637285-4313.jpg?_wi=1', imageAlt: 'Professional oil change service' }, - { imageSrc: 'http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg?_wi=1', imageAlt: 'Advanced vehicle diagnostics' }, - { imageSrc: 'http://img.b2bpic.net/free-photo/two-auto-mechanics-giving-each-other-manly-greet-auto-repair-shop_637285-4313.jpg?_wi=2', imageAlt: 'Quality maintenance service' }, - { imageSrc: 'http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg?_wi=2', imageAlt: 'Expert diagnostic testing' } + { imageSrc: 'http://img.b2bpic.net/free-photo/two-auto-mechanics-giving-each-other-manly-greet-auto-repair-shop_637285-4313.jpg', imageAlt: 'Professional oil change service' }, + { imageSrc: 'http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg', imageAlt: 'Advanced vehicle diagnostics' }, + { imageSrc: 'http://img.b2bpic.net/free-photo/two-auto-mechanics-giving-each-other-manly-greet-auto-repair-shop_637285-4313.jpg', imageAlt: 'Quality maintenance service' }, + { imageSrc: 'http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg', imageAlt: 'Expert diagnostic testing' } ]} rightCarouselItems={[ - { imageSrc: 'http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580564.jpg?_wi=1', imageAlt: 'State-of-the-art service facility' }, - { imageSrc: 'http://img.b2bpic.net/free-photo/happy-auto-repairman-measuring-depth-car-tire-workshop_637285-7564.jpg?_wi=1', imageAlt: 'Professional tire service' }, - { imageSrc: 'http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580564.jpg?_wi=2', imageAlt: 'Professional automotive repair' }, - { imageSrc: 'http://img.b2bpic.net/free-photo/happy-auto-repairman-measuring-depth-car-tire-workshop_637285-7564.jpg?_wi=2', imageAlt: 'Complete tire maintenance' } + { imageSrc: 'http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580564.jpg', imageAlt: 'State-of-the-art service facility' }, + { imageSrc: 'http://img.b2bpic.net/free-photo/happy-auto-repairman-measuring-depth-car-tire-workshop_637285-7564.jpg', imageAlt: 'Professional tire service' }, + { imageSrc: 'http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580564.jpg', imageAlt: 'Professional automotive repair' }, + { imageSrc: 'http://img.b2bpic.net/free-photo/happy-auto-repairman-measuring-depth-car-tire-workshop_637285-7564.jpg', imageAlt: 'Complete tire maintenance' } ]} carouselPosition="right" /> @@ -77,7 +77,7 @@ export default function LandingPage() { description="Jason & Emily Patton" subdescription="Founders & Lead Mechanics" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580564.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580564.jpg" imageAlt="Pattons Automotive Service Team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -96,22 +96,22 @@ export default function LandingPage() { id: 1, title: 'Oil Changes & Fluid Services', description: 'Regular oil changes, transmission fluid, coolant flushes, and all fluid maintenance to keep your engine running smoothly and efficiently.', - phoneOne: { imageSrc: 'http://img.b2bpic.net/free-photo/two-auto-mechanics-giving-each-other-manly-greet-auto-repair-shop_637285-4313.jpg?_wi=3' }, - phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg?_wi=3' } + phoneOne: { imageSrc: 'http://img.b2bpic.net/free-photo/two-auto-mechanics-giving-each-other-manly-greet-auto-repair-shop_637285-4313.jpg' }, + phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg' } }, { id: 2, title: 'Tire Rotation & Replacement', description: 'Professional tire rotation, balancing, and replacement with quality tires. We ensure your safety on every mile.', - phoneOne: { imageSrc: 'http://img.b2bpic.net/free-photo/happy-auto-repairman-measuring-depth-car-tire-workshop_637285-7564.jpg?_wi=3' }, - phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580564.jpg?_wi=4' } + phoneOne: { imageSrc: 'http://img.b2bpic.net/free-photo/happy-auto-repairman-measuring-depth-car-tire-workshop_637285-7564.jpg' }, + phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580564.jpg' } }, { id: 3, title: 'Vehicle Diagnostics', description: 'Advanced computer diagnostics identify issues quickly and accurately. Transparent reports mean no surprises—just honest answers about your vehicle\'s health.', - phoneOne: { imageSrc: 'http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg?_wi=4' }, - phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-photo/two-auto-mechanics-giving-each-other-manly-greet-auto-repair-shop_637285-4313.jpg?_wi=4' } + phoneOne: { imageSrc: 'http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg' }, + phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-photo/two-auto-mechanics-giving-each-other-manly-greet-auto-repair-shop_637285-4313.jpg' } } ]} showStepNumbers={true}