Update src/app/page.tsx
This commit is contained in:
@@ -15,7 +15,7 @@ export default function Home() {
|
||||
{ text: "Learn More", href: "#features" },
|
||||
{ text: "Get Started", href: "#contact" }
|
||||
],
|
||||
imageSrc: "https://r2.webild.com/image-manifest/img_group_of_people_at_a_table_working_on_laptops_with_a_bright_abstract_background_?w=1600&h=900&q=75&fm=webp", imageAlt: "Team collaborating on laptops", textPosition: "center", showDimOverlay: true,
|
||||
imageSrc: "https://r2.webild.com/image-manifest/img_group_of_people_at_a_table_working_on_laptops_with_a_bright_abstract_background_?w=1600&h=900&q=75&fm=webp", imageAlt: "Team collaborating on laptops", textPosition: "center" as const, showDimOverlay: true,
|
||||
tagAnimation: "opacity" as const, buttonAnimation: "opacity" as const, showBlur: true
|
||||
},
|
||||
features: {
|
||||
@@ -41,11 +41,11 @@ export default function Home() {
|
||||
reverse: true
|
||||
}
|
||||
],
|
||||
animationType: "slide-up", textboxLayout: "default", useInvertedBackground: false,
|
||||
animationType: "slide-up", textboxLayout: "default" as const, useInvertedBackground: false,
|
||||
tagAnimation: "opacity" as const, buttonAnimation: "opacity" as const
|
||||
},
|
||||
contact: {
|
||||
id: "contact", tag: "Get in Touch", title: "Ready to Transform Your Business?", description: "Contact us today to learn how our solutions can help you succeed. We're here to answer all your questions.", background: { variant: "plain" },
|
||||
id: "contact", tag: "Get in Touch", title: "Ready to Transform Your Business?", description: "Contact us today to learn how our solutions can help you succeed. We're here to answer all your questions.", background: { variant: "plain" as const },
|
||||
mediaPosition: "right", imageSrc: "https://r2.webild.com/image-manifest/img_a_diverse_group_of_business_professionals_engaged_in_a_lively_discussion_around_a_modern_conference_table?w=800&h=600&q=75&fm=webp", imageAlt: "Contact us", inputPlaceholder: "Your email address", buttonText: "Send Message", termsText: "By clicking Send Message, you agree to our Terms and Conditions.", tagAnimation: "opacity" as const, mediaAnimation: "opacity", useInvertedBackground: false
|
||||
},
|
||||
footer: {
|
||||
|
||||
Reference in New Issue
Block a user