4 Commits

Author SHA1 Message Date
70cf8ae179 Update theme colors 2026-03-07 16:22:15 +00:00
76a97da438 Update theme colors 2026-03-07 16:22:02 +00:00
4932bf74be Update src/app/page.tsx 2026-03-07 16:10:56 +00:00
6e6525cbe5 Merge version_2 into main
Merge version_2 into main
2026-03-07 16:08:15 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -146,7 +146,7 @@ export default function HomePage() {
<TestimonialCardThirteen
title="What Our Customers Say"
description="Hear from satisfied visitors who love Atithi Cloud Cafe"
tag="Customer Testimonials • 4.7★ Rated"
tag="Customer Testimonials • Rated 4.7★ by 124+ customers"
tagIcon={Star}
tagAnimation="slide-up"
testimonials={[
@@ -248,4 +248,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0798ff;
--primary-cta-text: #f7f6f7;
--background: #fbfaff;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93c7ff;
--background-accent: #a8cde8;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);