Update src/app/page.tsx

This commit is contained in:
2026-06-02 14:44:32 +00:00
parent dd2b17ce3f
commit 561dc47268

View File

@@ -34,109 +34,65 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Products", name: "Products", id: "#products"},
id: "#products",
},
{ {
name: "Features", name: "Features", id: "#features"},
id: "#features",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/supermarket-logo_23-2148448613.jpg" logoSrc="http://img.b2bpic.net/free-vector/supermarket-logo_23-2148448613.jpg"
logoAlt="Super Market Logo" logoAlt="Super Market Logo"
brandName="Super Market" brandName="Super Market"
button={{ button={{
text: "Shop Now", text: "Shop Now", href: "#products"}}
href: "#products",
}}
/> />
</div> </div>
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroBillboard <HeroBillboard
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="Your Neighborhood Freshness Hub" title="Your Neighborhood Freshness Hub"
description="Discover quality groceries, organic produce, and daily essentials at Super Market. Freshness delivered to your table, every day." description="Discover quality groceries, organic produce, and daily essentials at Super Market. Freshness delivered to your table, every day."
buttons={[ buttons={[
{ {
text: "Shop Now", text: "Shop Now", href: "#products"},
href: "#products",
},
{ {
text: "Learn More", text: "Learn More", href: "#about"},
href: "#about",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/photo-vegetables-supermarket-photo-your-advertising_185193-110549.jpg" imageSrc="http://img.b2bpic.net/free-photo/photo-vegetables-supermarket-photo-your-advertising_185193-110549.jpg"
imageAlt="Fresh produce aisle in a clean supermarket" imageAlt="Fresh produce aisle in a clean supermarket"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/horizontal-shallow-focus-guy-looking-happily-something-supermarket_181624-60635.jpg", src: "http://img.b2bpic.net/free-photo/horizontal-shallow-focus-guy-looking-happily-something-supermarket_181624-60635.jpg", alt: "Happy customer shopping"},
alt: "Happy customer shopping",
},
{ {
src: "http://img.b2bpic.net/free-photo/retail-grocery-shopping-delivery-concept-handsome-courier-black-apron-handing-box-with-g_1258-59913.jpg", src: "http://img.b2bpic.net/free-photo/retail-grocery-shopping-delivery-concept-handsome-courier-black-apron-handing-box-with-g_1258-59913.jpg", alt: "Smiling man with groceries"},
alt: "Smiling man with groceries",
},
{ {
src: "http://img.b2bpic.net/free-photo/girl-picking-up-fresh-lettuce_23-2148617147.jpg", src: "http://img.b2bpic.net/free-photo/girl-picking-up-fresh-lettuce_23-2148617147.jpg", alt: "Woman picking fresh vegetables"},
alt: "Woman picking fresh vegetables",
},
{ {
src: "http://img.b2bpic.net/free-photo/delivery-man-holding-phone-grocery-bag-hands_23-2148382453.jpg", src: "http://img.b2bpic.net/free-photo/delivery-man-holding-phone-grocery-bag-hands_23-2148382453.jpg", alt: "Young man excited about products"},
alt: "Young man excited about products",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-young-family-standing-with-trolley_171337-2386.jpg", src: "http://img.b2bpic.net/free-photo/happy-young-family-standing-with-trolley_171337-2386.jpg", alt: "Family shopping together"},
alt: "Family shopping together",
},
]} ]}
avatarText="Join 15K+ Happy Shoppers!" avatarText="Join 15K+ Happy Shoppers!"
marqueeItems={[ marqueeItems={[
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/various-strawberries-with-display-price-from-local-farmer-market_23-2147920842.jpg", alt: "Mixed summer fruits"},
src: "http://img.b2bpic.net/free-photo/various-strawberries-with-display-price-from-local-farmer-market_23-2147920842.jpg",
alt: "Mixed summer fruits",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/top-view-vegetable-composition-with-fruits-white-background_140725-141220.jpg", alt: "Abundance of fresh vegetables"},
src: "http://img.b2bpic.net/free-photo/top-view-vegetable-composition-with-fruits-white-background_140725-141220.jpg",
alt: "Abundance of fresh vegetables",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/freshly-ripe-vegetables-wooden-crate_23-2147844359.jpg", alt: "Colorful tomatoes at market"},
src: "http://img.b2bpic.net/free-photo/freshly-ripe-vegetables-wooden-crate_23-2147844359.jpg",
alt: "Colorful tomatoes at market",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-interior_1203-7841.jpg", alt: "Supermarket aisle blur"},
src: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-interior_1203-7841.jpg",
alt: "Supermarket aisle blur",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/basket-with-radishes-unripe-tomatoes_23-2148332216.jpg", alt: "Basket of fresh produce"},
src: "http://img.b2bpic.net/free-photo/basket-with-radishes-unripe-tomatoes_23-2148332216.jpg",
alt: "Basket of fresh produce",
},
]} ]}
marqueeSpeed={40} marqueeSpeed={40}
/> />
@@ -159,57 +115,21 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", 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: [
title: "Organic Produce", "Fresh", "Local", "Organic"],
author: "Fresh & Local", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-fruits-vegetables_23-2149382202.jpg", imageAlt: "Basket of fresh organic vegetables"},
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", 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: [
title: "Artisan Bakery", "Baked", "Daily", "Gourmet"],
author: "Baked Daily", 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"},
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", 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: [
title: "Quality Meats & Deli", "Premium", "Meats", "Deli"],
author: "Premium Selection", imageSrc: "http://img.b2bpic.net/free-photo/racks-salmon-smoking-small-smoker_169016-37208.jpg", imageAlt: "Selection of fresh meats and cheeses"},
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", 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: [
title: "Daily Essentials", "Pantry", "Household", "Convenient"],
author: "Convenient & Complete", imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501016.jpg", imageAlt: "Organized supermarket aisle with daily essentials"},
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" 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." 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} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", 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"},
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", 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"},
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", 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"},
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", 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"},
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", 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"},
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", 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"},
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" 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." 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} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "15K+", title: "Happy Customers", items: [
value: "15K+", "Served monthly across all departments", "Building a loyal community of shoppers"],
title: "Happy Customers",
items: [
"Served monthly across all departments",
"Building a loyal community of shoppers",
],
}, },
{ {
id: "m2", id: "m2", value: "500+", title: "Organic Selections", items: [
value: "500+", "Wide range of certified organic products", "Committed to healthy and sustainable choices"],
title: "Organic Selections",
items: [
"Wide range of certified organic products",
"Committed to healthy and sustainable choices",
],
}, },
{ {
id: "m3", id: "m3", value: "75+", title: "Local Suppliers", items: [
value: "75+", "Supporting local farmers and businesses", "Bringing the freshest regional produce"],
title: "Local Suppliers",
items: [
"Supporting local farmers and businesses",
"Bringing the freshest regional produce",
],
}, },
]} ]}
title="Super Market By The Numbers" title="Super Market By The Numbers"
@@ -322,50 +191,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "t1", 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."},
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", 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."},
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", 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."},
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", id: "t4", title: "Convenient and High Quality", quote: "For busy parents like me, Super Market is a lifesaver. Its 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."},
title: "Convenient and High Quality",
quote: "For busy parents like me, Super Market is a lifesaver. Its 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", 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: "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" 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." 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." 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={[ blogs={[
{ {
id: "b1", 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"},
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", 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"},
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", 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"},
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",
},
]} ]}
/> />
</div> </div>
@@ -423,25 +230,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", 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."},
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", 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."},
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", 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!"},
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", 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: "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" 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." 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() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Visit Us Today" tag="Visit Us Today"
title="Your Daily Dose of Freshness Awaits!" title="Your Daily Dose of Freshness Awaits!"
description="Stop by Super Market for an unparalleled shopping experience. We're open daily to serve you with the freshest ingredients and a friendly smile. Come taste the difference!" description="Stop by Super Market for an unparalleled shopping experience. We're open daily to serve you with the freshest ingredients and a friendly smile. Come taste the difference!"
buttons={[ buttons={[
{ {
text: "Get Directions", text: "Get Directions", href: "https://www.google.com/maps/search/supermarket"},
href: "https://www.google.com/maps/search/supermarket",
},
{ {
text: "Contact Us", text: "Contact Us", href: "mailto:info@supermarket.com"},
href: "mailto:info@supermarket.com",
},
]} ]}
/> />
</div> </div>
@@ -480,23 +270,17 @@ export default function LandingPage() {
socialLinks={[ socialLinks={[
{ {
icon: Facebook, icon: Facebook,
href: "https://facebook.com/supermarket", href: "https://facebook.com/supermarket", ariaLabel: "Facebook page"},
ariaLabel: "Facebook page",
},
{ {
icon: Twitter, icon: Twitter,
href: "https://twitter.com/supermarket", href: "https://twitter.com/supermarket", ariaLabel: "Twitter page"},
ariaLabel: "Twitter page",
},
{ {
icon: Instagram, icon: Instagram,
href: "https://instagram.com/supermarket", href: "https://instagram.com/supermarket", ariaLabel: "Instagram page"},
ariaLabel: "Instagram page",
},
]} ]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }