Merge version_1 into main #1
328
src/app/page.tsx
328
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Specials",
|
||||
id: "#specials",
|
||||
},
|
||||
name: "Specials", id: "#specials"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/supermarket-labels-template-design_23-2149355753.jpg"
|
||||
logoAlt="ShopRite Logo"
|
||||
@@ -67,65 +55,40 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Your Neighborhood Grocer"
|
||||
description="Fresh quality groceries, unbeatable value, and a friendly shopping experience tailored for you and your family."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg",
|
||||
alt: "Happy Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg", alt: "Happy Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-stands-with-closed-eyes-isolated-green-background-with-copy-space_141793-66903.jpg",
|
||||
alt: "Happy Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-stands-with-closed-eyes-isolated-green-background-with-copy-space_141793-66903.jpg", alt: "Happy Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg",
|
||||
alt: "Happy Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", alt: "Happy Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg",
|
||||
alt: "Happy Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg", alt: "Happy Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232840.jpg",
|
||||
alt: "Happy Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232840.jpg", alt: "Happy Customer 5"},
|
||||
]}
|
||||
avatarText="Join thousands of happy shoppers!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#specials",
|
||||
},
|
||||
text: "Shop Now", href: "#specials"},
|
||||
{
|
||||
text: "Weekly Circular",
|
||||
href: "#",
|
||||
},
|
||||
text: "Weekly Circular", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshness Guaranteed Every Day!",
|
||||
},
|
||||
type: "text", text: "Freshness Guaranteed Every Day!"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local Produce, Global Flavors!",
|
||||
},
|
||||
type: "text", text: "Local Produce, Global Flavors!"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Smart Shopping, Big Savings!",
|
||||
},
|
||||
type: "text", text: "Smart Shopping, Big Savings!"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Your Family's Favorite Brands!",
|
||||
},
|
||||
type: "text", text: "Your Family's Favorite Brands!"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Community Focused Since 1949!",
|
||||
},
|
||||
type: "text", text: "Community Focused Since 1949!"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,18 +98,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About ShopRite: Your Trusted Partner in Groceries",
|
||||
},
|
||||
type: "text", content: "About ShopRite: Your Trusted Partner in Groceries"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/front-view-social-distancing-concept_23-2148626226.jpg", alt: "ShopRite Storefront"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-social-distancing-concept_23-2148626226.jpg"
|
||||
imageAlt="ShopRite Storefront"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -157,23 +117,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Farm Fresh Produce",
|
||||
description: "We partner with local farms to bring you the freshest fruits and vegetables daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pineapple-still-life_23-2151605489.jpg",
|
||||
imageAlt: "Fresh Produce",
|
||||
},
|
||||
title: "Farm Fresh Produce", description: "We partner with local farms to bring you the freshest fruits and vegetables daily.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pineapple-still-life_23-2151605489.jpg", imageAlt: "Fresh Produce"},
|
||||
{
|
||||
title: "Quality Meats & Seafood",
|
||||
description: "Expertly cut meats and responsibly sourced seafood for your family's table.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-ham-slices-with-grapes-seasonings-bread-slices-dark-background_140725-133140.jpg",
|
||||
imageAlt: "Quality Meats",
|
||||
},
|
||||
title: "Quality Meats & Seafood", description: "Expertly cut meats and responsibly sourced seafood for your family's table.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ham-slices-with-grapes-seasonings-bread-slices-dark-background_140725-133140.jpg", imageAlt: "Quality Meats"},
|
||||
{
|
||||
title: "Community Focus",
|
||||
description: "Proudly supporting local initiatives and giving back to the communities we serve.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caring-volunteers-bring-assistance-needy-charity-food-drive-sharing-food-nourishments-voluntary-young-individuals-provide-hunger-relief-less-fortunate-showcasing-spirit-volunteering_482257-72973.jpg",
|
||||
imageAlt: "Community Focus",
|
||||
},
|
||||
title: "Community Focus", description: "Proudly supporting local initiatives and giving back to the communities we serve.", imageSrc: "http://img.b2bpic.net/free-photo/caring-volunteers-bring-assistance-needy-charity-food-drive-sharing-food-nourishments-voluntary-young-individuals-provide-hunger-relief-less-fortunate-showcasing-spirit-volunteering_482257-72973.jpg", imageAlt: "Community Focus"},
|
||||
]}
|
||||
title="Our Commitments"
|
||||
description="Dedicated to quality, community, and unbeatable value in every aisle. Experience the ShopRite difference."
|
||||
@@ -189,52 +137,22 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
name: "Crisp Red Apples",
|
||||
price: "$2.99/lb",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-apples-concept-fresh-healthy-food_185193-165823.jpg",
|
||||
imageAlt: "Red Apples",
|
||||
rating: 5,
|
||||
id: "prod-1", name: "Crisp Red Apples", price: "$2.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/red-apples-concept-fresh-healthy-food_185193-165823.jpg", imageAlt: "Red Apples", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "prod-2",
|
||||
name: "Artisan Sourdough Bread",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-breads-as-seeded-brown-cob-rye-white-ones-plate-plaid-cloth-cutting-board-with-knife-wooden-background_141793-25637.jpg",
|
||||
imageAlt: "Sourdough Bread",
|
||||
rating: 5,
|
||||
id: "prod-2", name: "Artisan Sourdough Bread", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-breads-as-seeded-brown-cob-rye-white-ones-plate-plaid-cloth-cutting-board-with-knife-wooden-background_141793-25637.jpg", imageAlt: "Sourdough Bread", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "prod-3",
|
||||
name: "Organic Whole Milk",
|
||||
price: "$3.79",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-yogurt-with-bread-banana_23-2148544175.jpg",
|
||||
imageAlt: "Organic Milk",
|
||||
rating: 4,
|
||||
id: "prod-3", name: "Organic Whole Milk", price: "$3.79", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-yogurt-with-bread-banana_23-2148544175.jpg", imageAlt: "Organic Milk", rating: 4,
|
||||
},
|
||||
{
|
||||
id: "prod-4",
|
||||
name: "Family Pack Chicken Breast",
|
||||
price: "$12.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fish-slices-with-red-tomatoes-dark-background-ocean-meat-seafood-meal-water-food-pepper-dish_179666-17777.jpg",
|
||||
imageAlt: "Chicken Breast",
|
||||
rating: 5,
|
||||
id: "prod-4", name: "Family Pack Chicken Breast", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fish-slices-with-red-tomatoes-dark-background-ocean-meat-seafood-meal-water-food-pepper-dish_179666-17777.jpg", imageAlt: "Chicken Breast", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "prod-5",
|
||||
name: "Healthy Grains Cereal",
|
||||
price: "$3.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-cereal-with-two-bottles-spoon_23-2147962360.jpg",
|
||||
imageAlt: "Cereal Box",
|
||||
rating: 4,
|
||||
id: "prod-5", name: "Healthy Grains Cereal", price: "$3.25", imageSrc: "http://img.b2bpic.net/free-photo/bowl-cereal-with-two-bottles-spoon_23-2147962360.jpg", imageAlt: "Cereal Box", rating: 4,
|
||||
},
|
||||
{
|
||||
id: "prod-6",
|
||||
name: "Italian Penne Pasta",
|
||||
price: "$1.89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pantry-food-ingredients-top-view_23-2148796309.jpg",
|
||||
imageAlt: "Penne Pasta",
|
||||
rating: 5,
|
||||
id: "prod-6", name: "Italian Penne Pasta", price: "$1.89", imageSrc: "http://img.b2bpic.net/free-photo/pantry-food-ingredients-top-view_23-2148796309.jpg", imageAlt: "Penne Pasta", rating: 5,
|
||||
},
|
||||
]}
|
||||
title="Weekly Specials"
|
||||
@@ -249,23 +167,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Home,
|
||||
title: "Years Served",
|
||||
value: "75+",
|
||||
},
|
||||
id: "m1", icon: Home,
|
||||
title: "Years Served", value: "75+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Happy Customers",
|
||||
value: "Million+",
|
||||
},
|
||||
id: "m2", icon: Users,
|
||||
title: "Happy Customers", value: "Million+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Package,
|
||||
title: "Product Variety",
|
||||
value: "50,000+",
|
||||
},
|
||||
id: "m3", icon: Package,
|
||||
title: "Product Variety", value: "50,000+"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Proudly serving our communities and delivering quality for decades."
|
||||
@@ -278,77 +187,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "May 15, 2024",
|
||||
title: "Always Fresh & Friendly!",
|
||||
quote: "ShopRite is my go-to for groceries. The produce is always fresh, and the staff are incredibly helpful and friendly. I wouldn't shop anywhere else!",
|
||||
tag: "Daily Shopper",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-african-man-looking_171337-9799.jpg",
|
||||
avatarAlt: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4326.jpg",
|
||||
imageAlt: "Happy woman shopping",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", date: "May 15, 2024", title: "Always Fresh & Friendly!", quote: "ShopRite is my go-to for groceries. The produce is always fresh, and the staff are incredibly helpful and friendly. I wouldn't shop anywhere else!", tag: "Daily Shopper", avatarSrc: "http://img.b2bpic.net/free-photo/happy-african-man-looking_171337-9799.jpg", avatarAlt: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4326.jpg", imageAlt: "Happy woman shopping"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael R.",
|
||||
date: "April 28, 2024",
|
||||
title: "Best Weekly Deals",
|
||||
quote: "I always find the best deals here! Their weekly circular helps me save so much. It's easy to navigate the store and find everything I need.",
|
||||
tag: "Value Hunter",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-model-sexy-unshaven-man-dressed-white-summer-tshirt-jeans-clothes-fashion-male-posing-near-blue-wall-studio-isolated_158538-26836.jpg",
|
||||
avatarAlt: "Michael R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-shopping-bags-showing-thumb-up-t-shirt-jacket-looking-jovial-front-view_176474-30058.jpg",
|
||||
imageAlt: "Man with grocery bag",
|
||||
},
|
||||
id: "t2", name: "Michael R.", date: "April 28, 2024", title: "Best Weekly Deals", quote: "I always find the best deals here! Their weekly circular helps me save so much. It's easy to navigate the store and find everything I need.", tag: "Value Hunter", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-model-sexy-unshaven-man-dressed-white-summer-tshirt-jeans-clothes-fashion-male-posing-near-blue-wall-studio-isolated_158538-26836.jpg", avatarAlt: "Michael R.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-shopping-bags-showing-thumb-up-t-shirt-jacket-looking-jovial-front-view_176474-30058.jpg", imageAlt: "Man with grocery bag"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily C.",
|
||||
date: "March 10, 2024",
|
||||
title: "Family Favorite",
|
||||
quote: "Our family loves shopping at ShopRite. There's a great selection for everyone, and the kids always enjoy the bakery section. It makes grocery shopping a breeze.",
|
||||
tag: "Family Shopper",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg",
|
||||
avatarAlt: "Emily C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-dinner-with-family_23-2147716270.jpg",
|
||||
imageAlt: "Family cooking together",
|
||||
},
|
||||
id: "t3", name: "Emily C.", date: "March 10, 2024", title: "Family Favorite", quote: "Our family loves shopping at ShopRite. There's a great selection for everyone, and the kids always enjoy the bakery section. It makes grocery shopping a breeze.", tag: "Family Shopper", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", avatarAlt: "Emily C.", imageSrc: "http://img.b2bpic.net/free-photo/christmas-dinner-with-family_23-2147716270.jpg", imageAlt: "Family cooking together"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
date: "February 20, 2024",
|
||||
title: "Excellent Customer Service",
|
||||
quote: "The customer service at ShopRite is exceptional. I had an issue with an item, and they resolved it quickly and courteously. Truly appreciate their dedication.",
|
||||
tag: "Loyal Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-smiling-man-looking-happy-express-enthusiastic-optimistic-emotions-seei_1258-110321.jpg",
|
||||
avatarAlt: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-phone-supermarket_329181-14927.jpg",
|
||||
imageAlt: "Senior couple shopping",
|
||||
},
|
||||
id: "t4", name: "David K.", date: "February 20, 2024", title: "Excellent Customer Service", quote: "The customer service at ShopRite is exceptional. I had an issue with an item, and they resolved it quickly and courteously. Truly appreciate their dedication.", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-smiling-man-looking-happy-express-enthusiastic-optimistic-emotions-seei_1258-110321.jpg", avatarAlt: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-phone-supermarket_329181-14927.jpg", imageAlt: "Senior couple shopping"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica L.",
|
||||
date: "January 5, 2024",
|
||||
title: "Convenient Online Ordering",
|
||||
quote: "Their online ordering and curbside pickup are a lifesaver! It's so convenient and always accurate. ShopRite makes my busy weeks so much easier.",
|
||||
tag: "Busy Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/surprised-happy-emotional-woman-with-afro-hair-looks-with-smile-cannot-believe-dreams-come-true-gets-awesome-present-from-someone-dressed-fashionable-denim-clothes-isolated-pink-wall_273609-37917.jpg",
|
||||
avatarAlt: "Jessica L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-kitchen-with-eggs_23-2147782422.jpg",
|
||||
imageAlt: "Young professional cooking",
|
||||
},
|
||||
id: "t5", name: "Jessica L.", date: "January 5, 2024", title: "Convenient Online Ordering", quote: "Their online ordering and curbside pickup are a lifesaver! It's so convenient and always accurate. ShopRite makes my busy weeks so much easier.", tag: "Busy Professional", avatarSrc: "http://img.b2bpic.net/free-photo/surprised-happy-emotional-woman-with-afro-hair-looks-with-smile-cannot-believe-dreams-come-true-gets-awesome-present-from-someone-dressed-fashionable-denim-clothes-isolated-pink-wall_273609-37917.jpg", avatarAlt: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/woman-kitchen-with-eggs_23-2147782422.jpg", imageAlt: "Young professional cooking"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Robert S.",
|
||||
date: "December 1, 2023",
|
||||
title: "Great Variety of Products",
|
||||
quote: "ShopRite has an amazing selection of international foods and specialty items. I always discover something new and exciting every time I visit.",
|
||||
tag: "Food Explorer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-130180.jpg",
|
||||
avatarAlt: "Robert S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-roommates-indoors_23-2148903544.jpg",
|
||||
imageAlt: "Friends enjoying meal",
|
||||
},
|
||||
id: "t6", name: "Robert S.", date: "December 1, 2023", title: "Great Variety of Products", quote: "ShopRite has an amazing selection of international foods and specialty items. I always discover something new and exciting every time I visit.", tag: "Food Explorer", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-130180.jpg", avatarAlt: "Robert S.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-roommates-indoors_23-2148903544.jpg", imageAlt: "Friends enjoying meal"},
|
||||
]}
|
||||
title="What Our Shoppers Say"
|
||||
description="Hear from our happy customers about their positive shopping experience at ShopRite."
|
||||
@@ -360,16 +209,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Farms Inc.",
|
||||
"Healthy Living Co.",
|
||||
"Community Food Bank",
|
||||
"Fresh Dairy Producers",
|
||||
"Artisan Bakeries",
|
||||
"Green Earth Organics",
|
||||
"Family Growers Alliance",
|
||||
"Neighborhood Schools",
|
||||
"Sustainable Seafood Co.",
|
||||
]}
|
||||
"Local Farms Inc.", "Healthy Living Co.", "Community Food Bank", "Fresh Dairy Producers", "Artisan Bakeries", "Green Earth Organics", "Family Growers Alliance", "Neighborhood Schools", "Sustainable Seafood Co."]}
|
||||
title="Community & Brand Partners"
|
||||
description="Collaborating with local businesses and trusted brands to bring you the best."
|
||||
speed={40}
|
||||
@@ -383,30 +223,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are your store hours?",
|
||||
content: "Our store hours vary by location. Please check the 'Store Locator' section on our website or contact your local store for specific hours of operation.",
|
||||
},
|
||||
id: "q1", title: "What are your store hours?", content: "Our store hours vary by location. Please check the 'Store Locator' section on our website or contact your local store for specific hours of operation."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer online ordering and delivery?",
|
||||
content: "Yes, we offer convenient online ordering for curbside pickup and home delivery in many areas. Check our website for availability in your location.",
|
||||
},
|
||||
id: "q2", title: "Do you offer online ordering and delivery?", content: "Yes, we offer convenient online ordering for curbside pickup and home delivery in many areas. Check our website for availability in your location."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What is your return policy?",
|
||||
content: "We accept returns on most items with a valid receipt within 30 days of purchase. Perishable goods may have specific return guidelines. Please see our customer service desk for details.",
|
||||
},
|
||||
id: "q3", title: "What is your return policy?", content: "We accept returns on most items with a valid receipt within 30 days of purchase. Perishable goods may have specific return guidelines. Please see our customer service desk for details."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "How can I apply for a job at ShopRite?",
|
||||
content: "We are always looking for passionate individuals to join our team! Please visit the 'Careers' section of our website to view current openings and apply online.",
|
||||
},
|
||||
id: "q4", title: "How can I apply for a job at ShopRite?", content: "We are always looking for passionate individuals to join our team! Please visit the 'Careers' section of our website to view current openings and apply online."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Do you have a loyalty program?",
|
||||
content: "Yes, we have a loyalty program that offers exclusive discounts, personalized offers, and rewards points. You can sign up at any checkout lane or online through our website.",
|
||||
},
|
||||
id: "q5", title: "Do you have a loyalty program?", content: "Yes, we have a loyalty program that offers exclusive discounts, personalized offers, and rewards points. You can sign up at any checkout lane or online through our website."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find quick answers to frequently asked questions about shopping at ShopRite."
|
||||
@@ -418,8 +243,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get In Touch"
|
||||
title="Visit Us or Say Hello"
|
||||
description="Have questions or feedback? We're here to help! Find our nearest location or send us a message."
|
||||
@@ -441,61 +265,37 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Our Values",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Values", href: "#"},
|
||||
{
|
||||
label: "Store Locator",
|
||||
href: "#",
|
||||
},
|
||||
label: "Store Locator", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Weekly Circular",
|
||||
href: "#",
|
||||
},
|
||||
label: "Weekly Circular", href: "#"},
|
||||
{
|
||||
label: "Online Ordering",
|
||||
href: "#",
|
||||
},
|
||||
label: "Online Ordering", href: "#"},
|
||||
{
|
||||
label: "Loyalty Program",
|
||||
href: "#",
|
||||
},
|
||||
label: "Loyalty Program", href: "#"},
|
||||
{
|
||||
label: "Gift Cards",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gift Cards", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Customer Service",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Customer Service", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user