Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user