Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 31e0daefa5 | |||
| 6c6d914618 | |||
| efe6f6ae0f | |||
| 63a223f5e0 | |||
| e68a0efa0f | |||
| 8be9253cfc | |||
| c46bde4130 | |||
| 47589d73c0 |
@@ -1416,4 +1416,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
logoText="Lovers Lane Food Mart"
|
||||
description="Your Local Stop for Gas, Snacks & Fresh Biscuits. Serving Covington with Quality & Convenience."
|
||||
buttons={[
|
||||
{ text: "Get Directions", href: "#location" },
|
||||
{ text: "Get Directions Now", href: "#location" },
|
||||
{ text: "Call Now", href: "tel:(678)625-2678" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -132,7 +132,6 @@ export default function LandingPage() {
|
||||
imageAlt="Store location on map"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email for updates"
|
||||
buttonText="Get Directions"
|
||||
termsText="We'll send you store updates and local promotions."
|
||||
ariaLabel="Location and contact information section"
|
||||
@@ -153,4 +152,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user