Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d7f77e4be | |||
| ff67ea98be | |||
| fe75394f8e |
@@ -179,10 +179,10 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "M. Zulqarnain", role: "Local Guide", company: "Okara", rating: 5,
|
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,
|
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,
|
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"},
|
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,
|
name: "message", placeholder: "Your Message or Reservation Details", rows: 4,
|
||||||
required: true,
|
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"
|
imageAlt="Cafe Janoshi Interior"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
@@ -300,4 +300,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fbfaff;
|
--background: #f6f0e9;
|
||||||
--card: #f7f5ff;
|
--card: #efe7dd;
|
||||||
--foreground: #0f0022;
|
--foreground: #2b180a;
|
||||||
--primary-cta: #8b5cf6;
|
--primary-cta: #2b180a;
|
||||||
--primary-cta-text: #fbfaff;
|
--primary-cta-text: #f6f0e9;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #efe7dd;
|
||||||
--secondary-cta-text: #0f0022;
|
--secondary-cta-text: #2b180a;
|
||||||
--accent: #d8cef5;
|
--accent: #94877c;
|
||||||
--background-accent: #c4a8f9;
|
--background-accent: #afa094;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user