Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b69aa686ed | |||
| 0d55398521 |
@@ -177,15 +177,26 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "About", items: [
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "Our Philosophy" },
|
||||||
{ label: "Services", href: "#features" },
|
{ label: "Our Process" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal", items: [
|
title: "Hours", items: [
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Mon-Fri: 8am - 6pm" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Sat: 9am - 2pm" },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Location", items: [
|
||||||
|
{ label: "123 Spartan Way, City" },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Social", items: [
|
||||||
|
{ label: "Instagram" },
|
||||||
|
{ label: "Facebook" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user