Update src/app/page.tsx

This commit is contained in:
2026-01-12 20:38:00 +00:00
parent 6ba242db68
commit dd56573f72

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="noise"
background="dotGrid"
cardStyle="elevated-accent-light"
primaryButtonStyle="outline"
secondaryButtonStyle="layered"
@@ -59,7 +59,7 @@ export default function LandingPage() {
"Based in the heart of Tel Aviv, MarketHub is a full-service digital marketing agency dedicated to helping Israeli and international businesses scale their online presence.", "With over a decade of combined experience, our team specializes in crafting integrated marketing strategies that blend creativity with analytics to deliver real, measurable results."
]}
showBorder={true}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
buttons={[
{ text: "Learn More", href: "contact" }
]}
@@ -104,7 +104,7 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -161,7 +161,7 @@ export default function LandingPage() {
}
]}
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>