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