diff --git a/src/app/page.tsx b/src/app/page.tsx
index 62814d2..1a5af1a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,101 +30,45 @@ export default function LandingPage() {
@@ -135,45 +79,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
- products={[
- {
- id: "p1",
- brand: "LEGO",
- name: "City Police",
- price: "99,000 ₮",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-gummy-bears_23-2149870782.jpg",
- },
- {
- id: "p2",
- brand: "LEGO",
- name: "Star Wars X-Wing",
- price: "299,000 ₮",
- rating: 5,
- reviewCount: "8",
- imageSrc: "http://img.b2bpic.net/free-photo/colorful-pop-it-toy-background-close-up_58702-5445.jpg",
- },
- {
- id: "p3",
- brand: "LEGO",
- name: "Technic Truck",
- price: "399,000 ₮",
- rating: 4,
- reviewCount: "5",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-with-toys-floor_23-2149311331.jpg",
- },
- {
- id: "p4",
- brand: "LEGO",
- name: "Creator Tree",
- price: "149,000 ₮",
- rating: 5,
- reviewCount: "20",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-surprising-by-his-robotic-innovation_140725-34744.jpg",
- },
- ]}
title="LEGO SETS"
+ description="Top-tier LEGO collections for all ages."
+ products={[
+ { id: "p1", brand: "LEGO", name: "City Police", price: "99,000 ₮", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-gummy-bears_23-2149870782.jpg" },
+ { id: "p2", brand: "LEGO", name: "Star Wars X-Wing", price: "299,000 ₮", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/colorful-pop-it-toy-background-close-up_58702-5445.jpg" },
+ { id: "p3", brand: "LEGO", name: "Technic Truck", price: "399,000 ₮", rating: 4, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-with-toys-floor_23-2149311331.jpg" },
+ { id: "p4", brand: "LEGO", name: "Creator Tree", price: "149,000 ₮", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-surprising-by-his-robotic-innovation_140725-34744.jpg" },
+ ]}
/>
@@ -184,21 +97,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
- {
- title: "Traditional Rug",
- description: "Beautiful handcrafted Mongolian rugs.",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-home-arrangement_23-2149135745.jpg",
- },
- {
- title: "Velvet Pillows",
- description: "Comfort meets style in your living room.",
- imageSrc: "http://img.b2bpic.net/free-vector/geometric-pattern-design_1175-153.jpg",
- },
- {
- title: "Floor Decor",
- description: "Unique accents for modern spaces.",
- imageSrc: "http://img.b2bpic.net/free-photo/pampas-grass-arrangement-modern-interior_23-2152007067.jpg",
- },
+ { title: "Traditional Rug", description: "Beautiful handcrafted Mongolian rugs.", imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-home-arrangement_23-2149135745.jpg" },
+ { title: "Velvet Pillows", description: "Comfort meets style in your living room.", imageSrc: "http://img.b2bpic.net/free-vector/geometric-pattern-design_1175-153.jpg" },
+ { title: "Floor Decor", description: "Unique accents for modern spaces.", imageSrc: "http://img.b2bpic.net/free-photo/pampas-grass-arrangement-modern-interior_23-2152007067.jpg" },
]}
title="ХИВС & ДЭР"
description="Premium home decor inspired by the elements."
@@ -207,158 +108,17 @@ export default function LandingPage() {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -366,30 +126,10 @@ export default function LandingPage() {