From 74a0e6778eabbb0c101ab42d9836bb0efd42f014 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:37:40 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 45 +++++++++++----------------------------- 1 file changed, 12 insertions(+), 33 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9d0959a..eb22650 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Watches", href: "/shop?category=watches" }, { label: "Accessories", href: "/shop?category=accessories" }, { label: "Trimmers", href: "/shop?category=trimmers" }, @@ -29,8 +28,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Sustainability", href: "/sustainability" }, @@ -39,8 +37,7 @@ export default function ContactPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "/faq" }, { label: "Shipping Info", href: "/shipping" }, @@ -49,8 +46,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -58,24 +54,15 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Instagram", - href: "https://instagram.com/premiumessentials", - }, + label: "Instagram", href: "https://instagram.com/premiumessentials"}, { - label: "Facebook", - href: "https://facebook.com/premiumessentials", - }, + label: "Facebook", href: "https://facebook.com/premiumessentials"}, { - label: "Twitter", - href: "https://twitter.com/premiumessentials", - }, + label: "Twitter", href: "https://twitter.com/premiumessentials"}, { - label: "YouTube", - href: "https://youtube.com/@premiumessentials", - }, + label: "YouTube", href: "https://youtube.com/@premiumessentials"}, ], }, ]; @@ -87,7 +74,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -103,7 +90,7 @@ export default function ContactPage() { title="We're Here to Help" description="Have questions about our products or need assistance? Our dedicated customer service team is available 24/7 to support you. Reach out and let us know how we can help." tagIcon={Mail} - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Send Message" @@ -119,15 +106,7 @@ export default function ContactPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "GQ Magazine", - "Hypebeast", - "Gentleman's Journal", - "The Verge", - "Complex", - "Mens Health", - "Esquire", - "Wired", - ]} + "GQ Magazine", "Hypebeast", "Gentleman's Journal", "The Verge", "Complex", "Mens Health", "Esquire", "Wired"]} speed={40} showCard={true} /> -- 2.49.1 From cb2575fe874f9cdab80d465aa7ea9b893a0d99fd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:37:41 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 246 ++++++++++++----------------------------------- 1 file changed, 63 insertions(+), 183 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79e32e2..8565aad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,194 +35,97 @@ export default function HomePage() { const bestSellerProducts = [ { - id: "watch-001", - name: "Chrono Titanium Pro", - price: "$249.99", - imageSrc: - "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=1", - imageAlt: "Chrono Titanium Pro watch", - }, + id: "watch-001", name: "Chrono Titanium Pro", price: "$249.99", imageSrc: + "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Chrono Titanium Pro watch"}, { - id: "watch-002", - name: "Heritage Classic", - price: "$189.99", - imageSrc: - "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=1", - imageAlt: "Heritage Classic watch", - }, + id: "watch-002", name: "Heritage Classic", price: "$189.99", imageSrc: + "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Heritage Classic watch"}, { - id: "accessory-001", - name: "Italian Leather Belt", - price: "$79.99", - imageSrc: - "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11190.jpg?_wi=1", - imageAlt: "Italian Leather Belt", - }, + id: "accessory-001", name: "Italian Leather Belt", price: "$79.99", imageSrc: + "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11190.jpg", imageAlt: "Italian Leather Belt"}, { - id: "trimmer-001", - name: "Precision Beard Trimmer", - price: "$99.99", - imageSrc: - "http://img.b2bpic.net/free-photo/handsome-young-man-holding-electric-razor_171337-17322.jpg?_wi=1", - imageAlt: "Precision Beard Trimmer", - }, + id: "trimmer-001", name: "Precision Beard Trimmer", price: "$99.99", imageSrc: + "http://img.b2bpic.net/free-photo/handsome-young-man-holding-electric-razor_171337-17322.jpg", imageAlt: "Precision Beard Trimmer"}, { - id: "accessory-002", - name: "Stainless Steel Wallet", - price: "$59.99", - imageSrc: - "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9446.jpg?_wi=1", - imageAlt: "Stainless Steel Wallet", - }, + id: "accessory-002", name: "Stainless Steel Wallet", price: "$59.99", imageSrc: + "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9446.jpg", imageAlt: "Stainless Steel Wallet"}, { - id: "watch-003", - name: "Urban Explorer", - price: "$159.99", - imageSrc: - "http://img.b2bpic.net/free-photo/woman-checks-time-watch-waits-transport-which-delays-wears-sunglasses-jacket-poses-outdoor-going-have-meeting-strolls-city-downtown_273609-55294.jpg?_wi=1", - imageAlt: "Urban Explorer watch", - }, + id: "watch-003", name: "Urban Explorer", price: "$159.99", imageSrc: + "http://img.b2bpic.net/free-photo/woman-checks-time-watch-waits-transport-which-delays-wears-sunglasses-jacket-poses-outdoor-going-have-meeting-strolls-city-downtown_273609-55294.jpg", imageAlt: "Urban Explorer watch"}, ]; const newArrivalProducts = [ { - id: "new-watch-001", - name: "Quantum Edge", - price: "$299.99", - imageSrc: - "http://img.b2bpic.net/free-photo/futuristic-hologram-smartwatch-wearable-technology_53876-108508.jpg?_wi=1", - imageAlt: "Quantum Edge smart watch", - }, + id: "new-watch-001", name: "Quantum Edge", price: "$299.99", imageSrc: + "http://img.b2bpic.net/free-photo/futuristic-hologram-smartwatch-wearable-technology_53876-108508.jpg", imageAlt: "Quantum Edge smart watch"}, { - id: "new-accessory-001", - name: "Carbon Fiber Card Holder", - price: "$49.99", - imageSrc: - "http://img.b2bpic.net/free-photo/top-view-camera-battery-black-background_23-2148363418.jpg?_wi=1", - imageAlt: "Carbon Fiber Card Holder", - }, + id: "new-accessory-001", name: "Carbon Fiber Card Holder", price: "$49.99", imageSrc: + "http://img.b2bpic.net/free-photo/top-view-camera-battery-black-background_23-2148363418.jpg", imageAlt: "Carbon Fiber Card Holder"}, { - id: "new-trimmer-001", - name: "Pro Max Grooming Kit", - price: "$129.99", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg?_wi=1", - imageAlt: "Pro Max Grooming Kit", - }, + id: "new-trimmer-001", name: "Pro Max Grooming Kit", price: "$129.99", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg", imageAlt: "Pro Max Grooming Kit"}, { - id: "new-watch-002", - name: "Minimalist Mono", - price: "$179.99", - imageSrc: - "http://img.b2bpic.net/free-photo/grayscale-closeup-shot-person-wearing-wristwatch_181624-3953.jpg?_wi=1", - imageAlt: "Minimalist Mono watch", - }, + id: "new-watch-002", name: "Minimalist Mono", price: "$179.99", imageSrc: + "http://img.b2bpic.net/free-photo/grayscale-closeup-shot-person-wearing-wristwatch_181624-3953.jpg", imageAlt: "Minimalist Mono watch"}, { - id: "new-accessory-002", - name: "Premium Leather Strap", - price: "$39.99", - imageSrc: - "http://img.b2bpic.net/free-photo/worker-equipment-manual-tool-surface_1303-374.jpg?_wi=1", - imageAlt: "Premium Leather Strap", - }, + id: "new-accessory-002", name: "Premium Leather Strap", price: "$39.99", imageSrc: + "http://img.b2bpic.net/free-photo/worker-equipment-manual-tool-surface_1303-374.jpg", imageAlt: "Premium Leather Strap"}, { - id: "new-accessory-003", - name: "Titanium Key Chain", - price: "$34.99", - imageSrc: - "http://img.b2bpic.net/free-photo/metallic-key-still-life_23-2151011258.jpg?_wi=1", - imageAlt: "Titanium Key Chain", - }, + id: "new-accessory-003", name: "Titanium Key Chain", price: "$34.99", imageSrc: + "http://img.b2bpic.net/free-photo/metallic-key-still-life_23-2151011258.jpg", imageAlt: "Titanium Key Chain"}, ]; const features = [ { icon: Shield, - title: "100% Authentic", - description: - "Every product is verified authentic with certificate of authenticity included", - }, + title: "100% Authentic", description: + "Every product is verified authentic with certificate of authenticity included"}, { icon: Truck, - title: "Fast Shipping", - description: - "Free expedited shipping on orders over $100. Delivery within 2-3 business days", - }, + title: "Fast Shipping", description: + "Free expedited shipping on orders over $100. Delivery within 2-3 business days"}, { icon: RefreshCw, - title: "Easy Returns", - description: - "30-day hassle-free returns policy. No questions asked. Full refund guaranteed", - }, + title: "Easy Returns", description: + "30-day hassle-free returns policy. No questions asked. Full refund guaranteed"}, { icon: Award, - title: "Premium Quality", - description: - "Handpicked collection from leading international brands and artisans", - }, + title: "Premium Quality", description: + "Handpicked collection from leading international brands and artisans"}, { icon: Lock, - title: "Secure Checkout", - description: - "Bank-level encryption protects your personal and payment information", - }, + title: "Secure Checkout", description: + "Bank-level encryption protects your personal and payment information"}, { icon: Users, - title: "Expert Support", - description: - "24/7 dedicated customer service team to assist with any questions", - }, + title: "Expert Support", description: + "24/7 dedicated customer service team to assist with any questions"}, ]; const testimonials = [ { - id: "1", - name: "James Mitchell", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", - imageAlt: "James Mitchell", - }, + id: "1", name: "James Mitchell", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell"}, { - id: "2", - name: "David Chen", - imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-asian-businessman-with-crossed-arms_1262-1620.jpg?_wi=1", - imageAlt: "David Chen", - }, + id: "2", name: "David Chen", imageSrc: + "http://img.b2bpic.net/free-photo/smiling-young-asian-businessman-with-crossed-arms_1262-1620.jpg", imageAlt: "David Chen"}, { - id: "3", - name: "Michael Rodriguez", - imageSrc: - "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg?_wi=1", - imageAlt: "Michael Rodriguez", - }, + id: "3", name: "Michael Rodriguez", imageSrc: + "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg", imageAlt: "Michael Rodriguez"}, { - id: "4", - name: "Alexander Thompson", - imageSrc: - "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=1", - imageAlt: "Alexander Thompson", - }, + id: "4", name: "Alexander Thompson", imageSrc: + "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", imageAlt: "Alexander Thompson"}, { - id: "5", - name: "Christopher Lee", - imageSrc: - "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", - imageAlt: "Christopher Lee", - }, + id: "5", name: "Christopher Lee", imageSrc: + "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Christopher Lee"}, { - id: "6", - name: "Jonathan Smith", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", - imageAlt: "Jonathan Smith", - }, + id: "6", name: "Jonathan Smith", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jonathan Smith"}, ]; const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Watches", href: "/shop?category=watches" }, { label: "Accessories", href: "/shop?category=accessories" }, { label: "Trimmers", href: "/shop?category=trimmers" }, @@ -231,8 +134,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Sustainability", href: "/sustainability" }, @@ -241,8 +143,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "/faq" }, { label: "Shipping Info", href: "/shipping" }, @@ -251,8 +152,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -260,24 +160,15 @@ export default function HomePage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Instagram", - href: "https://instagram.com/premiumessentials", - }, + label: "Instagram", href: "https://instagram.com/premiumessentials"}, { - label: "Facebook", - href: "https://facebook.com/premiumessentials", - }, + label: "Facebook", href: "https://facebook.com/premiumessentials"}, { - label: "Twitter", - href: "https://twitter.com/premiumessentials", - }, + label: "Twitter", href: "https://twitter.com/premiumessentials"}, { - label: "YouTube", - href: "https://youtube.com/@premiumessentials", - }, + label: "YouTube", href: "https://youtube.com/@premiumessentials"}, ], }, ]; @@ -289,7 +180,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -309,15 +200,12 @@ export default function HomePage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=2", - imageAlt: "Premium men's watch collection", - }, + "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Premium men's watch collection"}, { imageSrc: - "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt-jean-mobile-phone-wooden-background-watch-sunglasses-shoes-wood-table_1921-82.jpg", - imageAlt: "Men's accessories showcase", - }, + "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt-jean-mobile-phone-wooden-background-watch-sunglasses-shoes-wood-table_1921-82.jpg", imageAlt: "Men's accessories showcase"}, ]} + mediaAnimation="slide-up" rating={5} ratingText="Trusted by 50,000+ customers" buttons={[ @@ -385,15 +273,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} names={[ - "GQ Magazine", - "Hypebeast", - "Gentleman's Journal", - "The Verge", - "Complex", - "Mens Health", - "Esquire", - "Wired", - ]} + "GQ Magazine", "Hypebeast", "Gentleman's Journal", "The Verge", "Complex", "Mens Health", "Esquire", "Wired"]} speed={40} showCard={true} /> @@ -405,7 +285,7 @@ export default function HomePage() { title="Exclusive Offers & Style Tips" description="Subscribe to get 15% off your first order plus weekly styling guides, new arrivals, and exclusive member-only deals delivered to your inbox." tagIcon={Mail} - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe" -- 2.49.1 From 30b7df00054d4a419946747515bcb9f8b7b18309 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:37:41 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 143 +++++++++++------------------------------- 1 file changed, 35 insertions(+), 108 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 75e7901..7d15a16 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -19,107 +19,46 @@ export default function ShopPage() { const allProducts = [ { - id: "watch-001", - name: "Chrono Titanium Pro", - price: "$249.99", - imageSrc: - "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=2", - imageAlt: "Chrono Titanium Pro watch", - }, + id: "watch-001", name: "Chrono Titanium Pro", price: "$249.99", imageSrc: + "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Chrono Titanium Pro watch"}, { - id: "watch-002", - name: "Heritage Classic", - price: "$189.99", - imageSrc: - "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=3", - imageAlt: "Heritage Classic watch", - }, + id: "watch-002", name: "Heritage Classic", price: "$189.99", imageSrc: + "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Heritage Classic watch"}, { - id: "accessory-001", - name: "Italian Leather Belt", - price: "$79.99", - imageSrc: - "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11190.jpg?_wi=2", - imageAlt: "Italian Leather Belt", - }, + id: "accessory-001", name: "Italian Leather Belt", price: "$79.99", imageSrc: + "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11190.jpg", imageAlt: "Italian Leather Belt"}, { - id: "trimmer-001", - name: "Precision Beard Trimmer", - price: "$99.99", - imageSrc: - "http://img.b2bpic.net/free-photo/handsome-young-man-holding-electric-razor_171337-17322.jpg?_wi=2", - imageAlt: "Precision Beard Trimmer", - }, + id: "trimmer-001", name: "Precision Beard Trimmer", price: "$99.99", imageSrc: + "http://img.b2bpic.net/free-photo/handsome-young-man-holding-electric-razor_171337-17322.jpg", imageAlt: "Precision Beard Trimmer"}, { - id: "accessory-002", - name: "Stainless Steel Wallet", - price: "$59.99", - imageSrc: - "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9446.jpg?_wi=2", - imageAlt: "Stainless Steel Wallet", - }, + id: "accessory-002", name: "Stainless Steel Wallet", price: "$59.99", imageSrc: + "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9446.jpg", imageAlt: "Stainless Steel Wallet"}, { - id: "watch-003", - name: "Urban Explorer", - price: "$159.99", - imageSrc: - "http://img.b2bpic.net/free-photo/woman-checks-time-watch-waits-transport-which-delays-wears-sunglasses-jacket-poses-outdoor-going-have-meeting-strolls-city-downtown_273609-55294.jpg?_wi=2", - imageAlt: "Urban Explorer watch", - }, + id: "watch-003", name: "Urban Explorer", price: "$159.99", imageSrc: + "http://img.b2bpic.net/free-photo/woman-checks-time-watch-waits-transport-which-delays-wears-sunglasses-jacket-poses-outdoor-going-have-meeting-strolls-city-downtown_273609-55294.jpg", imageAlt: "Urban Explorer watch"}, { - id: "new-watch-001", - name: "Quantum Edge", - price: "$299.99", - imageSrc: - "http://img.b2bpic.net/free-photo/futuristic-hologram-smartwatch-wearable-technology_53876-108508.jpg?_wi=2", - imageAlt: "Quantum Edge smart watch", - }, + id: "new-watch-001", name: "Quantum Edge", price: "$299.99", imageSrc: + "http://img.b2bpic.net/free-photo/futuristic-hologram-smartwatch-wearable-technology_53876-108508.jpg", imageAlt: "Quantum Edge smart watch"}, { - id: "new-accessory-001", - name: "Carbon Fiber Card Holder", - price: "$49.99", - imageSrc: - "http://img.b2bpic.net/free-photo/top-view-camera-battery-black-background_23-2148363418.jpg?_wi=2", - imageAlt: "Carbon Fiber Card Holder", - }, + id: "new-accessory-001", name: "Carbon Fiber Card Holder", price: "$49.99", imageSrc: + "http://img.b2bpic.net/free-photo/top-view-camera-battery-black-background_23-2148363418.jpg", imageAlt: "Carbon Fiber Card Holder"}, { - id: "new-trimmer-001", - name: "Pro Max Grooming Kit", - price: "$129.99", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg?_wi=2", - imageAlt: "Pro Max Grooming Kit", - }, + id: "new-trimmer-001", name: "Pro Max Grooming Kit", price: "$129.99", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg", imageAlt: "Pro Max Grooming Kit"}, { - id: "new-watch-002", - name: "Minimalist Mono", - price: "$179.99", - imageSrc: - "http://img.b2bpic.net/free-photo/grayscale-closeup-shot-person-wearing-wristwatch_181624-3953.jpg?_wi=2", - imageAlt: "Minimalist Mono watch", - }, + id: "new-watch-002", name: "Minimalist Mono", price: "$179.99", imageSrc: + "http://img.b2bpic.net/free-photo/grayscale-closeup-shot-person-wearing-wristwatch_181624-3953.jpg", imageAlt: "Minimalist Mono watch"}, { - id: "new-accessory-002", - name: "Premium Leather Strap", - price: "$39.99", - imageSrc: - "http://img.b2bpic.net/free-photo/worker-equipment-manual-tool-surface_1303-374.jpg?_wi=2", - imageAlt: "Premium Leather Strap", - }, + id: "new-accessory-002", name: "Premium Leather Strap", price: "$39.99", imageSrc: + "http://img.b2bpic.net/free-photo/worker-equipment-manual-tool-surface_1303-374.jpg", imageAlt: "Premium Leather Strap"}, { - id: "new-accessory-003", - name: "Titanium Key Chain", - price: "$34.99", - imageSrc: - "http://img.b2bpic.net/free-photo/metallic-key-still-life_23-2151011258.jpg?_wi=2", - imageAlt: "Titanium Key Chain", - }, + id: "new-accessory-003", name: "Titanium Key Chain", price: "$34.99", imageSrc: + "http://img.b2bpic.net/free-photo/metallic-key-still-life_23-2151011258.jpg", imageAlt: "Titanium Key Chain"}, ]; const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Watches", href: "/shop?category=watches" }, { label: "Accessories", href: "/shop?category=accessories" }, { label: "Trimmers", href: "/shop?category=trimmers" }, @@ -128,8 +67,7 @@ export default function ShopPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Sustainability", href: "/sustainability" }, @@ -138,8 +76,7 @@ export default function ShopPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "/faq" }, { label: "Shipping Info", href: "/shipping" }, @@ -148,8 +85,7 @@ export default function ShopPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -157,24 +93,15 @@ export default function ShopPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Instagram", - href: "https://instagram.com/premiumessentials", - }, + label: "Instagram", href: "https://instagram.com/premiumessentials"}, { - label: "Facebook", - href: "https://facebook.com/premiumessentials", - }, + label: "Facebook", href: "https://facebook.com/premiumessentials"}, { - label: "Twitter", - href: "https://twitter.com/premiumessentials", - }, + label: "Twitter", href: "https://twitter.com/premiumessentials"}, { - label: "YouTube", - href: "https://youtube.com/@premiumessentials", - }, + label: "YouTube", href: "https://youtube.com/@premiumessentials"}, ], }, ]; @@ -186,7 +113,7 @@ export default function ShopPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -214,7 +141,7 @@ export default function ShopPage() { title="Never Miss a Deal" description="Get notified about new arrivals, exclusive sales, and special promotions. Subscribe now for a 15% discount on your first purchase." tagIcon={Mail} - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe" -- 2.49.1