Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #10.
This commit is contained in:
2026-03-27 03:26:20 +00:00

View File

@@ -27,16 +27,16 @@ export default function Page() {
<TextSplitAbout title="About Us" description={["We deliver excellence."]} useInvertedBackground={false} />
</div>
<div id="services" data-section="services">
<FeatureBento title="Our Services" description="What we offer" animationType="slide-up" useInvertedBackground={false} textboxLayout="default" features={[{ title: "Strategy", description: "Planning", bentoComponent: "reveal-icon", icon: { name: "Target" } as any }]} />
<FeatureBento title="Our Services" description="What we offer" animationType="slide-up" useInvertedBackground={false} textboxLayout="default" features={[]} />
</div>
<div id="metrics" data-section="metrics">
<MetricCardTen title="Our Impact" description="Numbers that matter" animationType="slide-up" textboxLayout="centered" metrics={[{ id: "1", title: "Growth", subtitle: "Yearly", category: "Business", value: "150%" }]} />
<MetricCardTen title="Our Impact" description="Numbers that matter" animationType="slide-up" textboxLayout="left" metrics={[{ id: "1", title: "Growth", subtitle: "Yearly", category: "Business", value: "150%" }]} />
</div>
<div id="projects" data-section="projects">
<ProductCardFour title="Our Work" description="Projects showcased" gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} products={[{ id: "1", name: "Project Alpha", price: "$0", variant: "Pro", imageSrc: "https://images.unsplash.com/photo-1614850523459-c2f4c699c52e?q=80&w=800" }]} />
</div>
<div id="contact" data-section="contact">
<ContactText text="Get in touch with us" background={{ variant: "animated-grid" }} />
<ContactText text="Get in touch with us" background={{ variant: "animated-grid" }} useInvertedBackground={false} />
</div>
<div id="footer" data-section="footer">
<FooterBaseCard columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }] }]} />