Update src/app/blog/page.tsx
This commit is contained in:
@@ -79,7 +79,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) {
|
||||
@@ -152,7 +153,7 @@ export default function BlogPage() {
|
||||
)}
|
||||
|
||||
<FooterMedia
|
||||
imageSrc="asset://bakery-storefront"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/delicious-donut-shop-ai-generated_23-2150694732.jpg"
|
||||
imageAlt="Artisan Bakery storefront"
|
||||
logoText="Artisan Bakery"
|
||||
copyrightText="© 2025 Artisan Bakery. All rights reserved."
|
||||
@@ -184,4 +185,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user