Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
1427
src/app/layout.tsx
1427
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -62,6 +62,12 @@ export default function HomePage() {
|
||||
imageAlt="Salamanca ciudad histórica y pisos modernos"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", alt: "Cliente satisfecho 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg", alt: "Cliente satisfecho 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-couple-love-with-key-new-home_329181-288.jpg", alt: "Cliente satisfecho 3" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ clientes"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -221,4 +227,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user