Update src/app/page.tsx
This commit is contained in:
@@ -29,23 +29,18 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Case Studies", id: "#case-studies"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Case Studies", id: "#case-studies" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Maxim Capșa"
|
||||
button={{
|
||||
text: "Free Consultation", href: "#contact"}}
|
||||
button={{ text: "Free Consultation", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static"}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Websites & Automation for Small Businesses"
|
||||
description="I help small businesses in Germany launch online with modern websites, automation and simple digital solutions."
|
||||
leftCarouselItems={[
|
||||
@@ -101,6 +96,7 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
useInvertedBackground={false}
|
||||
title="My 4-Step Process"
|
||||
description="A simple approach to launching your digital presence."
|
||||
tag="Working with me"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
|
||||
Reference in New Issue
Block a user