7 Commits

Author SHA1 Message Date
f41204c309 Merge version_3 into main
Merge version_3 into main
2025-12-26 14:51:29 +00:00
b87232bf99 Update src/app/page.tsx 2025-12-26 14:51:24 +00:00
f0d314b4f0 Update src/app/layout.tsx 2025-12-26 14:51:23 +00:00
44b26dd043 Merge version_2 into main
Merge version_2 into main
2025-12-26 14:49:10 +00:00
03b8733d88 Update src/app/page.tsx 2025-12-26 14:49:05 +00:00
3026c403dd Update src/app/layout.tsx 2025-12-26 14:49:04 +00:00
48d584fe70 Update src/app/globals.css 2025-12-26 14:49:03 +00:00
2 changed files with 19 additions and 15 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #fbfaff;; --background: #1a1a1a;
--card: #f7f5ff;; --card: #2a2a2a;
--foreground: #0f0022;; --foreground: #ffffff;
--primary-cta: #8b5cf6;; --primary-cta: #ff3d4a;
--secondary-cta: #ffffff;; --secondary-cta: #1a1a1a;
--accent: #d8cef5;; --accent: #7b2d2d;
--background-accent: #c4a8f9;; --background-accent: #b8111f;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
@@ -495,7 +495,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-public-sans), sans-serif; font-family: var(--font-inter-tight), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-public-sans), sans-serif; font-family: var(--font-inter-tight), sans-serif;
} }

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -8,7 +8,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
import ContactFaq from '@/components/sections/contact/ContactFaq'; import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Award, Calendar, Heart, Sparkles, Star } from "lucide-react"; import { Award, Calendar, Heart, Sparkles, Star, Linkedin } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -154,7 +154,8 @@ export default function LandingPage() {
name: "Sarah Mitchell", name: "Sarah Mitchell",
role: "Food Critic", role: "Food Critic",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414401529-6db20epg.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414401529-6db20epg.jpg",
imageAlt: "Sarah Mitchell" imageAlt: "Sarah Mitchell",
linkedinUrl: "https://linkedin.com/in/sarahmitchell"
}, },
{ {
id: "2", id: "2",
@@ -162,7 +163,8 @@ export default function LandingPage() {
name: "Emma Johnson", name: "Emma Johnson",
role: "Wedding Planning Professional", role: "Wedding Planning Professional",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492697041-9adqfrju.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492697041-9adqfrju.jpg",
imageAlt: "Emma Johnson" imageAlt: "Emma Johnson",
linkedinUrl: "https://linkedin.com/in/emmajohnson"
}, },
{ {
id: "3", id: "3",
@@ -170,7 +172,8 @@ export default function LandingPage() {
name: "Marco Benedetti", name: "Marco Benedetti",
role: "Travel Consultant", role: "Travel Consultant",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502911819-f5rnce5q.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502911819-f5rnce5q.jpg",
imageAlt: "Marco Benedetti" imageAlt: "Marco Benedetti",
linkedinUrl: "https://linkedin.com/in/marcobenedetti"
}, },
{ {
id: "4", id: "4",
@@ -178,7 +181,8 @@ export default function LandingPage() {
name: "Jennifer Chen", name: "Jennifer Chen",
role: "Business Owner", role: "Business Owner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502912600-84fr3x4z.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502912600-84fr3x4z.jpg",
imageAlt: "Jennifer Chen" imageAlt: "Jennifer Chen",
linkedinUrl: "https://linkedin.com/in/jenniferchen"
} }
]} ]}
title="Loved by Our Guests" title="Loved by Our Guests"