diff --git a/src/app/page.tsx b/src/app/page.tsx
index a4f6221..95d2ff9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -44,8 +44,8 @@ export default function LandingPage() {
@@ -94,19 +94,19 @@ export default function LandingPage() {
useInvertedBackground="noInvert"
products={[
{
- id: "1", brand: "Tu kvitka", name: "Red Rose Romance", price: "$45.00", rating: 5,
+ id: "1", brand: "Hello Kvitka", name: "Red Rose Romance", price: "$45.00", rating: 5,
reviewCount: "127", imageSrc: "https://img.b2bpic.net/free-photo/woman-holding-bouquet-yellow-orange-dahliason-light-background_169016-39443.jpg", imageAlt: "Beautiful red roses bouquet"
},
{
- id: "2", brand: "Tu kvitka", name: "Rainbow Tulip Bundle", price: "$52.00", rating: 5,
+ id: "2", brand: "Hello Kvitka", name: "Rainbow Tulip Bundle", price: "$52.00", rating: 5,
reviewCount: "94", imageSrc: "https://img.b2bpic.net/free-photo/lisianthus-bouquet-wooden-table_501050-300.jpg", imageAlt: "Colorful tulips arrangement"
},
{
- id: "3", brand: "Tu kvitka", name: "Sunshine Sunflower", price: "$38.00", rating: 4,
+ id: "3", brand: "Hello Kvitka", name: "Sunshine Sunflower", price: "$38.00", rating: 4,
reviewCount: "156", imageSrc: "https://img.b2bpic.net/free-photo/lisianthus-bouquet-wooden-table_501050-281.jpg", imageAlt: "Bright sunflowers bouquet"
},
{
- id: "4", brand: "Tu kvitka", name: "Enchanted Garden Mix", price: "$60.00", rating: 5,
+ id: "4", brand: "Hello Kvitka", name: "Enchanted Garden Mix", price: "$60.00", rating: 5,
reviewCount: "203", imageSrc: "https://img.b2bpic.net/free-photo/flowers-from-home-garden-vase-white-background_169016-34144.jpg", imageAlt: "Mixed colorful flower arrangement"
}
]}
@@ -118,7 +118,7 @@ export default function LandingPage() {
@@ -249,7 +249,7 @@ export default function LandingPage() {
]
}
]}
- bottomLeftText="© 2025 Tu kvitka. All rights reserved."
+ bottomLeftText="© 2025 Hello Kvitka. All rights reserved."
bottomRightText="Made with love for flower lovers"
/>