diff --git a/src/app/page.tsx b/src/app/page.tsx index 1800c41..2c56036 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,6 +114,12 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193621.jpg" imageAlt="Clean detailing studio with car" mediaAnimation="slide-up" + buttons={[ + { + text: 'Vezi Serviciile Noastre', + href: '#servicii', + }, + ]} /> @@ -334,4 +340,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file