diff --git a/src/app/page.tsx b/src/app/page.tsx index b4dd18b..74933c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ export default function Page() { title="Our Services" description="Comprehensive solutions for your modern digital business needs." textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Cloud Infrastructure", description: "Scale your apps with our global network.", imageSrc: "https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&q=80&w=600" }, { title: "Advanced Analytics", description: "Understand your data with precision.", imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&q=80&w=600" }, @@ -47,6 +48,7 @@ export default function Page() { description="Leading the market with proven reliability." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "m1", icon: Zap, title: "Performance", value: "99.9%" }, { id: "m2", icon: Shield, title: "Uptime", value: "100%" }, @@ -61,6 +63,7 @@ export default function Page() { animationType="slide-up" textboxLayout="default" showRating={true} + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Alex R.", handle: "@alex", testimonial: "The best platform I have used so far!", rating: 5, icon: Star }, { id: "t2", name: "Sarah M.", handle: "@sarah", testimonial: "Incredible support and features.", rating: 5, icon: Star }, @@ -73,6 +76,7 @@ export default function Page() { title="Our Process" description="Transparent execution from start to finish." textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Planning", description: "Define your goals.", imageSrc: "https://images.unsplash.com/photo-1506784365847-bbad939e9335?auto=format&fit=crop&q=80&w=600" }, { title: "Execution", description: "We build it for you.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&q=80&w=600" } @@ -86,6 +90,8 @@ export default function Page() { background={{ variant: "gradient-bars" }} imageSrc="https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&q=80&w=800" mediaAnimation="slide-up" + useInvertedBackground={false} + tag="Get Started" />