Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d23fdd11c | |||
| c17cc906ea | |||
| 8d9604f22c |
@@ -15,7 +15,7 @@ import { Lightbulb, Palette, Wrench, CheckCircle } from "lucide-react";
|
|||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "home" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Compleet Aanbod", id: "services" },
|
||||||
{ name: "Portfolio", id: "portfolio" },
|
{ name: "Portfolio", id: "portfolio" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
@@ -94,7 +94,7 @@ export default function HomePage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
tag="Services"
|
tag="Compleet Aanbod"
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Gevelreclame", "Interieur signing", "Wandaankleding"],
|
"Gevelreclame", "Interieur signing", "Wandaankleding"],
|
||||||
|
|||||||
Reference in New Issue
Block a user