diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index ee6dcfc..7d296dd 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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) { diff --git a/src/app/page.tsx b/src/app/page.tsx index 4681f64..f5b6bf0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"