diff --git a/src/app/page.tsx b/src/app/page.tsx index b362f1e..7b995e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,14 @@ export default function LandingPage() { title="Obchodź swoje chwile w Restauracji Kaszubskiej" description="Przytulna restauracja i sala weselna w Kosakowo – idealna dla wesel, urodzin, komunii, rocznic i rodzinnych świąt. Tradycyjna kuchnia, piękne wnętrza i profesjonalna obsługa." background={{ variant: "plain" }} + avatars={[ + { src: "http://img.b2bpic.net/free-photo/love-senior-couple-hugging-with-fire-sparkles_23-2148333629.jpg", alt: "Gość 1" }, + { src: "http://img.b2bpic.net/free-photo/family-generations-looking-camera_23-2148314901.jpg", alt: "Gość 2" }, + { src: "http://img.b2bpic.net/free-photo/doctor-emotions-men-team-horizontal-standing_1291-65.jpg", alt: "Gość 3" }, + { src: "http://img.b2bpic.net/free-photo/couple-having-fun-pour-each-other-with-garden-hose_158595-2245.jpg", alt: "Gość 4" }, + { src: "http://img.b2bpic.net/free-photo/happy-male-friends-playing-with-confetti-birthday-celebration_23-2148046232.jpg", alt: "Gość 5" } + ]} + avatarText="Trusted by 500+ families" buttons={[ { text: "Zarezerwuj imprezę", href: "contact" }, { text: "Poznaj naszą ofertę", href: "cuisine" }