From 9035e84b9d765da4449957aaabdafc517189c4da Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 16:57:15 +0000 Subject: [PATCH 1/3] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index eca5a5c..704fd57 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sun, 14 Jun 2026 16:57:25 +0000 Subject: [PATCH 2/3] Update src/components/Layout.tsx --- src/components/Layout.tsx | 57 ++++++++++++--------------------------- 1 file changed, 17 insertions(+), 40 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 704fd57..1733946 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Home", - "href": "#hero" + "name": "Home", "href": "#hero" }, { - "name": "Collections", - "href": "#products" + "name": "Collections", "href": "#products" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Social", - "href": "#social" + "name": "Social", "href": "#social" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,42 +49,28 @@ export default function Layout() { brand="NU 4.0" columns={[ { - title: "Store", - items: [ + title: "Store", items: [ { - label: "Ezdan Mall", - href: "#", - }, + label: "Ezdan Mall", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Categories", - items: [ + title: "Categories", items: [ { - label: "Men", - href: "#", - }, + label: "Men", href: "#"}, { - label: "Women", - href: "#", - }, + label: "Women", href: "#"}, ], }, ]} copyright="© 2024 NU 4.0 Fashion. All rights reserved." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ]} /> -- 2.49.1 From 2b327efa8b64c3f175565a5131dda9124e085825 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 16:57:25 +0000 Subject: [PATCH 3/3] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 139 +++++++++-------------------------------- 1 file changed, 30 insertions(+), 109 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3d4d493..3dba525 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -17,13 +17,9 @@ export default function HomePage() { brand="NU 4.0" description="Modern Fashion. Timeless Style. Visit us at Ezdan Mall, Al Gharrafa." primaryButton={{ - text: "Shop Collection", - href: "#products", - }} + text: "Shop Collection", href: "#products"}} secondaryButton={{ - text: "Visit Our Store", - href: "#contact", - }} + text: "Visit Our Store", href: "#contact"}} imageSrc="http://img.b2bpic.net/free-photo/curly-hair-girl-isolated-white-studio-background_627829-9891.jpg" /> @@ -34,9 +30,7 @@ export default function HomePage() { @@ -49,20 +43,11 @@ export default function HomePage() { description="Explore our premium selection for all occasions." items={[ { - title: "Men's Collection", - description: "Tailored and modern silhouettes.", - imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-109031.jpg", - }, + title: "Men's Collection", description: "Tailored and modern silhouettes.", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-109031.jpg"}, { - title: "Women's Collection", - description: "Elegant and contemporary styles.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-man-glasses-wear-casual-posed-outdoor-against-iron-stairs_627829-12663.jpg", - }, + title: "Women's Collection", description: "Elegant and contemporary styles.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-man-glasses-wear-casual-posed-outdoor-against-iron-stairs_627829-12663.jpg"}, { - title: "Best Sellers", - description: "Highly coveted pieces.", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-bearded-male-wearing-stylish-clothes-stands-with-bicycle-antique-street-europe_613910-6715.jpg", - }, + title: "Best Sellers", description: "Highly coveted pieces.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-bearded-male-wearing-stylish-clothes-stands-with-bicycle-antique-street-europe_613910-6715.jpg"}, ]} /> @@ -76,47 +61,19 @@ export default function HomePage() { description="Shop the newest additions to our collection." items={[ { - title: "Summer Jacket", - description: "Lightweight linen jacket", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353733.jpg", - }, + title: "Summer Jacket", description: "Lightweight linen jacket", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353733.jpg"}, { - title: "Formal Trousers", - description: "Slim fit trousers", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149134029.jpg", - }, + title: "Formal Trousers", description: "Slim fit trousers", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149134029.jpg"}, { - title: "Casual Shirt", - description: "Premium cotton shirt", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-suggesting-trendy-clothes-male-client-try_482257-118047.jpg", - }, + title: "Casual Shirt", description: "Premium cotton shirt", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-suggesting-trendy-clothes-male-client-try_482257-118047.jpg"}, { - title: "Elegant Dress", - description: "Modern day-to-night dress", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/woman-near-house-destroyed-by-war-war-ukraine_169016-65623.jpg", - }, + title: "Elegant Dress", description: "Modern day-to-night dress", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/woman-near-house-destroyed-by-war-war-ukraine_169016-65623.jpg"}, { - title: "Leather Belt", - description: "Handcrafted accessory", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133993.jpg", - }, + title: "Leather Belt", description: "Handcrafted accessory", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133993.jpg"}, { - title: "Silk Scarf", - description: "Luxurious print scarf", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-woman-sculpture_23-2151003049.jpg", - }, + title: "Silk Scarf", description: "Luxurious print scarf", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-woman-sculpture_23-2151003049.jpg"}, { - title: "Classic Pumps", - description: "Timeless leather pumps", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/gen-z-people-exploring-absurdist-fashion-beauty_23-2151104083.jpg", - }, + title: "Classic Pumps", description: "Timeless leather pumps", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/gen-z-people-exploring-absurdist-fashion-beauty_23-2151104083.jpg"}, ]} /> @@ -130,40 +87,20 @@ export default function HomePage() { description="Fashion enthusiasts in Doha love NU 4.0." testimonials={[ { - name: "Sarah A.", - role: "Loyal Shopper", - company: "Doha", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-holding-smartphone_23-2149684327.jpg", - }, + name: "Sarah A.", role: "Loyal Shopper", company: "Doha", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-holding-smartphone_23-2149684327.jpg"}, { - name: "Ahmed M.", - role: "Style Enthusiast", - company: "Doha", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-man-street_1098-13733.jpg", - }, + name: "Ahmed M.", role: "Style Enthusiast", company: "Doha", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-man-street_1098-13733.jpg"}, { - name: "Layla K.", - role: "Fashion Blogger", - company: "Doha", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-stylish-woman-talking-phone_23-2148777563.jpg", - }, + name: "Layla K.", role: "Fashion Blogger", company: "Doha", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-stylish-woman-talking-phone_23-2148777563.jpg"}, { - name: "Omar F.", - role: "Corporate Professional", - company: "Doha", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-brunette-girl-thoughtfully-looking-camera-modern-self-service-laundry_574295-2559.jpg", - }, + name: "Omar F.", role: "Corporate Professional", company: "Doha", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-brunette-girl-thoughtfully-looking-camera-modern-self-service-laundry_574295-2559.jpg"}, { - name: "Nora S.", - role: "Designer", - company: "Doha", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg", - }, + name: "Nora S.", role: "Designer", company: "Doha", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg"}, ]} /> @@ -176,14 +113,7 @@ export default function HomePage() { title="Our Partners" description="Featured in premium outlets." names={[ - "Fashion Doha", - "Doha Style", - "Luxury Monthly", - "Mall News", - "Ezdan Lifestyle", - "Qatar Fashion Weekly", - "Moda Doha", - ]} + "Fashion Doha", "Doha Style", "Luxury Monthly", "Mall News", "Ezdan Lifestyle", "Qatar Fashion Weekly", "Moda Doha"]} /> @@ -193,19 +123,14 @@ export default function HomePage() { @@ -217,13 +142,9 @@ export default function HomePage() { tag="Visit Us" text="Experience NU 4.0 in-store today. Visit us at Ezdan Mall." primaryButton={{ - text: "WhatsApp Us", - href: "https://wa.me/974", - }} + text: "WhatsApp Us", href: "https://wa.me/974"}} secondaryButton={{ - text: "Get Directions", - href: "https://maps.google.com", - }} + text: "Get Directions", href: "https://maps.google.com"}} /> -- 2.49.1