Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ad7AQFbC8YqlypBT2XexQrs1c7/a-modern-web-design-agency-workspace-sho-1773334905746-2ffb47a8.png"
|
||||
imageAlt="Orvix web design agency workspace with stunning website mockups"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
className="min-h-screen"
|
||||
containerClassName="w-full"
|
||||
textBoxClassName="text-center"
|
||||
@@ -240,7 +240,7 @@ export default function LandingPage() {
|
||||
{ text: "Schedule a Consultation", href: "#" },
|
||||
{ text: "View Our Portfolio", href: "work" }
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
containerClassName="w-full py-20"
|
||||
contentClassName="max-w-3xl"
|
||||
|
||||
Reference in New Issue
Block a user