Update src/app/page.tsx

This commit is contained in:
2026-06-08 16:19:05 +00:00
parent de87e2dab5
commit 06f3f34fbc

View File

@@ -78,7 +78,6 @@ export default function LandingPage() {
{ text: "View Our Portfolio", href: "#portfolio" }
]}
carouselPosition="right"
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
@@ -166,8 +165,8 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/portrait-young-man-denim_23-2148316210.jpg", alt: "InnovateTech Product Manager" },
{ src: "http://img.b2bpic.net/free-photo/mature-woman-writing-down-tasks_1398-4144.jpg", alt: "InnovateTech Finance Director" }
]}
ratingAnimation="reveal-blur"
avatarsAnimation="reveal-blur"
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -180,7 +179,7 @@ export default function LandingPage() {
{ id: "faq-3", title: "What is the cost of a website?", content: "Website costs depend on features, design complexity, and ongoing needs. We offer tailored packages starting from $2,500, with custom quotes for larger projects." },
{ id: "faq-4", title: "Do you provide ongoing support and maintenance?", content: "Yes, we offer various support and maintenance packages to ensure your website remains secure, updated, and performs optimally after launch." }
]}
faqsAnimation="reveal-blur"
faqsAnimation="blur-reveal"
textPosition="left"
useInvertedBackground={false}
/>