From adba01f49f688cd80240b23ca256ccd3c9817412 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 00:54:35 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9ba4426..3e6ad3a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -61,8 +61,7 @@ export default function AboutPage() { id: "1", title: "Authentic Greek Heritage", description: "Honoring centuries-old traditions of Mediterranean hospitality and warm welcome", tag: "Tradition", imageSrc: "https://img.b2bpic.net/free-photo/resort-relax-lifestyle-blue-chair_1203-4634.jpg", imageAlt: "Traditional Greek architecture and design" }, { - id: "2", - title: "Sustainable Luxury", description: "Committed to preserving Santorini's natural beauty for future generations", tag: "Responsibility", imageSrc: "https://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg", imageAlt: "Sustainable resort practices" + id: "2", title: "Sustainable Luxury", description: "Committed to preserving Santorini's natural beauty for future generations", tag: "Responsibility", imageSrc: "https://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg", imageAlt: "Sustainable resort practices" } ]} /> @@ -111,4 +110,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From d0c60df065f9081ad8a8e574f465c19b4a213190 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 00:54:35 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9de1008..441db15 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -123,4 +123,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 98846a136c6cd3c04007e32c9aaab7fff6ccfcde Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 00:54:36 +0000 Subject: [PATCH 3/6] Update src/app/globals.css --- src/app/globals.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 0c74c4b..e0e0f7c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #fbfaff;; - --card: #f7f5ff;; - --foreground: #0f0022;; - --primary-cta: #8b5cf6;; + /* --background: #f0f7ff;; + --card: #e6f2ff;; + --foreground: #001a4d;; + --primary-cta: #0066ff;; --secondary-cta: #ffffff;; - --accent: #d8cef5;; - --background-accent: #c4a8f9;; */ + --accent: #3399ff;; + --background-accent: #99ccff;; */ - --background: #fbfaff;; - --card: #f7f5ff;; - --foreground: #0f0022;; - --primary-cta: #8b5cf6;; + --background: #f0f7ff;; + --card: #e6f2ff;; + --foreground: #001a4d;; + --primary-cta: #0066ff;; --secondary-cta: #ffffff;; - --accent: #d8cef5;; - --background-accent: #c4a8f9;; + --accent: #3399ff;; + --background-accent: #99ccff;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 2dde59fddc286aa86779c8f46ec9ad91f8080881 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 00:54:37 +0000 Subject: [PATCH 4/6] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cc1a0a7..3c83f99 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1253,4 +1253,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From cf21095f3a67e78da8f72416cd34945cfefab977 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 00:54:38 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 55 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 41 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6c4c07..355ab27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,15 @@ "use client"; -import { Sparkles, Crown, Star, UtensilsCrossed, Heart, Gift, Leaf, Sun, Snowflake } from "lucide-react"; +import { Sparkles, Crown, Star, UtensilsCrossed, Heart, Gift, Leaf, Sun, Snowflake, Zap } from "lucide-react"; import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function HomePage() { @@ -41,38 +42,36 @@ export default function HomePage() {
-
@@ -174,6 +173,34 @@ export default function HomePage() { /> +
+ { + console.log("CTA submission:", data); + alert("Thank you! We'll be in touch within 24 hours."); + }} + /> +
+ ); -} \ No newline at end of file +} -- 2.49.1