Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 20a11d0267 | |||
| aea29fb489 | |||
| 8a551e4ab1 | |||
| 55e616f96a |
@@ -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) {
|
||||||
|
|||||||
@@ -4,16 +4,16 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #080000;;
|
/* --background: #060000;;
|
||||||
--card: #1e0d0d;;
|
--card: #1d0d0d;;
|
||||||
--foreground: #ffe6e6;;
|
--foreground: #ffe6e6;;
|
||||||
--primary-cta: #ff3d4a;;
|
--primary-cta: #ff3d4a;;
|
||||||
--secondary-cta: #1f0a0a;;
|
--secondary-cta: #1f0a0a;;
|
||||||
--accent: #7b2d2d;;
|
--accent: #7b2d2d;;
|
||||||
--background-accent: #b8111f;; */
|
--background-accent: #b8111f;; */
|
||||||
|
|
||||||
--background: #080000;;
|
--background: #060000;;
|
||||||
--card: #1e0d0d;;
|
--card: #1d0d0d;;
|
||||||
--foreground: #ffe6e6;;
|
--foreground: #ffe6e6;;
|
||||||
--primary-cta: #ff3d4a;;
|
--primary-cta: #ff3d4a;;
|
||||||
--secondary-cta: #1f0a0a;;
|
--secondary-cta: #1f0a0a;;
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|||||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import { Phone } from "lucide-react";
|
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user