diff --git a/src/app/page.tsx b/src/app/page.tsx
index d8e4434..680b3fe 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -58,37 +46,16 @@ export default function LandingPage() {
title="Elegance of Arabian Identity"
description="Premium Middle Eastern Menswear in Sydney."
buttons={[
- {
- text: "Shop Collection",
- href: "#products",
- },
- {
- text: "Visit Store",
- href: "#contact",
- },
+ { text: "Shop Collection", href: "#products" },
+ { text: "Visit Store", href: "#contact" }
]}
- imageSrc="http://img.b2bpic.net/free-photo/attractive-handsome-stylish-indian-man-wear-shirt-sunglasses-standing-terrace-modern-lounge-cafe-his-work-break_627829-1308.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/attractive-handsome-stylish-indian-man-wear-shirt-sunglasses-standing-terrace-modern-lounge-cafe-his-work-break_627829-1308.jpg"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-checkered-suit-having-business-mobile-conversation-smartphone-street-metrosexual_158538-14059.jpg",
- alt: "Portrait of sexy handsome fashion businessman model dressed in elegant checkered suit",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-suit-posing-near-brick-wall-street-background-metrosexual_158538-10601.jpg",
- alt: "Portrait of sexy handsome fashion businessman model dressed in elegant suit",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-retro-1920s-english-arabian-business-man-wearing-dark-suit-tie-flat-cap_627829-6790.jpg",
- alt: "Portrait of retro 1920s english arabian business man",
- },
- {
- src: "http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118472.jpg",
- alt: "Middle eastern client in a wheelchair examining clothes",
- },
- {
- src: "http://img.b2bpic.net/free-photo/man-standing-by-coloumn-winter-jacket-looking-up-sky_1303-30460.jpg",
- alt: "Man standing by the coloumn in winter jacket",
- },
+ { src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-checkered-suit-having-business-mobile-conversation-smartphone-street-metrosexual_158538-14059.jpg", alt: "Portrait of sexy handsome fashion businessman model dressed in elegant checkered suit" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-suit-posing-near-brick-wall-street-background-metrosexual_158538-10601.jpg", alt: "Portrait of sexy handsome fashion businessman model dressed in elegant suit" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-retro-1920s-english-arabian-business-man-wearing-dark-suit-tie-flat-cap_627829-6790.jpg", alt: "Portrait of retro 1920s english arabian business man" },
+ { src: "http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118472.jpg", alt: "Middle eastern client in a wheelchair examining clothes" },
+ { src: "http://img.b2bpic.net/free-photo/man-standing-by-coloumn-winter-jacket-looking-up-sky_1303-30460.jpg", alt: "Man standing by the coloumn in winter jacket" }
]}
avatarText="Trusted by 500+ professionals"
/>
@@ -98,12 +65,7 @@ export default function LandingPage() {
@@ -114,29 +76,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Premium Fabrics",
- description: "Sourced from the finest materials globally.",
- bentoComponent: "reveal-icon",
- icon: Sparkles,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36691.jpg",
- imageAlt: "luxury boutique interior",
+ title: "Premium Fabrics", description: "Sourced from the finest materials globally.", bentoComponent: "reveal-icon", icon: Sparkles
},
{
- title: "Expert Tailoring",
- description: "Bespoke cuts that define sophistication.",
- bentoComponent: "reveal-icon",
- icon: Award,
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-handsome-stylish-indian-man-wear-shirt-sunglasses-standing-terrace-modern-lounge-cafe-his-work-break_627829-1308.jpg?_wi=2",
- imageAlt: "luxury boutique interior",
+ title: "Expert Tailoring", description: "Bespoke cuts that define sophistication.", bentoComponent: "reveal-icon", icon: Award
},
{
- title: "Modern Style",
- description: "Contemporary Gulf fashion for the modern man.",
- bentoComponent: "reveal-icon",
- icon: Zap,
- imageSrc: "http://img.b2bpic.net/free-photo/monochrome-view-wedding-attire-groom-reflecting-glass-table_8353-10240.jpg?_wi=1",
- imageAlt: "luxury boutique interior",
- },
+ title: "Modern Style", description: "Contemporary Gulf fashion for the modern man.", bentoComponent: "reveal-icon", icon: Zap
+ }
]}
title="Redefining Elegance"
description="Excellence in every stitch."
@@ -147,44 +94,12 @@ export default function LandingPage() {
@@ -321,16 +169,8 @@ export default function LandingPage() {
logoText="EASTERN MAN"
copyrightText="© 2026 Eastern Man Boutique."
socialLinks={[
- {
- icon: Facebook,
- href: "#",
- ariaLabel: "Facebook",
- },
- {
- icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
+ { icon: Facebook, href: "#", ariaLabel: "Facebook" },
+ { icon: Instagram, href: "#", ariaLabel: "Instagram" }
]}
/>