6 Commits

Author SHA1 Message Date
2b521bd1f6 Update theme colors 2026-03-12 09:25:46 +00:00
071f2e99dd Update src/app/page.tsx 2026-03-12 09:18:20 +00:00
71831c6ec2 Merge version_1 into main
Merge version_1 into main
2026-03-12 09:16:31 +00:00
4c3961e3bc Merge version_1 into main
Merge version_1 into main
2026-03-12 09:12:44 +00:00
e940387512 Merge version_1 into main
Merge version_1 into main
2026-03-12 09:12:20 +00:00
f3c2de421f Merge version_1 into main
Merge version_1 into main
2026-03-12 09:11:34 +00:00
2 changed files with 16 additions and 9 deletions

View File

@@ -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>

View File

@@ -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);