Update src/app/page.tsx
This commit is contained in:
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Offerings", id: "#features"},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About Greenland Market"
|
||||
description={[
|
||||
"Greenland Market is more than just a grocery store; it's a community hub dedicated to providing fresh, high-quality products. We pride ourselves on our wide selection of local produce, premium deli meats, and a diverse range of international goods. Our commitment is to offer a friendly shopping experience and exceptional value to our neighbors.", "From daily essentials to unique finds, we curate our offerings to meet the diverse needs of our community. We believe in supporting local farmers and suppliers, ensuring that you get the freshest ingredients while contributing to our local economy."]}
|
||||
"Greenland Market is more than just a grocery store; it's a community hub dedicated to providing fresh, high-quality products. We pride ourselves on our wide selection of local produce, premium deli meats, and a diverse range of international goods. Our commitment is to offer a friendly shopping experience and exceptional value to our neighbors.", "From daily essentials to unique finds, we curate our offerings to meet the diverse needs of our community. We believe in supporting local farmers and suppliers, ensuring that you get the freshest ingredients while contributing to our local economy." ]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story", href: "#"},
|
||||
@@ -235,9 +235,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us Today"
|
||||
title="Your Local Market Awaits"
|
||||
description="Come experience the freshness and friendly service at Greenland Market. We're open daily to serve your grocery needs."
|
||||
tag="Emergency & General Contact"
|
||||
title="Need Immediate Assistance?"
|
||||
description="For urgent inquiries, call our 24/7 Emergency Line: +1 (734) 331-3291. We guarantee a response within 15 minutes for all emergency calls. For general inquiries, visit us or use the number below."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=Greenland+Market+49491+Cherry+Hill+Rd,+Canton+Township,+MI+48187"},
|
||||
@@ -258,7 +258,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Offerings", href: "#features"},
|
||||
label: "Our Services", href: "#features"},
|
||||
{
|
||||
label: "Our Story", href: "#about"},
|
||||
],
|
||||
@@ -281,8 +281,12 @@ export default function LandingPage() {
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "24/7 Emergency Support", href: "tel:+17343313291"},
|
||||
{
|
||||
label: "Availability: 24/7"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Greenland Market"
|
||||
/>
|
||||
@@ -290,4 +294,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user