Update src/app/page.tsx

This commit is contained in:
2026-01-23 00:13:02 +00:00
parent f37a820fd8
commit 09dc6a9755

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="sharp" borderRadius="sharp"
contentWidth="medium" contentWidth="medium"
sizing="largeSmall" sizing="largeSmall"
background="aurora" background="circleGradient"
cardStyle="gradient-radial" cardStyle="gradient-radial"
primaryButtonStyle="double-inset" primaryButtonStyle="double-inset"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -45,7 +45,7 @@ export default function LandingPage() {
{ text: "Schedule a Free Consultation", href: "#contact" }, { text: "Schedule a Free Consultation", href: "#contact" },
{ text: "Explore My Process", href: "#process" } { text: "Explore My Process", href: "#process" }
]} ]}
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
carouselItems={[ carouselItems={[
{ {
id: "1", imageSrc: "https://img.b2bpic.net/free-photo/strategy-analysis-planning-vision-business-success-concept_53876-121236.jpg", imageAlt: "Brand scaling strategy visualization" id: "1", imageSrc: "https://img.b2bpic.net/free-photo/strategy-analysis-planning-vision-business-success-concept_53876-121236.jpg", imageAlt: "Brand scaling strategy visualization"