4 Commits

Author SHA1 Message Date
050451be29 Update src/app/styles/variables.css 2026-03-31 04:58:37 +00:00
8de865ca70 Merge version_4 into main
Merge version_4 into main
2026-03-30 15:22:49 +00:00
026f365ea2 Update src/app/page.tsx 2026-03-30 15:22:46 +00:00
e7a705c261 Merge version_3 into main
Merge version_3 into main
2026-03-30 15:16:28 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -162,7 +162,7 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1", title: "Do you offer COD?", content: "Yes, we offer Cash on Delivery across all major locations with no hidden fees."},
id: "f1", title: "Do you offer COD?", content: "Yes, we offer Cash on Delivery (COD) across all major locations. Simply select the 'Pay on Delivery' option at checkout, and settle the payment when your books arrive at your doorstep."},
{
id: "f2", title: "How to track orders?", content: "You will receive tracking details via email once dispatched."},
{

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f8f9fc;
--foreground: #374151;
--primary-cta: #6C63FF;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #ffffff;
--secondary-cta: #FFB703;
--secondary-cta: #ffffff;
--secondary-cta-text: #1F2937;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #15479c;
--background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);