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