Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c0127ca5b | |||
| 8d257e0486 |
@@ -220,23 +220,23 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Business Details", items: [
|
||||||
|
{
|
||||||
|
label: "Mon-Fri: 8am-5pm", href: "#"},
|
||||||
|
{
|
||||||
|
label: "License #NM-12345", href: "#"},
|
||||||
|
{
|
||||||
|
label: "Serving since 1980", href: "#"},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Quick Links", items: [
|
||||||
{
|
{
|
||||||
label: "About Us", href: "#"},
|
label: "About Us", href: "#"},
|
||||||
{
|
{
|
||||||
label: "Our Products", href: "#products"},
|
label: "Our Products", href: "#products"},
|
||||||
{
|
{
|
||||||
label: "Contact", href: "#contact"},
|
label: "Contact Us", href: "#contact"},
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Support", items: [
|
|
||||||
{
|
|
||||||
label: "Call Us", href: "tel:5058842656"},
|
|
||||||
{
|
|
||||||
label: "FAQ", href: "#faq"},
|
|
||||||
{
|
|
||||||
label: "Privacy Policy", href: "#"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user