Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-17 12:05:32 +00:00

View File

@@ -26,30 +26,18 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Work",
id: "/work",
},
name: "Work", id: "/work"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "Start a Project",
href: "/contact",
}}
text: "Start a Project", href: "/contact"}}
brandName="DEUS MEDIA GROUP"
/>
</div>
@@ -68,21 +56,13 @@ export default function LandingPage() {
title="Our Values"
sections={[
{
heading: "Transparency",
content: {
type: "paragraph",
text: "We believe in open communication.",
},
heading: "Transparency", content: {
text: "We believe in open communication."},
},
{
heading: "Craftsmanship",
content: {
type: "list",
heading: "Craftsmanship", content: {
items: [
"Detail-oriented",
"Modern Aesthetic",
"Technical Precision",
],
"Detail-oriented", "Modern Aesthetic", "Technical Precision"],
},
},
]}
@@ -93,29 +73,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Email",
href: "mailto:hello@deus.media",
},
label: "Email", href: "mailto:hello@deus.media"},
{
label: "WhatsApp",
href: "https://wa.me/381600000000",
},
label: "WhatsApp", href: "https://wa.me/381600000000"},
],
},
{
title: "Studio",
items: [
title: "Studio", items: [
{
label: "Belgrade, SRB",
href: "/contact",
},
label: "Belgrade, SRB", href: "/contact"},
{
label: "Worldwide",
href: "/contact",
},
label: "Worldwide", href: "/contact"},
],
},
]}