diff --git a/src/app/page.tsx b/src/app/page.tsx index ffb6fa0..668d334 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { logoAlt="Canon Foto Salon Logo" brandName="CANON FOTO SALON" button={{ - text: "Buyurtma Berish", href: "#contact"}} + text: "Buyurtma Berish", href: "#contact"}} /> @@ -175,7 +175,7 @@ export default function LandingPage() { { id: "framed-pictures", name: "Ramkali Rasmlar", price: "200,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-books-flower-blackboard_23-2147624910.jpg", imageAlt: "Framed wedding photograph display"}, { - id: "custom-sizes", name: "Maxsus O'lchamlar", price: "Kelishilgan Narx", imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-collage-design_23-2150063102.jpg", imageAlt: "Various photo sizes floating in 3D space"}, + id: "custom-sizes", name: "Maxsus O'lchamlar", price: "Kelishilgan Narx", imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-collage-design_23-2150063102.jpg", alt: "Various photo sizes floating in 3D space"}, ]} title="Har Qanday O'lchamdagi Rasmlar" description="Yuqori Sifatli Fotoprint. Xotiralaringizni jonlantiradigan a'lo sifatli chop etish." @@ -326,4 +326,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file