From 24ea2cd769912850c765034ef4574e1c9ba05a2b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 21:28:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 392 ++++++----------------------------------------- 1 file changed, 48 insertions(+), 344 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdba6ff..47ef987 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,138 +32,37 @@ export default function LandingPage() {
@@ -172,21 +71,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Decades of Tailoring Excellence" metrics={[ - { - icon: Award, - label: "Years Experience", - value: "25+", - }, - { - icon: CheckCircle, - label: "Suits Rented", - value: "10k+", - }, - { - icon: Sparkles, - label: "Satisfied Grooms", - value: "5k+", - }, + { icon: Award, label: "Years Experience", value: "25+" }, + { icon: CheckCircle, label: "Suits Rented", value: "10k+" }, + { icon: Sparkles, label: "Satisfied Grooms", value: "5k+" } ]} metricsAnimation="slide-up" /> @@ -199,21 +86,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} features={[ - { - title: "Expert Fitting", - description: "Our AI-powered sizing tool ensures a perfect fit every single time.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-male-tailor-taking-measurement-blue-fabric-with-measuring-tape-table-his-shop_23-2148180321.jpg", - }, - { - title: "Premium Fabrics", - description: "Sustainable Italian wool and high-grade linens for unparalleled comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-businessman-model-dressed-elegant-checkered-suit-posing-near-gray-wall-street-background-metrosexual-with-luxury-watch-wrist_158538-14226.jpg", - }, - { - title: "Fast Shipping", - description: "Guaranteed arrival 3 days before your event with free returns included.", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-looking-cellphone-holding-shopping-bags-hand_23-2148101728.jpg", - }, + { title: "Expert Fitting", description: "Our AI-powered sizing tool ensures a perfect fit every single time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-male-tailor-taking-measurement-blue-fabric-with-measuring-tape-table-his-shop_23-2148180321.jpg" }, + { title: "Premium Fabrics", description: "Sustainable Italian wool and high-grade linens for unparalleled comfort.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-businessman-model-dressed-elegant-checkered-suit-posing-near-gray-wall-street-background-metrosexual-with-luxury-watch-wrist_158538-14226.jpg" }, + { title: "Fast Shipping", description: "Guaranteed arrival 3 days before your event with free returns included.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-looking-cellphone-holding-shopping-bags-hand_23-2148101728.jpg" } ]} title="Why Choose Elite" description="We combine luxury tailoring with unmatched convenience." @@ -225,43 +100,14 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={true} + animationType="slide-up" products={[ - { - id: "1", - name: "Classic Tuxedo", - price: "$129", - imageSrc: "http://img.b2bpic.net/free-photo/mens-suit-with-stripes-it_114579-12628.jpg", - }, - { - id: "2", - name: "Modern Navy", - price: "$99", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-blue-suit-posing-gray_158538-4486.jpg", - }, - { - id: "3", - name: "Summer Linen", - price: "$119", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-groom-with-black-bowtie_1328-4895.jpg", - }, - { - id: "4", - name: "Velvet Gala", - price: "$149", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327164.jpg", - }, - { - id: "5", - name: "Double Breasted", - price: "$139", - imageSrc: "http://img.b2bpic.net/free-photo/curly-haired-man-with-brown-blouse-posing_23-2148892053.jpg", - }, - { - id: "6", - name: "Charcoal Formal", - price: "$109", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk_23-2148897938.jpg", - }, + { id: "1", name: "Classic Tuxedo", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/mens-suit-with-stripes-it_114579-12628.jpg" }, + { id: "2", name: "Modern Navy", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-blue-suit-posing-gray_158538-4486.jpg" }, + { id: "3", name: "Summer Linen", price: "$119", imageSrc: "http://img.b2bpic.net/free-photo/elegant-groom-with-black-bowtie_1328-4895.jpg" }, + { id: "4", name: "Velvet Gala", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327164.jpg" }, + { id: "5", name: "Double Breasted", price: "$139", imageSrc: "http://img.b2bpic.net/free-photo/curly-haired-man-with-brown-blouse-posing_23-2148892053.jpg" }, + { id: "6", name: "Charcoal Formal", price: "$109", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk_23-2148897938.jpg" } ]} title="Our Collection" description="Hand-picked styles for weddings, galas, and business events." @@ -274,59 +120,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "basic", - badge: "Essential", - price: "$89", - subtitle: "Perfect for short events", - buttons: [ - { - text: "Select", - href: "#", - }, - ], - features: [ - "3-day rental", - "Standard shipping", - "Basic cleaning", - ], - }, - { - id: "pro", - badge: "Premium", - price: "$149", - subtitle: "Best for weddings", - buttons: [ - { - text: "Select", - href: "#", - }, - ], - features: [ - "7-day rental", - "Priority shipping", - "Full dry cleaning", - "Insurance included", - ], - }, - { - id: "elite", - badge: "VIP", - price: "$249", - subtitle: "For special occasions", - buttons: [ - { - text: "Select", - href: "#", - }, - ], - features: [ - "14-day rental", - "White glove service", - "Custom alterations", - "24/7 Support", - ], - }, + { id: "basic", badge: "Essential", price: "$89", subtitle: "Perfect for short events", buttons: [{ text: "Select", href: "#" }], features: ["3-day rental", "Standard shipping", "Basic cleaning"] }, + { id: "pro", badge: "Premium", price: "$149", subtitle: "Best for weddings", buttons: [{ text: "Select", href: "#" }], features: ["7-day rental", "Priority shipping", "Full dry cleaning", "Insurance included"] }, + { id: "elite", badge: "VIP", price: "$249", subtitle: "For special occasions", buttons: [{ text: "Select", href: "#" }], features: ["14-day rental", "White glove service", "Custom alterations", "24/7 Support"] } ]} title="Flexible Rental Tiers" description="Choose the level that fits your timeline and needs." @@ -340,46 +136,11 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "James L.", - role: "Groom", - company: "Wedding Ceremony", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoors-business-man-listening-happy-music_23-2148763857.jpg", - }, - { - id: "2", - name: "Marcus R.", - role: "Executive", - company: "Annual Gala", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-senior-businessman_1262-2162.jpg", - }, - { - id: "3", - name: "David K.", - role: "Guest", - company: "Formal Event", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-model-posing-street_1303-14445.jpg", - }, - { - id: "4", - name: "Sam T.", - role: "Groom", - company: "Summer Wedding", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-dressed-black-suit_1153-1174.jpg", - }, - { - id: "5", - name: "Alex P.", - role: "Professional", - company: "Board Meeting", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-suit-isolated-grey-background_613910-2351.jpg", - }, + { id: "1", name: "James L.", role: "Groom", company: "Wedding Ceremony", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoors-business-man-listening-happy-music_23-2148763857.jpg" }, + { id: "2", name: "Marcus R.", role: "Executive", company: "Annual Gala", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-senior-businessman_1262-2162.jpg" }, + { id: "3", name: "David K.", role: "Guest", company: "Formal Event", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-model-posing-street_1303-14445.jpg" }, + { id: "4", name: "Sam T.", role: "Groom", company: "Summer Wedding", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-dressed-black-suit_1153-1174.jpg" }, + { id: "5", name: "Alex P.", role: "Professional", company: "Board Meeting", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-suit-isolated-grey-background_613910-2351.jpg" } ]} title="Trusted by Thousands" description="See why men trust Elite for their biggest moments." @@ -390,26 +151,10 @@ export default function LandingPage() { @@ -444,38 +178,8 @@ export default function LandingPage() {