Compare commits
10 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d05617efb3 | |||
| cc22d9b56c | |||
| 1dcfc03e05 | |||
| 7ccac49b63 | |||
| 68a2c55b19 | |||
| 3fddf97dde | |||
| 8638fd2d7d | |||
| 19462dd0f2 | |||
| b40ec29c32 | |||
| 876fd226e6 |
@@ -16,9 +16,9 @@ export default function HomePage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBrandCarousel
|
||||
brand="Luxuria"
|
||||
description="Experience the world's most extraordinary destinations with our bespoke luxury travel experiences curated just for you."
|
||||
primaryButton={{ text: "Plan Trip", href: "#contact" }}
|
||||
secondaryButton={{ text: "Explore", href: "#destinations" }}
|
||||
description="Vive los destinos más extraordinarios del mundo con nuestras experiencias de viaje de lujo personalizadas, creadas exclusivamente para ti."
|
||||
primaryButton={{ text: "Planificar Viaje", href: "#contact" }}
|
||||
secondaryButton={{ text: "Explorar", href: "#destinations" }}
|
||||
items={[
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/luxury-travel-agency/hero/hero1.webp" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/luxury-travel-agency/hero/hero2.webp" },
|
||||
@@ -30,8 +30,8 @@ export default function HomePage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutText
|
||||
title="We craft unforgettable journeys to the world's most exclusive destinations, where every detail is curated to perfection."
|
||||
primaryButton={{ text: "Our Story", href: "#" }}
|
||||
title="Creamos viajes inolvidables a los destinos más exclusivos del mundo, donde cada detalle está cuidado a la perfección."
|
||||
primaryButton={{ text: "Nuestra Historia", href: "#" }}
|
||||
secondaryButton={{ text: "View Destinations", href: "#destinations" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user