diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e72678..1ca10f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,6 +129,8 @@ export default function LandingPage() { heading={[ { type: "text", content: "Beyond the Ordinary: Crafting Automotive Masterpieces"}, + { + type: "image", src: "http://img.b2bpic.net/free-photo/casual-male-posing-with-electric-scooter_23-2148779893.jpg", alt: "Modern car studio exterior glass facade"}, ]} buttons={[ { @@ -136,8 +138,6 @@ export default function LandingPage() { { text: "Meet the Team", href: "#"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/casual-male-posing-with-electric-scooter_23-2148779893.jpg" - imageAlt="Modern car studio exterior glass facade" />