diff --git a/src/app/page.tsx b/src/app/page.tsx index d61abdd..8b826c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,10 +179,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "M. Zulqarnain", role: "Local Guide", company: "Okara", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-businesswoman-showing-thumbs-up-standing-near-entrance-her-cafe-restaurant_1258-199355.jpg", imageAlt: "M. Zulqarnain"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Etf7yJUnceHkuh4W0UwJP9rTUk/uploaded-1781003465369-jp1487is.jpg", imageAlt: "M. Zulqarnain"}, { id: "2", name: "Zanera Ahmad", role: "Local Guide", company: "Okara", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", imageAlt: "Zanera Ahmad"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Etf7yJUnceHkuh4W0UwJP9rTUk/uploaded-1781003465370-zdwjsy6i.jpg", imageAlt: "Zanera Ahmad"}, { id: "3", name: "Ayesha Khan", role: "Food Enthusiast", company: "Lahore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg", imageAlt: "Ayesha Khan"}, @@ -249,7 +249,7 @@ export default function LandingPage() { name: "message", placeholder: "Your Message or Reservation Details", rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Etf7yJUnceHkuh4W0UwJP9rTUk/uploaded-1781003465370-u1gax0jc.jpg" imageAlt="Cafe Janoshi Interior" mediaAnimation="opacity" mediaPosition="right" @@ -300,4 +300,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ef75a7b..ee8d361 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbfaff; - --card: #f7f5ff; - --foreground: #0f0022; - --primary-cta: #8b5cf6; - --primary-cta-text: #fbfaff; - --secondary-cta: #ffffff; - --secondary-cta-text: #0f0022; - --accent: #d8cef5; - --background-accent: #c4a8f9; + --background: #f6f0e9; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; + --primary-cta-text: #f6f0e9; + --secondary-cta: #efe7dd; + --secondary-cta-text: #2b180a; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);