6 Commits

Author SHA1 Message Date
6d8c993caf Update src/app/page.tsx 2026-01-25 15:02:07 +00:00
18400dbe25 Update src/app/layout.tsx 2026-01-25 15:02:06 +00:00
95f5a47371 Update src/app/page.tsx 2026-01-25 13:51:42 +00:00
62e1a9577f Update src/app/layout.tsx 2026-01-25 13:51:41 +00:00
9c0f6319c1 Update src/app/globals.css 2026-01-25 13:51:40 +00:00
39cf01a178 Update src/app/blog/page.tsx 2026-01-25 13:51:39 +00:00
3 changed files with 19 additions and 15 deletions

View File

@@ -54,7 +54,8 @@ export default function BlogPage() {
const url = `${apiUrl}/posts/${projectId}?status=published`;
const response = await fetch(url, {
method: "GET", headers: {
"Content-Type": "application/json"},
"Content-Type": "application/json"
},
});
if (response.ok) {

View File

@@ -4,21 +4,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1f514c;;
/* --background: #fef5f0;;
--card: #fde8dd;;
--foreground: #3d2817;;
--primary-cta: #d97c63;;
--secondary-cta: #ffffff;;
--accent: #159c49;;
--background-accent: #a8e8ba;; */
--accent: #f4a574;;
--background-accent: #e8a8a0;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1f514c;;
--background: #fef5f0;;
--card: #fde8dd;;
--foreground: #3d2817;;
--primary-cta: #d97c63;;
--secondary-cta: #ffffff;;
--accent: #159c49;;
--background-accent: #a8e8ba;;
--accent: #f4a574;;
--background-accent: #e8a8a0;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -168,6 +168,9 @@ export default function LandingPage() {
},
{
id: "2", value: "100%", title: "Quality Assurance", description: "Every frame passes rigorous quality control", imageSrc: "https://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65196.jpg", imageAlt: "Quality inspection process"
},
{
id: "3", value: "98%", title: "Satisfaction Rate", description: "Customer approval rating across all collections", imageSrc: "https://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Satisfied customer testimonial"
}
]}
/>