diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e598f4..1c45c72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,22 +65,28 @@ export default function LandingPage() { products={[ { id: "1", brand: "KitchenCraft Pro", name: "Professional Chef Knife 8-inch", price: "$189.99", rating: 5, - reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-cutting-vegetable_23-2149631690.jpg", imageAlt: "Professional chef knife"}, + reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-cutting-vegetable_23-2149631690.jpg", imageAlt: "Professional chef knife" + }, { id: "2", brand: "KitchenCraft Elite", name: "Premium Cookware Set 10-Piece", price: "$449.99", rating: 5, - reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet-food_1203-3002.jpg", imageAlt: "Premium cookware set"}, + reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet-food_1203-3002.jpg", imageAlt: "Premium cookware set" + }, { id: "3", brand: "KitchenCraft", name: "Artisan Cutting Board Combo", price: "$79.99", rating: 4, - reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-cutting-mushroom-with-knife-chopping-board_23-2148120168.jpg", imageAlt: "Artisan cutting board"}, + reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-cutting-mushroom-with-knife-chopping-board_23-2148120168.jpg", imageAlt: "Artisan cutting board" + }, { id: "4", brand: "KitchenCraft Pro", name: "Premium Utensil Set 6-Piece", price: "$99.99", rating: 5, - reviewCount: "5.3k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-arrangement-table_23-2148584866.jpg", imageAlt: "Premium kitchen utensils"}, + reviewCount: "5.3k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-arrangement-table_23-2148584866.jpg", imageAlt: "Premium kitchen utensils" + }, { id: "5", brand: "KitchenCraft Elite", name: "Professional Power Blender 3000", price: "$299.99", rating: 5, - reviewCount: "6.7k", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-glass-mug-coffee-machine_23-2147893482.jpg", imageAlt: "Professional blender"}, + reviewCount: "6.7k", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-glass-mug-coffee-machine_23-2147893482.jpg", imageAlt: "Professional blender" + }, { id: "6", brand: "KitchenCraft", name: "Digital Kitchen Scale Pro", price: "$59.99", rating: 4, - reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-albinism-spending-time-home_23-2150321723.jpg", imageAlt: "Digital kitchen scale"}, + reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-albinism-spending-time-home_23-2150321723.jpg", imageAlt: "Digital kitchen scale" + }, ]} /> @@ -95,13 +101,16 @@ export default function LandingPage() { features={[ { id: "1", title: "Exceptional Durability & Craftsmanship", tags: ["Quality", "Durability"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36689.jpg", imageAlt: "Durable kitchen tools"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36689.jpg", imageAlt: "Durable kitchen tools" + }, { id: "2", title: "Elegant Minimalist Design", tags: ["Design", "Aesthetic"], - imageSrc: "http://img.b2bpic.net/free-photo/minimal-elegant-breakfast_23-2151885829.jpg", imageAlt: "Modern kitchen design"}, + imageSrc: "http://img.b2bpic.net/free-photo/minimal-elegant-breakfast_23-2151885829.jpg", imageAlt: "Modern kitchen design" + }, { id: "3", title: "Advanced Functionality & Performance", tags: ["Innovation", "Features"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-beauty-background-bright-adult_1303-1980.jpg", imageAlt: "High-performance kitchen equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-beauty-background-bright-adult_1303-1980.jpg", imageAlt: "High-performance kitchen equipment" + }, ]} /> @@ -118,19 +127,22 @@ export default function LandingPage() { id: "starter", badge: "Value", badgeIcon: Sparkles, price: "$99", subtitle: "Perfect for home enthusiasts", buttons: [{ text: "Start Cooking", href: "https://example.com/checkout" }], features: [ - "1 Premium Chef Knife", "Basic Utensil Set", "Free Shipping", "1-Year Warranty"], + "1 Premium Chef Knife", "Basic Utensil Set", "Free Shipping", "1-Year Warranty" + ], }, { id: "professional", badge: "Most Popular", badgeIcon: Star, price: "$299", subtitle: "Best for serious cooks", buttons: [{ text: "Upgrade Now", href: "https://example.com/checkout" }], features: [ - "Complete Cookware Set", "Professional Chef Knife", "Premium Utensil Set", "Free Shipping", "2-Year Warranty", "Priority Support"], + "Complete Cookware Set", "Professional Chef Knife", "Premium Utensil Set", "Free Shipping", "2-Year Warranty", "Priority Support" + ], }, { id: "elite", badge: "Premium", badgeIcon: Crown, price: "$599", subtitle: "The ultimate collection", buttons: [{ text: "Get Elite Access", href: "https://example.com/checkout" }], features: [ - "Everything in Professional", "Power Blender 3000", "Digital Kitchen Scale", "Artisan Cutting Board Combo", "Free Shipping Worldwide", "Lifetime Warranty", "White-Glove Service"], + "Everything in Professional", "Power Blender 3000", "Digital Kitchen Scale", "Artisan Cutting Board Combo", "Free Shipping Worldwide", "Lifetime Warranty", "White-Glove Service" + ], }, ]} /> @@ -147,22 +159,28 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Chef Maria Rodriguez", handle: "@maria_culinary", testimonial: "KitchenCraft tools have transformed my kitchen. The precision and quality are unmatched. Every dish I create feels effortless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-standing-with-crossed-arms-white-uniform-looking-confident_176474-11785.jpg", imageAlt: "Chef Maria Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-chef-standing-with-crossed-arms-white-uniform-looking-confident_176474-11785.jpg", imageAlt: "Chef Maria Rodriguez" + }, { id: "2", name: "James Chen", handle: "@james_kitchen", testimonial: "I've invested in multiple sets and they're incredible. The design is beautiful and the performance is professional-grade.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2076.jpg", imageAlt: "James Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2076.jpg", imageAlt: "James Chen" + }, { id: "3", name: "Sophie Laurent", handle: "@sophie_home_chef", testimonial: "As a home chef, these tools make me feel like I'm cooking in a professional kitchen. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-confident-caucasian-cook-girl-chef-uniform-crosses-arms-points-side-isolated-orange-wall-with-copy-space_141793-33152.jpg", imageAlt: "Sophie Laurent"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-confident-caucasian-cook-girl-chef-uniform-crosses-arms-points-side-isolated-orange-wall-with-copy-space_141793-33152.jpg", imageAlt: "Sophie Laurent" + }, { id: "4", name: "Marcus Williams", handle: "@marcus_cooks", testimonial: "Best investment I've made for my kitchen. The quality, design, and functionality are exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-holding-plate-salad_23-2149646214.jpg", imageAlt: "Marcus Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-holding-plate-salad_23-2149646214.jpg", imageAlt: "Marcus Williams" + }, { id: "5", name: "Isabelle Dubois", handle: "@isabelle_wine_chef", testimonial: "Partnering with KitchenCraft has elevated my culinary demonstrations. Their products are simply perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg", imageAlt: "Isabelle Dubois"}, + imageSrc: "http://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg", imageAlt: "Isabelle Dubois" + }, { id: "6", name: "David Park", handle: "@david_michelin", testimonial: "Using KitchenCraft in my restaurant has impressed both my team and diners. Superior quality and elegance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-handsome-cook-chef-uniform-standing-with-closed-posture-isolated-white-wall_141793-101141.jpg", imageAlt: "David Park"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-handsome-cook-chef-uniform-standing-with-closed-posture-isolated-white-wall_141793-101141.jpg", imageAlt: "David Park" + }, ]} /> @@ -175,10 +193,12 @@ export default function LandingPage() { useInvertedBackground={false} showCard={true} speed={40} - names=[ - "Michelin Guide", "Williams-Sonoma", "All-Clad", "Le Creuset", "Wüsthof", "KitchenAid", "Ninja Kitchen", "Dyson Kitchen"] + names={[ + "Michelin Guide", "Williams-Sonoma", "All-Clad", "Le Creuset", "Wüsthof", "KitchenAid", "Ninja Kitchen", "Dyson Kitchen" + ]} logos={[ - "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510887.jpg", "http://img.b2bpic.net/free-photo/front-view-chef-holding-delicious-food_23-2148510892.jpg", "http://img.b2bpic.net/free-photo/woman-mixing-hair-dye-bowl_23-2149167376.jpg", "http://img.b2bpic.net/free-vector/creative-restaurant-logo-template_23-2148466520.jpg", "http://img.b2bpic.net/free-photo/cook-cutting-red-tomato-board_23-2148040215.jpg", "http://img.b2bpic.net/free-vector/kitchen-utensils-icons-set_98292-1295.jpg", "http://img.b2bpic.net/free-vector/kitchen-badges_23-2147505720.jpg", "http://img.b2bpic.net/free-vector/cooking-utensils_24911-45049.jpg"]} + "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510887.jpg", "http://img.b2bpic.net/free-photo/front-view-chef-holding-delicious-food_23-2148510892.jpg", "http://img.b2bpic.net/free-photo/woman-mixing-hair-dye-bowl_23-2149167376.jpg", "http://img.b2bpic.net/free-vector/creative-restaurant-logo-template_23-2148466520.jpg", "http://img.b2bpic.net/free-photo/cook-cutting-red-tomato-board_23-2148040215.jpg", "http://img.b2bpic.net/free-vector/kitchen-utensils-icons-set_98292-1295.jpg", "http://img.b2bpic.net/free-vector/kitchen-badges_23-2147505720.jpg", "http://img.b2bpic.net/free-vector/cooking-utensils_24911-45049.jpg" + ]} /> @@ -191,23 +211,23 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", title: "What warranty do your products come with?", content: - "All KitchenCraft products come with a minimum 1-year warranty. Professional and Elite collections include 2-year and lifetime warranties respectively. Warranty covers manufacturing defects and includes free replacement or repair."}, + id: "1", title: "What warranty do your products come with?", content: "All KitchenCraft products come with a minimum 1-year warranty. Professional and Elite collections include 2-year and lifetime warranties respectively. Warranty covers manufacturing defects and includes free replacement or repair." + }, { - id: "2", title: "How do I care for my kitchen tools?", content: - "Hand wash with warm soapy water immediately after use. Dry thoroughly with a soft cloth. For cutting boards, use food-grade mineral oil monthly. Store utensils in our recommended magnetic strips or knife blocks. Avoid dishwasher for premium items."}, + id: "2", title: "How do I care for my kitchen tools?", content: "Hand wash with warm soapy water immediately after use. Dry thoroughly with a soft cloth. For cutting boards, use food-grade mineral oil monthly. Store utensils in our recommended magnetic strips or knife blocks. Avoid dishwasher for premium items." + }, { - id: "3", title: "Do you offer international shipping?", content: - "Yes! We ship to over 150 countries worldwide. Standard international shipping typically takes 7-14 business days. Premium plans include free worldwide shipping. Customs and duties may apply depending on your location."}, + id: "3", title: "Do you offer international shipping?", content: "Yes! We ship to over 150 countries worldwide. Standard international shipping typically takes 7-14 business days. Premium plans include free worldwide shipping. Customs and duties may apply depending on your location." + }, { - id: "4", title: "Can I return products if I'm not satisfied?", content: - "Absolutely! We offer a 60-day money-back guarantee on all products. If you're not completely satisfied, simply contact our customer service team for a hassle-free return and full refund."}, + id: "4", title: "Can I return products if I'm not satisfied?", content: "Absolutely! We offer a 60-day money-back guarantee on all products. If you're not completely satisfied, simply contact our customer service team for a hassle-free return and full refund." + }, { - id: "5", title: "Are your products eco-friendly?", content: - "Yes, we're committed to sustainability. All our products use responsibly sourced materials. Packaging is 100% recyclable and biodegradable. We're carbon-neutral in our operations and support kitchen waste reduction initiatives."}, + id: "5", title: "Are your products eco-friendly?", content: "Yes, we're committed to sustainability. All our products use responsibly sourced materials. Packaging is 100% recyclable and biodegradable. We're carbon-neutral in our operations and support kitchen waste reduction initiatives." + }, { - id: "6", title: "Do professional chefs really use your products?", content: - "Yes! Our products are trusted by Michelin-starred chefs and professional kitchens worldwide. We partner with culinary schools and provide equipment to prestigious restaurants. Our testimonials feature real professional chefs."}, + id: "6", title: "Do professional chefs really use your products?", content: "Yes! Our products are trusted by Michelin-starred chefs and professional kitchens worldwide. We partner with culinary schools and provide equipment to prestigious restaurants. Our testimonials feature real professional chefs." + }, ]} />