diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f196ec..0b599a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,94 +31,38 @@ export default function LandingPage() {
@@ -127,12 +71,7 @@ export default function LandingPage() { @@ -143,42 +82,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Silk Gown", - price: "$890", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7088.jpg", - }, - { - id: "p2", - name: "Gold Brooch", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409246.jpg", - }, - { - id: "p3", - name: "Evening Blazer", - price: "$450", - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-outdoors_23-2148803580.jpg", - }, - { - id: "p4", - name: "Velvet Heels", - price: "$320", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-bouquet-stands-near-shoes_8353-1746.jpg", - }, - { - id: "p5", - name: "Cashmere Scarf", - price: "$180", - imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg", - }, - { - id: "p6", - name: "Gold Clutch", - price: "$290", - imageSrc: "http://img.b2bpic.net/free-photo/redhaired-young-caucasian-woman-silver-dress-smiles-camera-holds-bucket-champagne-pink-background_197531-32069.jpg", - }, + { id: "p1", name: "Silk Gown", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7088.jpg" }, + { id: "p2", name: "Gold Brooch", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409246.jpg" }, + { id: "p3", name: "Evening Blazer", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-outdoors_23-2148803580.jpg" }, + { id: "p4", name: "Velvet Heels", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/wedding-bouquet-stands-near-shoes_8353-1746.jpg" }, + { id: "p5", name: "Cashmere Scarf", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg" }, + { id: "p6", name: "Gold Clutch", price: "$290", imageSrc: "http://img.b2bpic.net/free-photo/redhaired-young-caucasian-woman-silver-dress-smiles-camera-holds-bucket-champagne-pink-background_197531-32069.jpg" }, ]} title="The Golden Collection" description="Exclusive pieces crafted with precision and premium materials." @@ -191,24 +100,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "m1", - icon: Globe, - title: "Countries", - value: "25+", - }, - { - id: "m2", - icon: Award, - title: "Awards", - value: "12", - }, - { - id: "m3", - icon: Users, - title: "Happy Clients", - value: "5k+", - }, + { id: "m1", icon: Globe, title: "Countries", value: "25+" }, + { id: "m2", icon: Award, title: "Awards", value: "12" }, + { id: "m3", icon: Users, title: "Happy Clients", value: "5k+" }, ]} title="Global Presence" description="Excellence defined by our reach." @@ -222,26 +116,11 @@ export default function LandingPage() { rating={5} author="Elena Rossi, Fashion Critic" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-long-blonde-hair-wearing-red-jacket_23-2149020141.jpg", - alt: "Client", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg", - alt: "Client", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-plaid-blaizer-turtleneck-sweater-looking-thoughtful-outdoor_574295-2015.jpg", - alt: "Client", - }, - { - src: "http://img.b2bpic.net/free-photo/fashion-woman-casual-summer-clothes_158538-10412.jpg", - alt: "Client", - }, - { - src: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shirt-shop_1303-19863.jpg", - alt: "Client", - }, + { src: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-long-blonde-hair-wearing-red-jacket_23-2149020141.jpg", alt: "Client" }, + { src: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg", alt: "Client" }, + { src: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-plaid-blaizer-turtleneck-sweater-looking-thoughtful-outdoor_574295-2015.jpg", alt: "Client" }, + { src: "http://img.b2bpic.net/free-photo/fashion-woman-casual-summer-clothes_158538-10412.jpg", alt: "Client" }, + { src: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shirt-shop_1303-19863.jpg", alt: "Client" }, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -252,21 +131,9 @@ export default function LandingPage() { @@ -295,43 +155,13 @@ export default function LandingPage() {