6 Commits

Author SHA1 Message Date
d1557afc74 Merge version_2 into main
Merge version_2 into main
2026-03-11 17:24:54 +00:00
39777e82c4 Update theme colors 2026-03-11 17:24:48 +00:00
b043208fa9 Merge version_2 into main
Merge version_2 into main
2026-03-11 17:19:45 +00:00
8bb882b225 Update src/app/page.tsx 2026-03-11 17:19:41 +00:00
1ed6be2b2f Merge version_1 into main
Merge version_1 into main
2026-03-11 17:18:29 +00:00
e13fd3ac15 Merge version_1 into main
Merge version_1 into main
2026-03-11 17:18:06 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -151,7 +151,7 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardTwo
title="What Our Guests Say"
description="Join 202+ satisfied guests who have experienced the warmth and hospitality of Atithi Inn."
description="5.0★ Rated by 202+ Real Guests"
tag="Guest Reviews"
tagIcon={Star}
textboxLayout="default"
@@ -270,4 +270,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);