3 Commits

Author SHA1 Message Date
dace888b30 Update src/app/styles/variables.css 2026-03-12 15:01:32 +00:00
a4d53ee33b Merge version_2 into main
Merge version_2 into main
2026-03-12 14:58:29 +00:00
43c267d9a2 Update src/app/page.tsx 2026-03-12 14:58:24 +00:00
2 changed files with 10 additions and 4 deletions

View File

@@ -56,6 +56,12 @@ export default function LandingPage() {
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-dressed-elegant-gray-dress-holds-cup-takeaway-coffee-looking-away-while-standing-room-with-loft-interior_613910-6277.jpg", imageAlt: "Artisan coffee shop espresso station with professional barista equipment"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/coffee-bag-mockup_23-2151989760.jpg", imageAlt: "Premium coffee beans in artisan packaging"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-coffee-beans-cake-table_141793-1295.jpg", imageAlt: "Freshly brewed cappuccino with latte art"
}
]}
mediaAnimation="slide-up"
@@ -263,4 +269,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #E34400;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);