Update src/app/page.tsx

This commit is contained in:
2026-05-07 18:40:02 +00:00
parent 675c652c0e
commit d4bc9eb767

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Галерија", id: "gallery" },
{ name: "Контакт", id: "contact" },
]}
brandName="mirov photografy"
brandName="photografy"
button={{ text: "Резервирај сесија", href: "#contact" }}
/>
</div>
@@ -107,7 +107,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
title="Што велат нашите клиенти"
description="Искуства од соработката со Фото Весна."
description="Искуства од соработката со photografy."
testimonials={[
{ id: "t1", name: "Сара Ј.", handle: "Младенци", testimonial: "Неверојатно искуство и прекрасни фотографии!", rating: 5 },
{ id: "t2", name: "Марко Д.", handle: "Корпоративен клиент", testimonial: "Професионализам на највисоко ниво.", rating: 5 },
@@ -142,7 +142,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="mirov photografy"
logoText="photografy"
columns={[
{ title: "Навигација", items: [{ label: "Почетна", href: "#hero" }, { label: "За нас", href: "#about" }, { label: "Галерија", href: "#gallery" }] },
{ title: "Контакт", items: [{ label: "Контакт форма", href: "#contact" }, { label: "Политика на приватност", href: "#" }] },