diff --git a/src/app/page.tsx b/src/app/page.tsx index 52c4c08..a4195b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,109 +34,65 @@ export default function LandingPage() {
@@ -159,57 +115,21 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Organic Produce", - author: "Fresh & Local", - description: "Hand-picked organic fruits and vegetables from local farms, ensuring peak freshness and taste right to your table.", - tags: [ - "Fresh", - "Local", - "Organic", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-fruits-vegetables_23-2149382202.jpg", - imageAlt: "Basket of fresh organic vegetables", - }, + id: "f1", title: "Organic Produce", author: "Fresh & Local", description: "Hand-picked organic fruits and vegetables from local farms, ensuring peak freshness and taste right to your table.", tags: [ + "Fresh", "Local", "Organic"], + imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-fruits-vegetables_23-2149382202.jpg", imageAlt: "Basket of fresh organic vegetables"}, { - id: "f2", - title: "Artisan Bakery", - author: "Baked Daily", - description: "Enjoy the aroma of freshly baked bread, pastries, and cakes, made with the finest ingredients by our skilled bakers.", - tags: [ - "Baked", - "Daily", - "Gourmet", - ], - imageSrc: "http://img.b2bpic.net/free-photo/expirienced-baker-protective-gloves-is-slicing-bread-daily-breakfast-restaurant_613910-13286.jpg", - imageAlt: "Freshly baked artisan bread", - }, + id: "f2", title: "Artisan Bakery", author: "Baked Daily", description: "Enjoy the aroma of freshly baked bread, pastries, and cakes, made with the finest ingredients by our skilled bakers.", tags: [ + "Baked", "Daily", "Gourmet"], + imageSrc: "http://img.b2bpic.net/free-photo/expirienced-baker-protective-gloves-is-slicing-bread-daily-breakfast-restaurant_613910-13286.jpg", imageAlt: "Freshly baked artisan bread"}, { - id: "f3", - title: "Quality Meats & Deli", - author: "Premium Selection", - description: "Discover a wide range of high-quality meats, poultry, and gourmet deli selections, all carefully sourced for exceptional flavor.", - tags: [ - "Premium", - "Meats", - "Deli", - ], - imageSrc: "http://img.b2bpic.net/free-photo/racks-salmon-smoking-small-smoker_169016-37208.jpg", - imageAlt: "Selection of fresh meats and cheeses", - }, + id: "f3", title: "Quality Meats & Deli", author: "Premium Selection", description: "Discover a wide range of high-quality meats, poultry, and gourmet deli selections, all carefully sourced for exceptional flavor.", tags: [ + "Premium", "Meats", "Deli"], + imageSrc: "http://img.b2bpic.net/free-photo/racks-salmon-smoking-small-smoker_169016-37208.jpg", imageAlt: "Selection of fresh meats and cheeses"}, { - id: "f4", - title: "Daily Essentials", - author: "Convenient & Complete", - description: "Find all your everyday necessities, from pantry staples to household items, ensuring a comprehensive and convenient shopping trip.", - tags: [ - "Pantry", - "Household", - "Convenient", - ], - imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501016.jpg", - imageAlt: "Organized supermarket aisle with daily essentials", - }, + id: "f4", title: "Daily Essentials", author: "Convenient & Complete", description: "Find all your everyday necessities, from pantry staples to household items, ensuring a comprehensive and convenient shopping trip.", tags: [ + "Pantry", "Household", "Convenient"], + imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501016.jpg", imageAlt: "Organized supermarket aisle with daily essentials"}, ]} title="Experience the Super Market Difference" description="From farm-fresh produce to gourmet delights, we offer a diverse selection to meet all your needs. Enjoy a convenient shopping experience with a focus on quality, variety, and exceptional customer service." @@ -224,53 +144,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Organic Whole Milk", - price: "$4.99", - variant: "Gallon", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-almonds-oatmeal-with-milk-glasses_23-2148356837.jpg", - imageAlt: "Organic Whole Milk Gallon", - }, + id: "p1", name: "Organic Whole Milk", price: "$4.99", variant: "Gallon", imageSrc: "http://img.b2bpic.net/free-photo/close-up-almonds-oatmeal-with-milk-glasses_23-2148356837.jpg", imageAlt: "Organic Whole Milk Gallon"}, { - id: "p2", - name: "Artisan Sourdough Bread", - price: "$5.49", - variant: "Loaf", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg", - imageAlt: "Artisan Sourdough Bread Loaf", - }, + id: "p2", name: "Artisan Sourdough Bread", price: "$5.49", variant: "Loaf", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg", imageAlt: "Artisan Sourdough Bread Loaf"}, { - id: "p3", - name: "Crisp Fuji Apples", - price: "$2.99", - variant: "Per lb", - imageSrc: "http://img.b2bpic.net/free-photo/apples-basket_661915-597.jpg", - imageAlt: "Crisp Fuji Apples", - }, + id: "p3", name: "Crisp Fuji Apples", price: "$2.99", variant: "Per lb", imageSrc: "http://img.b2bpic.net/free-photo/apples-basket_661915-597.jpg", imageAlt: "Crisp Fuji Apples"}, { - id: "p4", - name: "Gourmet Coffee Blend", - price: "$12.99", - variant: "12oz Bag", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-near-pastry-raisins_23-2147869422.jpg", - imageAlt: "Gourmet Coffee Blend", - }, + id: "p4", name: "Gourmet Coffee Blend", price: "$12.99", variant: "12oz Bag", imageSrc: "http://img.b2bpic.net/free-photo/coffee-near-pastry-raisins_23-2147869422.jpg", imageAlt: "Gourmet Coffee Blend"}, { - id: "p5", - name: "Extra Virgin Olive Oil", - price: "$14.99", - variant: "750ml Bottle", - imageSrc: "http://img.b2bpic.net/free-photo/olive-oil-olives-tomatoes-wooden-background_93675-135419.jpg", - imageAlt: "Extra Virgin Olive Oil Bottle", - }, + id: "p5", name: "Extra Virgin Olive Oil", price: "$14.99", variant: "750ml Bottle", imageSrc: "http://img.b2bpic.net/free-photo/olive-oil-olives-tomatoes-wooden-background_93675-135419.jpg", imageAlt: "Extra Virgin Olive Oil Bottle"}, { - id: "p6", - name: "Breakfast Cereal Variety", - price: "$3.79", - variant: "Box", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-corn-flakes-with-berries_23-2147699613.jpg", - imageAlt: "Breakfast Cereal Box", - }, + id: "p6", name: "Breakfast Cereal Variety", price: "$3.79", variant: "Box", imageSrc: "http://img.b2bpic.net/free-photo/delicious-corn-flakes-with-berries_23-2147699613.jpg", imageAlt: "Breakfast Cereal Box"}, ]} title="Our Most Popular Groceries" description="Browse our best-selling items, hand-picked for their quality and popularity by our customers. From fresh fruits to artisan cheeses, find your everyday favorites and gourmet treats here." @@ -284,31 +168,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "15K+", - title: "Happy Customers", - items: [ - "Served monthly across all departments", - "Building a loyal community of shoppers", - ], + id: "m1", value: "15K+", title: "Happy Customers", items: [ + "Served monthly across all departments", "Building a loyal community of shoppers"], }, { - id: "m2", - value: "500+", - title: "Organic Selections", - items: [ - "Wide range of certified organic products", - "Committed to healthy and sustainable choices", - ], + id: "m2", value: "500+", title: "Organic Selections", items: [ + "Wide range of certified organic products", "Committed to healthy and sustainable choices"], }, { - id: "m3", - value: "75+", - title: "Local Suppliers", - items: [ - "Supporting local farmers and businesses", - "Bringing the freshest regional produce", - ], + id: "m3", value: "75+", title: "Local Suppliers", items: [ + "Supporting local farmers and businesses", "Bringing the freshest regional produce"], }, ]} title="Super Market By The Numbers" @@ -322,50 +191,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - title: "Best Produce in Town!", - quote: "Super Market always has the freshest produce. I love knowing I can find high-quality fruits and vegetables every time I visit. It's truly a gem in our neighborhood!", - name: "Sarah J.", - role: "Local Resident", - imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-giving-groceries-order-customer_23-2149950077.jpg", - imageAlt: "Photo of Sarah J.", - }, + id: "t1", title: "Best Produce in Town!", quote: "Super Market always has the freshest produce. I love knowing I can find high-quality fruits and vegetables every time I visit. It's truly a gem in our neighborhood!", name: "Sarah J.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-giving-groceries-order-customer_23-2149950077.jpg", imageAlt: "Photo of Sarah J."}, { - id: "t2", - title: "Great Selection and Service", - quote: "I'm consistently impressed with the variety of products and the friendly staff at Super Market. Shopping here is always a pleasant experience. Highly recommend!", - name: "Michael D.", - role: "Community Member", - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-bone-his-dog_23-2148872574.jpg", - imageAlt: "Photo of Michael D.", - }, + id: "t2", title: "Great Selection and Service", quote: "I'm consistently impressed with the variety of products and the friendly staff at Super Market. Shopping here is always a pleasant experience. Highly recommend!", name: "Michael D.", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-bone-his-dog_23-2148872574.jpg", imageAlt: "Photo of Michael D."}, { - id: "t3", - title: "My Go-To for Organic Goods", - quote: "Finding organic and local options is important to me, and Super Market never disappoints. Their commitment to quality sourcing is evident in every aisle. Thank you!", - name: "Emily R.", - role: "Health Enthusiast", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-doing-their-groceries_23-2149284866.jpg", - imageAlt: "Photo of Emily R.", - }, + id: "t3", title: "My Go-To for Organic Goods", quote: "Finding organic and local options is important to me, and Super Market never disappoints. Their commitment to quality sourcing is evident in every aisle. Thank you!", name: "Emily R.", role: "Health Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-doing-their-groceries_23-2149284866.jpg", imageAlt: "Photo of Emily R."}, { - id: "t4", - title: "Convenient and High Quality", - quote: "For busy parents like me, Super Market is a lifesaver. It’s convenient, well-organized, and I can always trust the quality of their groceries. A fantastic local store!", - name: "David K.", - role: "Parent & Shopper", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-elder-bearded-man-with-moisturizer-copy-space_23-2148621167.jpg", - imageAlt: "Photo of David K.", - }, + id: "t4", title: "Convenient and High Quality", quote: "For busy parents like me, Super Market is a lifesaver. It’s convenient, well-organized, and I can always trust the quality of their groceries. A fantastic local store!", name: "David K.", role: "Parent & Shopper", imageSrc: "http://img.b2bpic.net/free-photo/front-view-elder-bearded-man-with-moisturizer-copy-space_23-2148621167.jpg", imageAlt: "Photo of David K."}, { - id: "t5", - title: "Exceptional Customer Care", - quote: "The staff here truly goes above and beyond. They're always ready to help and answer questions, making me feel valued as a customer. Super Market is simply the best!", - name: "Jessica L.", - role: "Loyal Customer", - imageSrc: "http://img.b2bpic.net/free-photo/wo-girls-are-walking-around-city-ride-cart_1157-16437.jpg", - imageAlt: "Photo of Jessica L.", - }, + id: "t5", title: "Exceptional Customer Care", quote: "The staff here truly goes above and beyond. They're always ready to help and answer questions, making me feel valued as a customer. Super Market is simply the best!", name: "Jessica L.", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/wo-girls-are-walking-around-city-ride-cart_1157-16437.jpg", imageAlt: "Photo of Jessica L."}, ]} title="What Our Shoppers Say" description="Hear from our happy customers about their favorite Super Market experiences. Their feedback drives our commitment to excellence and freshness." @@ -381,38 +215,11 @@ export default function LandingPage() { description="Explore our blog for delicious recipes, cooking tips, and insights into healthy eating and sustainable sourcing. Get inspired to create amazing meals with our fresh ingredients." blogs={[ { - id: "b1", - category: "Recipes", - title: "5 Easy Weeknight Dinners Using Seasonal Produce", - excerpt: "Discover how to whip up delicious and healthy meals in under 30 minutes with our fresh seasonal ingredients. Perfect for busy families!", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-apple-with-nuts-cinnamon-christmas-white-table_181624-28814.jpg", - imageAlt: "Healthy weeknight dinner with fresh vegetables", - authorName: "Super Market Chefs", - authorAvatar: "http://img.b2bpic.net/free-vector/supermarket-logo_23-2148448613.jpg", - date: "July 15, 2024", - }, + id: "b1", category: "Recipes", title: "5 Easy Weeknight Dinners Using Seasonal Produce", excerpt: "Discover how to whip up delicious and healthy meals in under 30 minutes with our fresh seasonal ingredients. Perfect for busy families!", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-apple-with-nuts-cinnamon-christmas-white-table_181624-28814.jpg", imageAlt: "Healthy weeknight dinner with fresh vegetables", authorName: "Super Market Chefs", authorAvatar: "http://img.b2bpic.net/free-vector/supermarket-logo_23-2148448613.jpg", date: "July 15, 2024"}, { - id: "b2", - category: "Sustainability", - title: "Reducing Food Waste: Simple Tips for a Greener Kitchen", - excerpt: "Learn practical strategies to minimize food waste at home, save money, and contribute to a more sustainable planet. Small changes make a big impact!", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-plate-carrots-tomatoes_53876-42628.jpg", - imageAlt: "Woman holding reusable shopping bag with groceries", - authorName: "Eco Team", - authorAvatar: "http://img.b2bpic.net/free-vector/market-logo-collection_23-2148471785.jpg", - date: "July 10, 2024", - }, + id: "b2", category: "Sustainability", title: "Reducing Food Waste: Simple Tips for a Greener Kitchen", excerpt: "Learn practical strategies to minimize food waste at home, save money, and contribute to a more sustainable planet. Small changes make a big impact!", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-plate-carrots-tomatoes_53876-42628.jpg", imageAlt: "Woman holding reusable shopping bag with groceries", authorName: "Eco Team", authorAvatar: "http://img.b2bpic.net/free-vector/market-logo-collection_23-2148471785.jpg", date: "July 10, 2024"}, { - id: "b3", - category: "Products", - title: "Spotlight On: Our New Local Artisan Cheese Selection", - excerpt: "Indulge in the rich flavors of our newly arrived artisan cheeses from local creameries. Perfect for charcuterie boards or gourmet sandwiches. Find your new favorite!", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-light-lamp_1339-3597.jpg", - imageAlt: "Selection of artisan cheeses on a wooden board", - authorName: "Product Team", - authorAvatar: "http://img.b2bpic.net/free-vector/shopping-basket-with-fruits-vegetables-carrot-apple_24908-59349.jpg", - date: "July 8, 2024", - }, + id: "b3", category: "Products", title: "Spotlight On: Our New Local Artisan Cheese Selection", excerpt: "Indulge in the rich flavors of our newly arrived artisan cheeses from local creameries. Perfect for charcuterie boards or gourmet sandwiches. Find your new favorite!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-light-lamp_1339-3597.jpg", imageAlt: "Selection of artisan cheeses on a wooden board", authorName: "Product Team", authorAvatar: "http://img.b2bpic.net/free-vector/shopping-basket-with-fruits-vegetables-carrot-apple_24908-59349.jpg", date: "July 8, 2024"}, ]} />
@@ -423,25 +230,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "What are your store hours?", - content: "Our Super Market is open Monday to Saturday from 7 AM to 9 PM, and on Sundays from 8 AM to 7 PM. Holiday hours may vary, please check our 'Contact Us' page for updates.", - }, + id: "q1", title: "What are your store hours?", content: "Our Super Market is open Monday to Saturday from 7 AM to 9 PM, and on Sundays from 8 AM to 7 PM. Holiday hours may vary, please check our 'Contact Us' page for updates."}, { - id: "q2", - title: "Do you offer online ordering and delivery?", - content: "Yes, we do! You can place your order online through our website for convenient curbside pickup or home delivery within a 10-mile radius. Delivery fees may apply.", - }, + id: "q2", title: "Do you offer online ordering and delivery?", content: "Yes, we do! You can place your order online through our website for convenient curbside pickup or home delivery within a 10-mile radius. Delivery fees may apply."}, { - id: "q3", - title: "What is your return policy?", - content: "We offer a full refund or exchange for most products within 30 days of purchase, provided you have your receipt. Perishable items must be returned within 48 hours. Your satisfaction is guaranteed!", - }, + id: "q3", title: "What is your return policy?", content: "We offer a full refund or exchange for most products within 30 days of purchase, provided you have your receipt. Perishable items must be returned within 48 hours. Your satisfaction is guaranteed!"}, { - id: "q4", - title: "Do you have gluten-free or vegan options?", - content: "Absolutely! We have dedicated aisles and sections for a wide range of dietary needs, including extensive gluten-free, vegan, and organic products. Look for clear labeling throughout the store.", - }, + id: "q4", title: "Do you have gluten-free or vegan options?", content: "Absolutely! We have dedicated aisles and sections for a wide range of dietary needs, including extensive gluten-free, vegan, and organic products. Look for clear labeling throughout the store."}, ]} title="Frequently Asked Questions" description="Find quick answers to your questions about shopping, products, and services at Super Market. If you can't find what you're looking for, feel free to contact us directly." @@ -453,20 +248,15 @@ export default function LandingPage() { @@ -480,23 +270,17 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/supermarket", - ariaLabel: "Facebook page", - }, + href: "https://facebook.com/supermarket", ariaLabel: "Facebook page"}, { icon: Twitter, - href: "https://twitter.com/supermarket", - ariaLabel: "Twitter page", - }, + href: "https://twitter.com/supermarket", ariaLabel: "Twitter page"}, { icon: Instagram, - href: "https://instagram.com/supermarket", - ariaLabel: "Instagram page", - }, + href: "https://instagram.com/supermarket", ariaLabel: "Instagram page"}, ]} /> ); -} +} \ No newline at end of file