2 Commits

Author SHA1 Message Date
708fa73d4a Update src/app/page.tsx 2026-03-15 08:12:55 +00:00
ed94bd2246 Update src/app/page.tsx 2026-03-15 08:12:27 +00:00

View File

@@ -111,7 +111,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
gridVariant="uniform-all-items-equal" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
products={[ products={[
{ {
@@ -227,7 +227,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Schedule Consultation", href: "mailto:hello@socialelite.com" }, { text: "Schedule Consultation", href: "mailto:hello@socialelite.com" },
{ text: "View Our Process", href: "#about" } { text: "Download Our 2024 Social Strategy Guide", href: "mailto:hello@socialelite.com?subject=Download%202024%20Social%20Strategy%20Guide" }
]} ]}
animationType="entrance-slide" animationType="entrance-slide"
/> />