@@ -42,27 +58,27 @@ export default function LandingPage() {
@@ -156,12 +172,12 @@ export default function LandingPage() {
rating={5}
author="David Kim, Chief Marketing Officer"
avatars={[
- { src: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", alt: "Client 1" },
- { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 2" },
- { src: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", alt: "Client 3" },
- { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 4" },
- { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 5" },
- { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 6" }
+ { src: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop", alt: "Client 1" },
+ { src: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop", alt: "Client 2" },
+ { src: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop", alt: "Client 3" },
+ { src: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop", alt: "Client 4" },
+ { src: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop", alt: "Client 5" },
+ { src: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop", alt: "Client 6" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -233,7 +249,7 @@ export default function LandingPage() {
name: "eventDetails", placeholder: "Tell us about your event vision and requirements...", rows: 5,
required: true
}}
- imageSrc="http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg"
+ imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=500&fit=crop"
imageAlt="Professional event planning consultation"
mediaAnimation="opacity"
mediaPosition="right"
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index c0dfaf5..30f416b 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
- /* --background: #0f0f0f;;
- --card: #1a1a1a;;
- --foreground: #ffffff;;
- --primary-cta: #e63946;;
- --secondary-cta: #2a2a2a;;
+ /* --background: #f5f5f5;;
+ --card: #ffffff;;
+ --foreground: #0f1419;;
+ --primary-cta: #001f5c;;
+ --secondary-cta: #106EFB;;
--accent: #e63946;;
- --background-accent: #e63946;; */
+ --background-accent: #f0f0f0;; */
- --background: #0f0f0f;;
- --card: #1a1a1a;;
- --foreground: #ffffff;;
- --primary-cta: #e63946;;
+ --background: #f5f5f5;;
+ --card: #ffffff;;
+ --foreground: #0f1419;;
+ --primary-cta: #001f5c;;
--primary-cta-text: #FFFFFF;;
- --secondary-cta: #2a2a2a;;
+ --secondary-cta: #106EFB;;
--secondary-cta-text: #FFFFFF;;
--accent: #e63946;;
- --background-accent: #e63946;;
+ --background-accent: #f0f0f0;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);