Update src/app/page.tsx
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/theme-provider";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
@@ -16,7 +16,7 @@ export default function Home() {
|
||||
{ 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,
|
||||
tagAnimation: "none", buttonAnimation: "none", showBlur: true
|
||||
tagAnimation: "opacity", buttonAnimation: "opacity", showBlur: true
|
||||
},
|
||||
features: {
|
||||
id: "features", tag: "Our Impact", title: "Why Choose Us?", description: "Experience the difference with our powerful features designed to streamline your workflow and boost productivity.", features: [
|
||||
@@ -42,11 +42,11 @@ export default function Home() {
|
||||
}
|
||||
],
|
||||
animationType: "slide-up", textboxLayout: "default", useInvertedBackground: false,
|
||||
tagAnimation: "none", buttonAnimation: "none"
|
||||
tagAnimation: "opacity", buttonAnimation: "opacity"
|
||||
},
|
||||
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" },
|
||||
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: "none", mediaAnimation: "none", useInvertedBackground: false
|
||||
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", mediaAnimation: "opacity", useInvertedBackground: false
|
||||
},
|
||||
footer: {
|
||||
id: "footer", columns: [
|
||||
|
||||
Reference in New Issue
Block a user