From 64fde1814f1e73ea2cabcbc2ffee4f0606af8b19 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 01:57:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 186 ++++++++++++----------------------------------- 1 file changed, 47 insertions(+), 139 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c637b4f..a06ae22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,16 +30,11 @@ export default function LandingPage() { @@ -172,21 +105,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Sarah", handle: "@sarah", testimonial: "The best manicure I've ever had, truly a spa experience.", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-stylish-brunette-girl-confidently-looking-camera-white-background_574295-2431.jpg"}, - { - id: "2", name: "Elena", handle: "@elena", testimonial: "Irina's brow work is absolute magic.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg"}, - { - id: "3", name: "Maria", handle: "@maria", testimonial: "Prosecco Fridays are my favorite day of the week.", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-ballet-dancer-ballerina-pointe_1157-43875.jpg"}, - { - id: "4", name: "Julia", handle: "@julia", testimonial: "High-end luxury in every detail. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-vitiligo_23-2149012605.jpg"}, - { - id: "5", name: "Anna", handle: "@anna", testimonial: "So refined and peaceful. The best atelier in town.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-with-flowers_23-2148834823.jpg"}, - { - id: "6", name: "Kate", handle: "@kate", testimonial: "Professional service and absolutely gorgeous results.", imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg"}, + { id: "1", name: "Lucia", handle: "@lucia", testimonial: "Najlepšia manikúra, akú som kedy mala, skutočný spa zážitok." }, + { id: "2", name: "Jana", handle: "@jana", testimonial: "Irina robí s obočím zázraky. Odporúčam!" }, ]} - title="Client Rituals" - description="What our guests are saying." + title="Recenzie" + description="Čo o nás hovoria naše klientky." /> @@ -195,28 +118,24 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Location: Rue de Paris", "Hours: 10AM-8PM", "Perks: Prosecco Fridays", "Social: @profi_beauty"]} - title="Info Bar" - description="Visit us in Paris, daily from 10 AM - 8 PM." + "Tel: 0952 160 597", "Adresa: Košická 52a, 821 08 Ružinov", "Rezervácie: dikidi.net/profi" + ]} + title="Kontakt" + description="Navštívte nás v Ružinove, tešíme sa na vašu návštevu." />
@@ -224,29 +143,18 @@ export default function LandingPage() { ); -} \ No newline at end of file +}