diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cad9cb2..90e8bec 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,86 +18,49 @@ const AboutPage = () => { const features = [ { - title: "Fast & Secure Shipping", - description: "Get your orders delivered quickly with full tracking and insurance.", - icon: Truck, + title: "Fast & Secure Shipping", description: "Get your orders delivered quickly with full tracking and insurance.", icon: Truck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg?_wi=5", - imageAlt: "Fast shipping", - }, + imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg", imageAlt: "Fast shipping"}, { - imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg?_wi=6", - imageAlt: "Delivery process", - }, - ], + imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg", imageAlt: "Delivery process"}, + ] as [any, any], }, { - title: "Premium Quality Guarantee", - description: "100% authentic products with our quality assurance seal.", - icon: Shield, + title: "Premium Quality Guarantee", description: "100% authentic products with our quality assurance seal.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=5", - imageAlt: "Quality seal", - }, + imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg", imageAlt: "Quality seal"}, { - imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=6", - imageAlt: "Certification", - }, - ], + imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg", imageAlt: "Certification"}, + ] as [any, any], }, { - title: "Secure Payment Options", - description: "Multiple payment methods with bank-level security.", - icon: Lock, + title: "Secure Payment Options", description: "Multiple payment methods with bank-level security.", icon: Lock, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=7", - imageAlt: "Payment security", - }, + imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg", imageAlt: "Payment security"}, { - imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=8", - imageAlt: "Encryption", - }, - ], + imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg", imageAlt: "Encryption"}, + ] as [any, any], }, ]; const testimonials = [ { - id: "1", - name: "Emily Rodriguez", - handle: "@emily_r", - testimonial: "Skicel exceeded my expectations! Premium quality and lightning-fast delivery. Highly recommended!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", - imageAlt: "Emily Rodriguez", - }, + id: "1", name: "Emily Rodriguez", handle: "@emily_r", testimonial: "Skicel exceeded my expectations! Premium quality and lightning-fast delivery. Highly recommended!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, { - id: "2", - name: "David Kim", - handle: "@david_kim", - testimonial: "Best shopping experience I've had online. Great products, amazing prices, and fantastic support team.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", - imageAlt: "David Kim", - }, + id: "2", name: "David Kim", handle: "@david_kim", testimonial: "Best shopping experience I've had online. Great products, amazing prices, and fantastic support team.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"}, { - id: "3", - name: "Jessica Martinez", - handle: "@jess_martinez", - testimonial: "I've been a loyal customer for 2 years now. Skicel never disappoints with their quality and service!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=2", - imageAlt: "Jessica Martinez", - }, + id: "3", name: "Jessica Martinez", handle: "@jess_martinez", testimonial: "I've been a loyal customer for 2 years now. Skicel never disappoints with their quality and service!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Jessica Martinez"}, ]; const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "All Products", href: "/shop" }, { label: "New Arrivals", href: "/shop?filter=new" }, { label: "Best Sellers", href: "/shop?filter=bestsellers" }, @@ -105,8 +68,7 @@ const AboutPage = () => { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Careers", href: "/careers" }, @@ -114,8 +76,7 @@ const AboutPage = () => { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "/" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 41c9484..eec8e46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,206 +21,103 @@ const HomePage = () => { const heroTestimonials = [ { - name: "Sarah Johnson", - handle: "CEO, TechVentures", - testimonial: "Skicel transformed our shopping experience. Outstanding quality!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", - imageAlt: "Sarah Johnson", - }, + name: "Sarah Johnson", handle: "CEO, TechVentures", testimonial: "Skicel transformed our shopping experience. Outstanding quality!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"}, { - name: "Michael Chen", - handle: "Founder, InnovateHub", - testimonial: "Best service and fastest delivery I've experienced.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", - imageAlt: "Michael Chen", - }, + name: "Michael Chen", handle: "Founder, InnovateHub", testimonial: "Best service and fastest delivery I've experienced.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, ]; const products = [ { - id: "1", - name: "Premium Skicel Deluxe Bundle", - price: "$299.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-photo-camera-indoors-still-life_23-2150630621.jpg?_wi=1", - imageAlt: "Skicel Deluxe Bundle", - initialQuantity: 1, + id: "1", name: "Premium Skicel Deluxe Bundle", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-photo-camera-indoors-still-life_23-2150630621.jpg", imageAlt: "Skicel Deluxe Bundle", initialQuantity: 1, isFavorited: false, }, { - id: "2", - name: "Skicel Professional Edition", - price: "$199.99", - imageSrc: "http://img.b2bpic.net/free-photo/bags-rack-store_107420-94851.jpg?_wi=1", - imageAlt: "Skicel Professional Edition", - initialQuantity: 1, + id: "2", name: "Skicel Professional Edition", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/bags-rack-store_107420-94851.jpg", imageAlt: "Skicel Professional Edition", initialQuantity: 1, isFavorited: false, }, { - id: "3", - name: "Skicel Starter Pack", - price: "$99.99", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9474.jpg?_wi=1", - imageAlt: "Skicel Starter Pack", - initialQuantity: 1, + id: "3", name: "Skicel Starter Pack", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9474.jpg", imageAlt: "Skicel Starter Pack", initialQuantity: 1, isFavorited: false, }, ]; const features = [ { - title: "Fast & Secure Shipping", - description: "Get your orders delivered quickly with full tracking and insurance.", - icon: Truck, + title: "Fast & Secure Shipping", description: "Get your orders delivered quickly with full tracking and insurance.", icon: Truck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg?_wi=1", - imageAlt: "Fast shipping", - }, + imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg", imageAlt: "Fast shipping"}, { - imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg?_wi=2", - imageAlt: "Delivery process", - }, - ], + imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg", imageAlt: "Delivery process"}, + ] as [any, any], }, { - title: "Premium Quality Guarantee", - description: "100% authentic products with our quality assurance seal.", - icon: Shield, + title: "Premium Quality Guarantee", description: "100% authentic products with our quality assurance seal.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=1", - imageAlt: "Quality seal", - }, + imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg", imageAlt: "Quality seal"}, { - imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=2", - imageAlt: "Certification", - }, - ], + imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg", imageAlt: "Certification"}, + ] as [any, any], }, { - title: "Secure Payment Options", - description: "Multiple payment methods with bank-level security.", - icon: Lock, + title: "Secure Payment Options", description: "Multiple payment methods with bank-level security.", icon: Lock, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=3", - imageAlt: "Payment security", - }, + imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg", imageAlt: "Payment security"}, { - imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=4", - imageAlt: "Encryption", - }, - ], + imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg", imageAlt: "Encryption"}, + ] as [any, any], }, { - title: "Dedicated Customer Support", - description: "24/7 support team ready to help with any questions.", - icon: Headphones, + title: "Dedicated Customer Support", description: "24/7 support team ready to help with any questions.", icon: Headphones, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg?_wi=3", - imageAlt: "Customer service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg", imageAlt: "Customer service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg?_wi=4", - imageAlt: "Support team", - }, - ], + imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg", imageAlt: "Support team"}, + ] as [any, any], }, ]; const plans = [ { - id: "starter", - badge: "Popular", - badgeIcon: Sparkles, - price: "$9.99/mo", - subtitle: "Perfect for getting started", - features: [ - "Access to all products", - "Free shipping on orders over $50", - "Basic customer support", - "Monthly newsletter", - "10% discount on first purchase", - ], + id: "starter", badge: "Popular", badgeIcon: Sparkles, + price: "$9.99/mo", subtitle: "Perfect for getting started", features: [ + "Access to all products", "Free shipping on orders over $50", "Basic customer support", "Monthly newsletter", "10% discount on first purchase"], }, { - id: "professional", - badge: "Most Popular", - badgeIcon: Star, - price: "$24.99/mo", - subtitle: "Best for regular shoppers", - features: [ - "All starter features included", - "Free shipping on all orders", - "Priority customer support", - "Exclusive member deals", - "Early access to new products", - "15% discount on all purchases", - ], + id: "professional", badge: "Most Popular", badgeIcon: Star, + price: "$24.99/mo", subtitle: "Best for regular shoppers", features: [ + "All starter features included", "Free shipping on all orders", "Priority customer support", "Exclusive member deals", "Early access to new products", "15% discount on all purchases"], }, { - id: "enterprise", - badge: "Best Value", - badgeIcon: Zap, - price: "$49.99/mo", - subtitle: "For power users", - features: [ - "All professional features included", - "Dedicated account manager", - "White-glove customer service", - "VIP event invitations", - "Concierge shopping service", - "25% discount on all purchases", - ], + id: "enterprise", badge: "Best Value", badgeIcon: Zap, + price: "$49.99/mo", subtitle: "For power users", features: [ + "All professional features included", "Dedicated account manager", "White-glove customer service", "VIP event invitations", "Concierge shopping service", "25% discount on all purchases"], }, ]; const testimonials = [ { - id: "1", - name: "Emily Rodriguez", - handle: "@emily_r", - testimonial: "Skicel exceeded my expectations! Premium quality and lightning-fast delivery. Highly recommended!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", - imageAlt: "Emily Rodriguez", - }, + id: "1", name: "Emily Rodriguez", handle: "@emily_r", testimonial: "Skicel exceeded my expectations! Premium quality and lightning-fast delivery. Highly recommended!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, { - id: "2", - name: "David Kim", - handle: "@david_kim", - testimonial: "Best shopping experience I've had online. Great products, amazing prices, and fantastic support team.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", - imageAlt: "David Kim", - }, + id: "2", name: "David Kim", handle: "@david_kim", testimonial: "Best shopping experience I've had online. Great products, amazing prices, and fantastic support team.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"}, { - id: "3", - name: "Jessica Martinez", - handle: "@jess_martinez", - testimonial: "I've been a loyal customer for 2 years now. Skicel never disappoints with their quality and service!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=1", - imageAlt: "Jessica Martinez", - }, + id: "3", name: "Jessica Martinez", handle: "@jess_martinez", testimonial: "I've been a loyal customer for 2 years now. Skicel never disappoints with their quality and service!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Jessica Martinez"}, { - id: "4", - name: "Marcus Thompson", - handle: "@marcus_t", - testimonial: "Outstanding company! From browsing to checkout to delivery - everything is seamless and professional.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", - imageAlt: "Marcus Thompson", - }, + id: "4", name: "Marcus Thompson", handle: "@marcus_t", testimonial: "Outstanding company! From browsing to checkout to delivery - everything is seamless and professional.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson"}, ]; const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "All Products", href: "/shop" }, { label: "New Arrivals", href: "/shop?filter=new" }, { label: "Best Sellers", href: "/shop?filter=bestsellers" }, @@ -228,8 +125,7 @@ const HomePage = () => { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Careers", href: "/careers" }, @@ -237,8 +133,7 @@ const HomePage = () => { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "/" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" },