Update src/app/page.tsx
This commit is contained in:
@@ -105,8 +105,8 @@ export default function LandingPage() {
|
||||
title="Cennik"
|
||||
description="Przejrzyste plany współpracy dostosowane do Twojego budżetu."
|
||||
plans={[
|
||||
{ name: "Starter", price: "$99", features: ["Montaż do 60s", "Korekcja koloru", "Sound Design"] },
|
||||
{ name: "Pro", price: "$199", features: ["Wszystko ze startera", "Motion Graphics", "Szybki czas realizacji"] }
|
||||
{ title: "Starter", price: "$99", features: ["Montaż do 60s", "Korekcja koloru", "Sound Design"] },
|
||||
{ title: "Pro", price: "$199", features: ["Wszystko ze startera", "Motion Graphics", "Szybki czas realizacji"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,8 +120,8 @@ export default function LandingPage() {
|
||||
title="Więcej opinii"
|
||||
description="Klienci chętnie wracają po więcej."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Jan", quote: "Świetna współpraca!", role: "CEO", imageSrc: "" },
|
||||
{ id: "2", name: "Ela", quote: "Pełen profesjonalizm.", role: "Manager", imageSrc: "" }
|
||||
{ id: "1", name: "Jan", role: "CEO", quote: "Świetna współpraca!", imageSrc: "" },
|
||||
{ id: "2", name: "Ela", role: "Manager", quote: "Pełen profesjonalizm.", imageSrc: "" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user