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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="mediumLarge" sizing="mediumLarge"
background="noise" background="dotGrid"
cardStyle="elevated-accent-light" cardStyle="elevated-accent-light"
primaryButtonStyle="outline" primaryButtonStyle="outline"
secondaryButtonStyle="layered" 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." "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} showBorder={true}
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
buttons={[ buttons={[
{ text: "Learn More", href: "contact" } { text: "Learn More", href: "contact" }
]} ]}
@@ -104,7 +104,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -161,7 +161,7 @@ export default function LandingPage() {
} }
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>