Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf7bf806e5 | |||
| 18dfa55a5f | |||
| eb2ad5c94b | |||
| 66144c1a8e | |||
| 99bd08d7df | |||
| a77fbfe3e7 | |||
| 34bc2383d9 |
@@ -3,7 +3,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import "@/styles/globals.css";
|
import "@/styles/globals.css";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Walmart Panorama City - Local Shopping Made Easy", description: "Your local Walmart in Panorama City. Shop pharmacy, bakery, clothing, and fresh flowers. Open 6 AM - 11 PM daily."};
|
title: "Walmart Panorama City - Local Shopping Made Easy", description: "Your local Walmart in Panorama City. Shop pharmacy, bakery, clothing, and fresh flowers. Open 6 AM - 11 PM daily."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -109,6 +109,9 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Fill Prescription", href: "tel:+1-818-830-0350"
|
text: "Fill Prescription", href: "tel:+1-818-830-0350"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: "Browse All Departments", href: "#services"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -248,7 +251,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactFaq
|
<ContactFaq
|
||||||
ctaTitle="Get in Touch"
|
ctaTitle="Get in Touch"
|
||||||
ctaDescription="Call us for immediate assistance or fill out the form below. Our team is ready to help!"
|
ctaDescription="Need help? Call us now for instant support or use the FAQs below to find quick answers"
|
||||||
ctaIcon={Phone}
|
ctaIcon={Phone}
|
||||||
ctaButton={{
|
ctaButton={{
|
||||||
text: "Call +1 818-830-0350", href: "tel:+1-818-830-0350"
|
text: "Call +1 818-830-0350", href: "tel:+1-818-830-0350"
|
||||||
@@ -340,4 +343,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user