Compare commits
3 Commits
f41204c309
...
version_5
| Author | SHA1 | Date | |
|---|---|---|---|
| 374a247531 | |||
| 9d7daa36d3 | |||
| 63892006cc |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #1a1a1a;
|
--background: #fafafa;
|
||||||
--card: #2a2a2a;
|
--card: #f4f4f5;
|
||||||
--foreground: #ffffff;
|
--foreground: #27272a;
|
||||||
--primary-cta: #ff3d4a;
|
--primary-cta: #3f3f46;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #7b2d2d;
|
--accent: #facc15;
|
||||||
--background-accent: #b8111f;
|
--background-accent: #eab308;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -154,8 +154,7 @@ 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",
|
||||||
@@ -163,8 +162,7 @@ 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",
|
||||||
@@ -172,8 +170,7 @@ 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",
|
||||||
@@ -181,8 +178,7 @@ 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user