Merge version_1 into main #11

Merged
bender merged 1 commits from version_1 into main 2026-04-22 16:45:56 +00:00

View File

@@ -20,25 +20,25 @@ export default function Page() {
<HeroBillboardRotatedCarousel title="Innovate Your Future" description="Transforming ideas into reality with cutting edge technology." background={{variant: "rotated-rays-animated"}} carouselItems={Array.from({length: 6}).map((_, i) => ({id: i.toString(), imageSrc: "https://picsum.photos/800/600?random=" + i}))} />
</div>
<div id="trust" data-section="trust">
<SocialProofOne names={["Company A", "Company B", "Company C"]} title="Trusted by Industry Leaders" description="Proven excellence in delivering high-impact solutions." />
<SocialProofOne names={["Company A", "Company B", "Company C"]} title="Trusted by Industry Leaders" description="Proven excellence in delivering high-impact solutions." textboxLayout="default" useInvertedBackground={false} />
</div>
<div id="services" data-section="services">
<FeatureCardMedia title="Our Expertise" description="We provide comprehensive solutions tailored to your needs." animationType="slide-up" features={[{id: "1", title: "Design", description: "Crafting beautiful user interfaces.", tag: "Creative"}, {id: "2", title: "Development", description: "Building robust scalable applications.", tag: "Technical"}]} />
<FeatureCardMedia title="Our Expertise" description="We provide comprehensive solutions tailored to your needs." animationType="slide-up" textboxLayout="default" useInvertedBackground={false} features={[{id: "1", title: "Design", description: "Crafting beautiful user interfaces.", tag: "Creative"}, {id: "2", title: "Development", description: "Building robust scalable applications.", tag: "Technical"}]} />
</div>
<div id="work" data-section="work">
<ProductCardOne title="Our Portfolio" description="Showcasing our best work." gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" products={[{id: "1", name: "Project One", price: "$99", imageSrc: "https://picsum.photos/400/300?random=1"}, {id: "2", name: "Project Two", price: "$199", imageSrc: "https://picsum.photos/400/300?random=2"}, {id: "3", name: "Project Three", price: "$299", imageSrc: "https://picsum.photos/400/300?random=3"}]} />
<ProductCardOne title="Our Portfolio" description="Showcasing our best work." gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} products={[{id: "1", name: "Project One", price: "$99", imageSrc: "https://picsum.photos/400/300?random=1"}, {id: "2", name: "Project Two", price: "$199", imageSrc: "https://picsum.photos/400/300?random=2"}, {id: "3", name: "Project Three", price: "$299", imageSrc: "https://picsum.photos/400/300?random=3"}]} />
</div>
<div id="process" data-section="process">
<MetricCardEleven title="Our Process" description="Data-driven results for your business." animationType="slide-up" metrics={[{id: "1", value: "95%", title: "Efficiency", description: "Optimized performance metrics.", imageSrc: "https://picsum.photos/400/300?random=1"}, {id: "2", value: "500+", title: "Projects", description: "Successful deliveries.", imageSrc: "https://picsum.photos/400/300?random=2"}]} />
<MetricCardEleven title="Our Process" description="Data-driven results for your business." animationType="slide-up" textboxLayout="default" useInvertedBackground={false} metrics={[{id: "1", value: "95%", title: "Efficiency", description: "Optimized performance metrics.", imageSrc: "https://picsum.photos/400/300?random=1"}, {id: "2", value: "500+", title: "Projects", description: "Successful deliveries.", imageSrc: "https://picsum.photos/400/300?random=2"}]} />
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo title="Client Success Stories" description="Don't just take our word for it." animationType="slide-up" textboxLayout="default" testimonials={[{id: "1", name: "Jane Doe", role: "CEO", testimonial: "Fantastic service and exceptional quality.", imageSrc: "https://picsum.photos/100/100?random=1"}, {id: "2", name: "John Smith", role: "CTO", testimonial: "They exceeded all our expectations.", imageSrc: "https://picsum.photos/100/100?random=2"}]} />
<TestimonialCardTwo title="Client Success Stories" description="Don't just take our word for it." animationType="slide-up" textboxLayout="default" useInvertedBackground={false} testimonials={[{id: "1", name: "Jane Doe", role: "CEO", testimonial: "Fantastic service and exceptional quality.", imageSrc: "https://picsum.photos/100/100?random=1"}, {id: "2", name: "John Smith", role: "CTO", testimonial: "They exceeded all our expectations.", imageSrc: "https://picsum.photos/100/100?random=2"}]} />
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia title="Frequently Asked Questions" description="Get the answers you need." faqsAnimation="slide-up" textboxLayout="default" faqs={[{id: "1", title: "What is your process?", content: "We follow a streamlined approach."}]} />
<FaqSplitMedia title="Frequently Asked Questions" description="Get the answers you need." faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} faqs={[{id: "1", title: "What is your process?", content: "We follow a streamlined approach."}]} />
</div>
<div id="cta" data-section="cta">
<ContactText text="Ready to start your journey with us?" background={{variant: "rotated-rays-animated"}} />
<ContactText text="Ready to start your journey with us?" background={{variant: "rotated-rays-animated"}} useInvertedBackground={false} />
</div>
<div id="footer" data-section="footer">
<FooterSimple columns={[]} bottomLeftText="© 2024 All rights reserved." bottomRightText="Privacy Policy" />