From a883c0efc96b8c18b78a4f896109b52a2be2fd13 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 19:55:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6dfd3e..6b42cb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,10 +39,11 @@ export default function HomePage() {
@@ -50,6 +51,8 @@ export default function HomePage() { title="Our Core Services" description="Comprehensive solutions tailored to your specific business needs." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} features={[ { id: "f1", title: "Strategic Planning", description: "Mapping your path to success with data-driven insights.", tag: "Strategy" }, { id: "f2", title: "Creative Design", description: "Building beautiful and functional experiences for your users.", tag: "Design" } @@ -63,6 +66,7 @@ export default function HomePage() { gridVariant="bento-grid" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "p1", name: "Product Alpha", price: "$99", imageSrc: "https://images.unsplash.com/photo-1505740420928-5e560c06d30e?w=500" }, { id: "p2", name: "Product Beta", price: "$149", imageSrc: "https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=500" }, @@ -75,6 +79,8 @@ export default function HomePage() { title="Our Process" description="Transparent steps to get you from concept to reality." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "m1", value: "1", title: "Consultation", description: "Understanding your vision and goals.", imageSrc: "https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=500" }, { id: "m2", value: "2", title: "Execution", description: "Bringing the vision to life with precision.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=500" } @@ -87,6 +93,7 @@ export default function HomePage() { description="See what our clients have to say about working with us." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Jane Doe", role: "CEO", testimonial: "An incredible team that delivered beyond expectations." }, { id: "t2", name: "John Smith", role: "CTO", testimonial: "Seamless communication and top-tier results every time." } @@ -98,7 +105,9 @@ export default function HomePage() { title="Frequently Asked Questions" description="Find quick answers to common inquiries." faqsAnimation="slide-up" + mediaAnimation="slide-up" textboxLayout="default" + useInvertedBackground={false} faqs={[ { id: "q1", title: "How do we get started?", content: "Simply reach out through our contact section." }, { id: "q2", title: "What is your timeline?", content: "Timelines vary based on project scope, but we prioritize quality." } @@ -109,6 +118,7 @@ export default function HomePage() {