From 632798d63f3df55b7121791e813e5646a474d697 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 09:37:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 178 ++++++++++------------------------------------- 1 file changed, 35 insertions(+), 143 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ffe01f1..4132997 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function HomePage() { description="Inspired by the Cedars. Made for the Strong." buttons={[ { text: "Shop Now", href: "/hoodies" }, - { text: "Learn Our Story", href: "/our-story" }, + { text: "Discover Our Heritage", href: "/our-story" }, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-woman-printed-tshirt-posed-indoor-steel-stairs_627829-2160.jpg" @@ -103,26 +103,11 @@ export default function HomePage() { animationType="slide-up" products={[ { - id: "passport", - name: "Passport Hoodie", - price: "$65", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-arab-beard-man-wear-grey-turtleneck-black-jaket-arabian-model-guy_627829-4312.jpg?_wi=1", - imageAlt: "Passport Hoodie - Green", - }, + id: "passport", name: "Passport Hoodie", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-arab-beard-man-wear-grey-turtleneck-black-jaket-arabian-model-guy_627829-4312.jpg?_wi=1", imageAlt: "Passport Hoodie - Green"}, { - id: "961", - name: "961 Hoodie", - price: "$70", - imageSrc: "http://img.b2bpic.net/free-photo/white-hoodie-man-with-green-pants-city_53876-119827.jpg?_wi=1", - imageAlt: "961 Hoodie - White", - }, + id: "961", name: "961 Hoodie", price: "$70", imageSrc: "http://img.b2bpic.net/free-photo/white-hoodie-man-with-green-pants-city_53876-119827.jpg?_wi=1", imageAlt: "961 Hoodie - White"}, { - id: "fairouz", - name: "Fairouz Hoodie", - price: "$75", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-woman-looking-trendy-girl-casual-summer-hoodie-skirt-clothes_158538-1384.jpg?_wi=1", - imageAlt: "Fairouz Hoodie - Black", - }, + id: "fairouz", name: "Fairouz Hoodie", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-woman-looking-trendy-girl-casual-summer-hoodie-skirt-clothes_158538-1384.jpg?_wi=1", imageAlt: "Fairouz Hoodie - Black"}, ]} buttons={[{ text: "View All Hoodies", href: "/hoodies" }]} buttonAnimation="slide-up" @@ -141,24 +126,12 @@ export default function HomePage() { animationType="slide-up" metrics={[ { - id: "deal-1", - value: "50% OFF", - title: "Buy 2 Items", - items: [ - "Get 50% OFF the 3rd item", - "Premium quality guaranteed", - "Free shipping included", - ], + id: "deal-1", value: "50% OFF", title: "Buy 2 Items", items: [ + "Get 50% OFF the 3rd item", "Premium quality guaranteed", "Free shipping included"], }, { - id: "deal-2", - value: "FREE", - title: "Buy 4 Items", - items: [ - "Get the 5th item FREE", - "Mix and match any collection", - "Express delivery available", - ], + id: "deal-2", value: "FREE", title: "Buy 4 Items", items: [ + "Get the 5th item FREE", "Mix and match any collection", "Express delivery available"], }, ]} buttons={[{ text: "Shop Now", href: "/hoodies" }]} @@ -174,34 +147,22 @@ export default function HomePage() { metrics={[ { icon: Shield, - label: "Secure Payment", - value: "Protected", - }, + label: "Secure Payment", value: "Protected"}, { icon: Truck, - label: "Fast Delivery", - value: "Express Available", - }, + label: "Fast Delivery", value: "Express Available"}, { icon: Flag, - label: "Made in Lebanon", - value: "Local Pride", - }, + label: "Made in Lebanon", value: "Local Pride"}, { icon: Star, - label: "Quality Guaranteed", - value: "Premium Materials", - }, + label: "Quality Guaranteed", value: "Premium Materials"}, { icon: Banknote, - label: "Cash on Delivery", - value: "Flexible Payment", - }, + label: "Cash on Delivery", value: "Flexible Payment"}, { icon: Headphones, - label: "24/7 Support", - value: "Always Available", - }, + label: "24/7 Support", value: "Always Available"}, ]} /> @@ -219,40 +180,15 @@ export default function HomePage() { animationType="slide-up" features={[ { - id: "chill", - title: "Chill Mode", - description: "Relaxed, comfortable pieces for laid-back vibes. Perfect for casual days in the city.", - imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page_23-2148588358.jpg?_wi=1", - imageAlt: "Chill mood outfits", - }, + id: "chill", title: "Chill Mode", description: "Relaxed, comfortable pieces for laid-back vibes. Perfect for casual days in the city.", imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page_23-2148588358.jpg?_wi=1", imageAlt: "Chill mood outfits"}, { - id: "street", - title: "Street Energy", - description: "Bold, confident looks that dominate urban landscapes. Express your inner rebel.", - imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page_23-2148588358.jpg?_wi=2", - imageAlt: "Street style outfits", - }, + id: "street", title: "Street Energy", description: "Bold, confident looks that dominate urban landscapes. Express your inner rebel.", imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page_23-2148588358.jpg?_wi=2", imageAlt: "Street style outfits"}, { - id: "elegant", - title: "Elegant Mode", - description: "Refined, sophisticated pieces for moments that matter. Premium and timeless.", - imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page_23-2148588358.jpg?_wi=3", - imageAlt: "Elegant outfits", - }, + id: "elegant", title: "Elegant Mode", description: "Refined, sophisticated pieces for moments that matter. Premium and timeless.", imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page_23-2148588358.jpg?_wi=3", imageAlt: "Elegant outfits"}, { - id: "beirut-night", - title: "Beirut Night", - description: "City-inspired looks for evening adventures. Where tradition meets modernity.", - imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page_23-2148588358.jpg?_wi=4", - imageAlt: "Beirut night outfits", - }, + id: "beirut-night", title: "Beirut Night", description: "City-inspired looks for evening adventures. Where tradition meets modernity.", imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page_23-2148588358.jpg?_wi=4", imageAlt: "Beirut night outfits"}, { - id: "mountain", - title: "Mountain Vibes", - description: "Nature-inspired pieces that echo the cedars. Strength and tranquility combined.", - imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page_23-2148588358.jpg?_wi=5", - imageAlt: "Mountain vibes outfits", - }, + id: "mountain", title: "Mountain Vibes", description: "Nature-inspired pieces that echo the cedars. Strength and tranquility combined.", imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page_23-2148588358.jpg?_wi=5", imageAlt: "Mountain vibes outfits"}, ]} buttons={[{ text: "Find Your Style", href: "/customization" }]} buttonAnimation="slide-up" @@ -272,59 +208,23 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "ahmad", - name: "Ahmad M.", - role: "Fashion Enthusiast", - company: "Beirut", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-posing-studio_23-2150197253.jpg?_wi=1", - imageAlt: "Ahmad M. testimonial", - }, + id: "ahmad", name: "Ahmad M.", role: "Fashion Enthusiast", company: "Beirut", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-posing-studio_23-2150197253.jpg?_wi=1", imageAlt: "Ahmad M. testimonial"}, { - id: "nour", - name: "Nour K.", - role: "Lifestyle Blogger", - company: "Tripoli", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blond-woman-crossing-arms_1301-910.jpg", - imageAlt: "Nour K. testimonial", - }, + id: "nour", name: "Nour K.", role: "Lifestyle Blogger", company: "Tripoli", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-blond-woman-crossing-arms_1301-910.jpg", imageAlt: "Nour K. testimonial"}, { - id: "sam", - name: "Sam R.", - role: "Urban Explorer", - company: "Rashaya Al Wadi", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-smiling-showing-thumbs-up-standing-blue-wall_141793-55879.jpg", - imageAlt: "Sam R. testimonial", - }, + id: "sam", name: "Sam R.", role: "Urban Explorer", company: "Rashaya Al Wadi", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-smiling-showing-thumbs-up-standing-blue-wall_141793-55879.jpg", imageAlt: "Sam R. testimonial"}, { - id: "majd", - name: "Majd B.", - role: "Barber & Entrepreneur", - company: "Rashaya Al Wadi", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg", - imageAlt: "Majd B. testimonial", - }, + id: "majd", name: "Majd B.", role: "Barber & Entrepreneur", company: "Rashaya Al Wadi", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg", imageAlt: "Majd B. testimonial"}, { - id: "lara", - name: "Lara T.", - role: "Artist", - company: "Saida", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg", - imageAlt: "Lara T. testimonial", - }, + id: "lara", name: "Lara T.", role: "Artist", company: "Saida", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg", imageAlt: "Lara T. testimonial"}, { - id: "rami", - name: "Rami Z.", - role: "Music Producer", - company: "Zahle", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg", - imageAlt: "Rami Z. testimonial", - }, + id: "rami", name: "Rami Z.", role: "Music Producer", company: "Zahle", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg", imageAlt: "Rami Z. testimonial"}, ]} /> @@ -337,24 +237,16 @@ export default function HomePage() { metrics={[ { icon: TreePine, - label: "Inspired by Cedars", - value: "Thousands of years", - }, + label: "Inspired by Cedars", value: "Thousands of years"}, { icon: Zap, - label: "Strength & Resilience", - value: "Spirit of Lebanon", - }, + label: "Strength & Resilience", value: "Spirit of Lebanon"}, { icon: Users, - label: "Young Creators", - value: "Building identity", - }, + label: "Young Creators", value: "Building identity"}, { icon: Globe, - label: "From Rashaya to Beirut", - value: "Nationwide reach", - }, + label: "From Rashaya to Beirut", value: "Nationwide reach"}, ]} /> -- 2.49.1