Merge version_1 into main #8
1417
src/app/layout.tsx
1417
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -12,6 +12,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Award, CheckCircle, Mail, Shield, Sparkles, Zap } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,7 +32,7 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="ALUPROF"
|
||||
navItems={[
|
||||
{ name: "Početna", id: "hero" },
|
||||
{ name: "Početna", id: "/" },
|
||||
{ name: "Usluge", id: "services" },
|
||||
{ name: "Projekti", id: "projects" },
|
||||
{ name: "O Nama", id: "about" },
|
||||
@@ -198,7 +199,7 @@ export default function LandingPage() {
|
||||
{ text: "📧 Pošalji Upit", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
containerClassName="py-20 bg-primary-cta text-primary-cta-text"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user