Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b521bd1f6 | |||
| 071f2e99dd | |||
| 71831c6ec2 | |||
| 4c3961e3bc | |||
| e940387512 | |||
| f3c2de421f |
@@ -62,6 +62,13 @@ export default function LandingPage() {
|
||||
imageAlt="Grilled kebabs from Miya Kebabs"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
avatarText="Trusted by 1000+ diners"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20271.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-vector/sample-call-center-avatars-flat-style_23-2147941258.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", alt: "Customer 4" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fafffb;
|
||||
--card: #f7fffa;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #fafffb;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001a0a;
|
||||
--accent: #a8d9be;
|
||||
--background-accent: #6bbf8e;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user