11 Commits

Author SHA1 Message Date
468a6e3fe8 Merge version_3 into main
Merge version_3 into main
2026-02-23 16:00:43 +00:00
b600542836 Update src/app/styles/variables.css 2026-02-23 16:00:39 +00:00
b9cdf29ade Update src/app/shop/page.tsx 2026-02-23 16:00:38 +00:00
bdfc19b3dc Update src/app/shop/[id]/page.tsx 2026-02-23 16:00:38 +00:00
f50eb9eb6f Update src/app/page.tsx 2026-02-23 16:00:37 +00:00
0527a12785 Update src/app/layout.tsx 2026-02-23 16:00:36 +00:00
a919cab191 Update src/app/blog/page.tsx 2026-02-23 16:00:35 +00:00
46d16baf7b Merge version_2 into main
Merge version_2 into main
2026-02-23 15:58:31 +00:00
6888dc98df Update src/app/shop/page.tsx 2026-02-23 15:58:26 +00:00
544d439506 Update src/app/shop/[id]/page.tsx 2026-02-23 15:58:26 +00:00
42ea935875 Bob AI: add testimonials section 2026-02-23 17:56:45 +02:00
6 changed files with 11 additions and 11 deletions

View File

@@ -63,4 +63,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1401,4 +1401,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -259,4 +259,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -216,4 +216,4 @@ function ProductPageContent({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -99,4 +99,4 @@ export default function ShopPage() {
<ShopPageContent />
</Suspense>
);
}
}

View File

@@ -5,20 +5,20 @@
/* --background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #341f51;;
--primary-cta: #d63946;;
--secondary-cta: #ffffff;;
--accent: #6139e6;;
--background-accent: #b3a8e8;; */
--accent: #d63946;;
--background-accent: #f4a8b3;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #341f51;;
--primary-cta: #d63946;;
--primary-cta-text: #f5f5f5;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #1c1c1c;;
--accent: #6139e6;;
--background-accent: #b3a8e8;;
--accent: #d63946;;
--background-accent: #f4a8b3;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);