Merge version_1 into main #6
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background={{ variant: "none" }}
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
{ text: "Start a project", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
@@ -276,7 +276,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Get a quote", href: "#contact" }
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
containerClassName="max-w-7xl mx-auto px-6 py-16"
|
||||
contentClassName="text-center py-12"
|
||||
@@ -358,4 +358,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user