diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6bd7778..0615713 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,17 +46,14 @@ export default function LandingPage() {
@@ -74,9 +63,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Welcome to Our Jeans Collection"
description={[
- "Room of Jeans Makumbusho is your destination for premium quality denim. We believe that everyone deserves the perfect fit.",
- "Our shop curates a diverse collection of styles, ensuring you stay ahead of the fashion curve while enjoying durable, comfortable clothing.",
- ]}
+ "Room of Jeans Makumbusho is your destination for premium quality denim. We believe that everyone deserves the perfect fit.", "Our shop curates a diverse collection of styles, ensuring you stay ahead of the fashion curve while enjoying durable, comfortable clothing."]}
/>
@@ -88,59 +75,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- brand: "Denim Pro",
- name: "Classic Indigo",
- price: "55,000 TZS",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/young-teenage-boy-wearing-denim-outfit_23-2150151059.jpg?_wi=1",
- },
+ id: "p1", brand: "Denim Pro", name: "Classic Indigo", price: "55,000 TZS", rating: 5,
+ reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/young-teenage-boy-wearing-denim-outfit_23-2150151059.jpg"},
{
- id: "p2",
- brand: "Street Edge",
- name: "Urban Distressed",
- price: "60,000 TZS",
- rating: 5,
- reviewCount: "8",
- imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-store_23-2148164876.jpg?_wi=1",
- },
+ id: "p2", brand: "Street Edge", name: "Urban Distressed", price: "60,000 TZS", rating: 5,
+ reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-store_23-2148164876.jpg"},
{
- id: "p3",
- brand: "Comfort Denim",
- name: "Slim Fit Blue",
- price: "58,000 TZS",
- rating: 4,
- reviewCount: "15",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-funny-crazy-glamor-stylish-smiling-beautiful-young-woman-model-bright-hipster-summer-casual-jeans-clothes-posing-street-iron-grating-blue-sky_158538-1987.jpg?_wi=1",
- },
+ id: "p3", brand: "Comfort Denim", name: "Slim Fit Blue", price: "58,000 TZS", rating: 4,
+ reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/portrait-funny-crazy-glamor-stylish-smiling-beautiful-young-woman-model-bright-hipster-summer-casual-jeans-clothes-posing-street-iron-grating-blue-sky_158538-1987.jpg"},
{
- id: "p4",
- brand: "Modern Cut",
- name: "Relaxed Straight",
- price: "52,000 TZS",
- rating: 5,
- reviewCount: "6",
- imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-stylish-beautiful-young-woman-model-with-red-lips-summer-bright-colorful-jeans-hipster-cloth-black-beanie_158538-9535.jpg",
- },
+ id: "p4", brand: "Modern Cut", name: "Relaxed Straight", price: "52,000 TZS", rating: 5,
+ reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-stylish-beautiful-young-woman-model-with-red-lips-summer-bright-colorful-jeans-hipster-cloth-black-beanie_158538-9535.jpg"},
{
- id: "p5",
- brand: "Denim Pro",
- name: "Rugged Work",
- price: "65,000 TZS",
- rating: 5,
- reviewCount: "9",
- imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg",
- },
+ id: "p5", brand: "Denim Pro", name: "Rugged Work", price: "65,000 TZS", rating: 5,
+ reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg"},
{
- id: "p6",
- brand: "Style Trend",
- name: "Light Wash Trendy",
- price: "49,000 TZS",
- rating: 4,
- reviewCount: "11",
- imageSrc: "http://img.b2bpic.net/free-photo/shop-clothing-clothes-shop-hanger-modern-shop-boutique_1150-8887.jpg",
- },
+ id: "p6", brand: "Style Trend", name: "Light Wash Trendy", price: "49,000 TZS", rating: 4,
+ reviewCount: "11", imageSrc: "http://img.b2bpic.net/free-photo/shop-clothing-clothes-shop-hanger-modern-shop-boutique_1150-8887.jpg"},
]}
title="Our Latest Collection"
description="Explore our wide variety of denim styles suited for every occasion."
@@ -150,37 +101,20 @@ export default function LandingPage() {