diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7524029..c0358f6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -124,7 +124,7 @@ export default function AboutPage() { title="Why Choose TiE HOUSE?" description="Building trust through quality, transparency, and exceptional service since day one." tag="Our Promise" - tagIcon={Shield} + tagIcon={CheckCircle} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -189,7 +189,7 @@ export default function AboutPage() { company: "Hassan Trading Co.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg?_wi=2", + "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg", }, { id: "2", @@ -198,7 +198,7 @@ export default function AboutPage() { company: "Cairo Design Studio", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-bearded-middle-age-male-dressed-woolen-suit-isolated-grey-vignette-background_613910-26.jpg?_wi=2", + "http://img.b2bpic.net/free-photo/portrait-bearded-middle-age-male-dressed-woolen-suit-isolated-grey-vignette-background_613910-26.jpg", }, { id: "3", @@ -207,7 +207,7 @@ export default function AboutPage() { company: "Style House Alexandria", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/content-businessman-talking-by-smartphone-looking-away_74855-3250.jpg?_wi=2", + "http://img.b2bpic.net/free-photo/content-businessman-talking-by-smartphone-looking-away_74855-3250.jpg", }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b98f80..2e33191 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function HomePage() { }, ]} mediaAnimation="opacity" - background="radial-gradient" + background={{ variant: "radial-gradient" }} ariaLabel="TiE HOUSE Hero Section - Men's Fashion" /> @@ -104,7 +104,7 @@ export default function HomePage() { id: "suit-classic-black", name: "Classic Black Suit", price: "2,499 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt-black-suit_158595-4782.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt-black-suit_158595-4782.jpg", imageAlt: "Classic black tailored suit", initialQuantity: 1, }, @@ -112,7 +112,7 @@ export default function HomePage() { id: "suit-navy-premium", name: "Premium Navy Suit", price: "2,799 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-together_53876-22943.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-together_53876-22943.jpg", imageAlt: "Navy blue premium suit", initialQuantity: 1, }, @@ -120,7 +120,7 @@ export default function HomePage() { id: "shirt-white-dress", name: "White Dress Shirt", price: "599 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/basic-white-shirt-men-s-fashion-apparel-city-view-shoot_53876-105525.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/basic-white-shirt-men-s-fashion-apparel-city-view-shoot_53876-105525.jpg", imageAlt: "Premium white dress shirt", initialQuantity: 1, }, @@ -128,7 +128,7 @@ export default function HomePage() { id: "shirt-blue-formal", name: "Blue Formal Shirt", price: "649 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280747.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280747.jpg", imageAlt: "Elegant blue formal shirt", initialQuantity: 1, }, @@ -136,7 +136,7 @@ export default function HomePage() { id: "tie-silk-burgundy", name: "Silk Burgundy Tie", price: "349 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/groom-s-accessories-black-bow-tie-shoes-tuxedo-wedding-details_8353-10976.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/groom-s-accessories-black-bow-tie-shoes-tuxedo-wedding-details_8353-10976.jpg", imageAlt: "Premium silk burgundy tie", initialQuantity: 1, }, @@ -144,7 +144,7 @@ export default function HomePage() { id: "casual-smart-shirt", name: "Smart Casual Shirt", price: "499 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-white-shirt-trousers-fashion-male-posing-street-background-europe-city-sunset-sunglasses_158538-22372.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-white-shirt-trousers-fashion-male-posing-street-background-europe-city-sunset-sunglasses_158538-22372.jpg", imageAlt: "Men's smart casual shirt", initialQuantity: 1, }, @@ -237,7 +237,7 @@ export default function HomePage() { role: "CEO", company: "Hassan Trading Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg", imageAlt: "Ahmed Hassan", }, { @@ -246,7 +246,7 @@ export default function HomePage() { role: "Architect", company: "Cairo Design Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-middle-age-male-dressed-woolen-suit-isolated-grey-vignette-background_613910-26.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-middle-age-male-dressed-woolen-suit-isolated-grey-vignette-background_613910-26.jpg", imageAlt: "Mohamed Karim", }, { @@ -255,7 +255,7 @@ export default function HomePage() { role: "Fashion Designer", company: "Style House Alexandria", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-talking-by-smartphone-looking-away_74855-3250.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-talking-by-smartphone-looking-away_74855-3250.jpg", imageAlt: "Khaled Ibrahim", }, {