Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94c743cb06 | |||
| 22d8ec9bcc | |||
| 7be5b32f39 | |||
| 9aa3456ed1 | |||
| 86db045aa8 |
@@ -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) {
|
||||||
@@ -152,4 +153,4 @@ export default function BlogPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,21 +4,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f5f5f5;;
|
/* --background: #f6f0e9;;
|
||||||
--card: #ffffff;;
|
--card: #efe7dd;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #2b180a;;
|
||||||
--primary-cta: #6139e6;;
|
--primary-cta: #2b180a;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #efe7dd;;
|
||||||
--accent: #6139e6;;
|
--accent: #94877c;;
|
||||||
--background-accent: #b3a8e8;; */
|
--background-accent: #afa094;; */
|
||||||
|
|
||||||
--background: #f5f5f5;;
|
--background: #f6f0e9;;
|
||||||
--card: #ffffff;;
|
--card: #efe7dd;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #2b180a;;
|
||||||
--primary-cta: #6139e6;;
|
--primary-cta: #2b180a;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #efe7dd;;
|
||||||
--accent: #6139e6;;
|
--accent: #94877c;;
|
||||||
--background-accent: #b3a8e8;;
|
--background-accent: #afa094;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
@@ -1256,4 +1256,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
{ text: "View Menu", href: "features" },
|
{ text: "View Menu", href: "features" },
|
||||||
{ text: "Visit Us", href: "contact" }
|
{ text: "Visit Us", href: "contact" }
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/uploaded-1769393799170-vbdduz18.png"
|
||||||
imageAlt="Cozy cafe interior with warm lighting and comfortable seating"
|
imageAlt="Cozy cafe interior with warm lighting and comfortable seating"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -172,4 +172,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user