Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -54,7 +54,8 @@ export default function BlogPage() {
|
|||||||
const url = `${apiUrl}/posts/${projectId}?status=published`;
|
const url = `${apiUrl}/posts/${projectId}?status=published`;
|
||||||
const response = await fetch(url, {
|
const response = await fetch(url, {
|
||||||
method: "GET", headers: {
|
method: "GET", headers: {
|
||||||
"Content-Type": "application/json"},
|
"Content-Type": "application/json"
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
if (response.ok) {
|
if (response.ok) {
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
|||||||
tag="Portfolio"
|
tag="Portfolio"
|
||||||
products={[
|
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"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user