Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f0148a052 | |||
| e68dae2064 | |||
| 4970f95c0b | |||
| c2867c95ef | |||
| 6c41f98fbb |
@@ -196,22 +196,16 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Reviews", href: "#reviews" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "New Haven", href: "#"},
|
||||
{
|
||||
label: "Seymour", href: "#"},
|
||||
{
|
||||
label: "Emergency Support", href: "tel:5550199"},
|
||||
{ label: "New Haven", href: "#" },
|
||||
{ label: "Seymour", href: "#" },
|
||||
{ label: "Emergency Support", href: "tel:5550199" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -221,4 +215,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user