Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa0d1600f7 | |||
| ac79fec93b | |||
| 1e31f1cf94 | |||
| 5055936f0d | |||
| 3d0db1cd2c |
1419
src/app/layout.tsx
1419
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Euro Pitture"
|
||||
brandName=""
|
||||
navItems={[
|
||||
{ name: "Servizi", id: "services" },
|
||||
{ name: "Lavori", id: "portfolio" },
|
||||
@@ -226,7 +226,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="Cosa Dicono i Nostri Clienti"
|
||||
description="Leggi le esperienze di chi ha scelto Euro Pitture per i propri progetti"
|
||||
description="Scopri perché più di 500 clienti hanno scelto Euro Pitture: leggi le loro esperienze"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -340,4 +340,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user