From 3b07ee12573973725a9b779f09203d2a78e6e828 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:09:51 +0000 Subject: [PATCH 1/7] Add src/app/about/page.tsx --- src/app/about/page.tsx | 55 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/app/about/page.tsx diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..61672ea --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,55 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import { TestimonialAboutCard } from "@/components/sections/about/TestimonialAboutCard"; +import FooterCard from "@/components/sections/footer/FooterCard"; +import { Instagram, Facebook, Linkedin, Compass } from "lucide-react"; + +export default function AboutPage() { + return ( + + + + + + + + ); +} -- 2.49.1 From a90196b4f0f74bb6affbc0f23d7d521d0df5e526 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:09:52 +0000 Subject: [PATCH 2/7] Add src/app/agents/page.tsx --- src/app/agents/page.tsx | 60 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 src/app/agents/page.tsx diff --git a/src/app/agents/page.tsx b/src/app/agents/page.tsx new file mode 100644 index 0000000..1f17c1b --- /dev/null +++ b/src/app/agents/page.tsx @@ -0,0 +1,60 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import { TeamCardOne } from "@/components/sections/team/TeamCardOne"; +import FooterCard from "@/components/sections/footer/FooterCard"; +import { Instagram, Facebook, Linkedin } from "lucide-react"; + +export default function AgentsPage() { + return ( + + + + + + + + ); +} -- 2.49.1 From 8113c0a51aba4e32218924b7aaca14cbc086b377 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:09:52 +0000 Subject: [PATCH 3/7] Add src/app/contact/page.tsx --- src/app/contact/page.tsx | 54 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/app/contact/page.tsx diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..2e88de2 --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,54 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import { ContactSplit } from "@/components/sections/contact/ContactSplit"; +import FooterCard from "@/components/sections/footer/FooterCard"; +import { Instagram, Facebook, Linkedin } from "lucide-react"; + +export default function ContactPage() { + return ( + + + + + + + + ); +} -- 2.49.1 From 2266e7909f0b8fe877c6b9d22fb288c655002af5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:09:52 +0000 Subject: [PATCH 4/7] Update src/app/page.tsx --- src/app/page.tsx | 171 ++++++++--------------------------------------- 1 file changed, 27 insertions(+), 144 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9323cdd..1c05908 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import ReactLenis from "lenis/react"; -import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; +import HeroCarouselLogo from "@/components/sections/hero/HeroCarouselLogo"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; @@ -30,20 +30,20 @@ export default function LuxuryTravelAgencyTemplatePage() { @@ -79,36 +79,11 @@ export default function LuxuryTravelAgencyTemplatePage() { uniformGridCustomHeightClasses="h-100 2xl:h-110" useInvertedBackground={false} features={[ - { - title: "Private Aviation", - description: "Charter flights and private jet services to any destination worldwide.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service5.webp", - imageAlt: "Private jet", - }, - { - title: "Luxury Accommodations", - description: "Handpicked five-star hotels, villas, and exclusive resorts.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service1.webp", - imageAlt: "Luxury hotel", - }, - { - title: "Curated Experiences", - description: "Unique adventures and cultural immersions designed just for you.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service4.webp", - imageAlt: "Experience", - }, - { - title: "Fine Dining", - description: "Reservations at Michelin-starred restaurants and private chef services.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service3.webp", - imageAlt: "Fine dining", - }, - { - title: "Photography Tours", - description: "Professional photographers to capture your once-in-a-lifetime moments.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service2.webp", - imageAlt: "Photography", - } + { title: "Private Aviation", description: "Charter flights and private jet services to any destination worldwide.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service5.webp", imageAlt: "Private jet", buttons: [{text: "View Details", href: "/property-details"}] }, + { title: "Luxury Accommodations", description: "Handpicked five-star hotels, villas, and exclusive resorts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service1.webp", imageAlt: "Luxury hotel", buttons: [{text: "View Details", href: "/property-details"}] }, + { title: "Curated Experiences", description: "Unique adventures and cultural immersions designed just for you.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service4.webp", imageAlt: "Experience" }, + { title: "Fine Dining", description: "Reservations at Michelin-starred restaurants and private chef services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service3.webp", imageAlt: "Fine dining" }, + { title: "Photography Tours", description: "Professional photographers to capture your once-in-a-lifetime moments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service2.webp", imageAlt: "Photography" } ]} /> Date: Fri, 24 Apr 2026 09:09:53 +0000 Subject: [PATCH 5/7] Add src/app/properties/page.tsx --- src/app/properties/page.tsx | 69 +++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 src/app/properties/page.tsx diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx new file mode 100644 index 0000000..4b467a5 --- /dev/null +++ b/src/app/properties/page.tsx @@ -0,0 +1,69 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import FooterCard from "@/components/sections/footer/FooterCard"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { useState } from "react"; +import { Instagram, Facebook, Linkedin } from "lucide-react"; + +export default function PropertiesPage() { + const [searchValue, setSearchValue] = useState(""); + + const properties = [ + { id: "1", name: "Maldives Private Island", price: "$15,000/night", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination6.webp", category: "Asia" }, + { id: "2", name: "Swiss Alpine Retreat", price: "$8,000/night", rating: 4.8, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination5.webp", category: "Europe" }, + { id: "3", name: "African Safari Lodge", price: "$12,000/night", rating: 4.9, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination1.webp", category: "Africa" }, + { id: "4", name: "Amalfi Coast Villa", price: "$9,500/night", rating: 4.7, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination4.webp", category: "Europe" }, + { id: "5", name: "Kyoto Ryokan", price: "$6,000/night", rating: 4.9, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination3.webp", category: "Asia" }, + { id: "6", name: "Patagonia Eco Lodge", price: "$7,500/night", rating: 4.8, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination2.webp", category: "South America" }, + ]; + + return ( + + + +
+ {} }, + ]} + /> +
+ +
+
+ ); +} -- 2.49.1 From ec53387e3cb147ee4a80cc1cb9484622c663f2a8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:09:53 +0000 Subject: [PATCH 6/7] Add src/app/property-details/page.tsx --- src/app/property-details/page.tsx | 51 +++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/app/property-details/page.tsx diff --git a/src/app/property-details/page.tsx b/src/app/property-details/page.tsx new file mode 100644 index 0000000..342a0ac --- /dev/null +++ b/src/app/property-details/page.tsx @@ -0,0 +1,51 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import FooterCard from "@/components/sections/footer/FooterCard"; +import { Instagram, Facebook, Linkedin } from "lucide-react"; + +export default function PropertyDetailsPage() { + return ( + + + +
+

Exclusive Luxury Property

+

Explore the refined details of our handpicked luxury collection. This property offers the ultimate in comfort, design, and privacy.

+ Inquire About This Property +
+ +
+
+ ); +} -- 2.49.1 From 4907057f6d591bcb262b81f3d335bb463e449048 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:09:54 +0000 Subject: [PATCH 7/7] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ee8d361..9736962 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; + --background: #fdfaf6; + --card: #f5f0e9; + --foreground: #1a1a1a; + --primary-cta: #c19a6b; --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; + --secondary-cta: #f5f0e9; --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --accent: #b8a48b; + --background-accent: #e6dcd0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1