Compare commits
19 Commits
version_22
...
version_25
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f8f7edde5 | |||
| 90202ce297 | |||
| 7af053d91e | |||
| 2d3383b127 | |||
| 463246fc55 | |||
| b58af0870a | |||
| 307df2cad7 | |||
| 7914cf50ac | |||
| 7b9af4e314 | |||
| fd3b5d7f46 | |||
| beda038752 | |||
| 8971be3aea | |||
| 6d40eace1d | |||
| 0a3ca1223c | |||
| f158cb4c61 | |||
| 833112a949 | |||
| 622f18b11a | |||
| 2f475ef64f | |||
| 3bcfd17312 |
@@ -33,10 +33,9 @@ export default function HvacPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Cartagena Pet Delivery"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Servicios", id: "services" },
|
||||
{ name: "Parque virtual", id: "hero-carousel" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Terms", id: "/terms-of-service" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
button={{ text: "WhatsApp ", href: "https://wa.me/573011471991" }}
|
||||
animateOnLoad={false}
|
||||
@@ -189,4 +188,4 @@ export default function HvacPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,4 +41,4 @@ export default function TermsPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user