2 Commits

Author SHA1 Message Date
ee97642726 Update src/app/page.tsx 2026-02-10 04:34:11 +00:00
5dc1527398 Update src/app/blog/page.tsx 2026-02-10 04:34:09 +00:00
2 changed files with 3 additions and 2 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

@@ -111,7 +111,7 @@ export default function LandingPage() {
tag="Portfolio"
products={[
{
id: "1", name: "Coastal Residence - La Jolla", price: "Completed 2023", variant: "Luxury Residential 2,500 sq ft", imageSrc: "https://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74345.jpg", imageAlt: "Modern luxury coastal residence"
id: "webild-1770697956749-nqvhmvx0b", name: "Coastal Residence - La Jolla", price: "Completed 2023", variant: "Luxury Residential 2,500 sq ft", imageSrc: "https://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74345.jpg", imageAlt: "Modern luxury coastal residence"
},
{
id: "2", name: "Downtown Office Complex - San Diego", price: "Completed 2023", variant: "Commercial Development 45,000 sq ft", imageSrc: "https://img.b2bpic.net/free-photo/team-three-architects_23-2147702510.jpg", imageAlt: "Modern downtown office building"