Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-17 07:42:40 +00:00

View File

@@ -137,7 +137,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{ variant: "sparkles-gradient" }}
text="Programări: +40 722 000 000 | Adresă: Str. Exemplului nr. 21, București. Program: L-V: 09-20, S: 10-18."
text="Programări: +40 722 000 000\n\nAdresă: Str. Exemplului nr. 21, București\n\nProgram: L-V: 09-20, S: 10-18."
buttons={[{ text: "WhatsApp Booking", href: "https://wa.me/40722000000" }]}
/>
</div>
@@ -155,4 +155,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}