Merge version_1 into main #10

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

View File

@@ -1,4 +1,3 @@
'use client';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
@@ -11,54 +10,38 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple';
const navItems = [
{ name: "Home", id: "/" },
];
export default function Page() {
return (
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<div id="nav" data-section="nav">
<NavbarStyleApple navItems={navItems} />
<NavbarStyleApple navItems={[{name: "Home", id: "/"}]} />
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
title="Innovation at Scale"
description="Empowering businesses with cutting-edge technology solutions."
background={{ variant: "animated-grid" }}
carouselItems={[
{ id: "1", imageSrc: "https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=800" },
{ id: "2", imageSrc: "https://images.unsplash.com/photo-1573164713714-d7572782e4e1?q=80&w=800" },
{ id: "3", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=800" },
{ id: "4", imageSrc: "https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=800" },
{ id: "5", imageSrc: "https://images.unsplash.com/photo-1542744173-8e7e53415bb0?q=80&w=800" },
{ id: "6", imageSrc: "https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?q=80&w=800" }
]}
/>
<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={["Google", "Microsoft", "Amazon", "Netflix", "Tesla"]} title="Trusted by Global Leaders" description="Collaborating with industry pioneers to deliver excellence." textboxLayout="default" useInvertedBackground={false} />
<SocialProofOne names={["Company A", "Company B", "Company C"]} title="Trusted by Industry Leaders" description="Proven excellence in delivering high-impact solutions." />
</div>
<div id="services" data-section="services">
<FeatureCardMedia title="Our Services" description="Comprehensive solutions tailored to your needs." animationType="slide-up" textboxLayout="default" useInvertedBackground={false} features={[{ id: "1", title: "Consulting", description: "Strategic guidance for growth.", tag: "Growth" }, { id: "2", title: "Development", description: "High-performance software engineering.", tag: "Tech" }]} />
<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"}]} />
</div>
<div id="work" data-section="work">
<ProductCardOne title="Our Portfolio" description="Showcasing our recent achievements." textboxLayout="default" useInvertedBackground={false} gridVariant="uniform-all-items-equal" animationType="slide-up" products={[{ id: "1", name: "Platform A", price: "$100", imageSrc: "https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=800" }, { id: "2", name: "Solution B", price: "$200", imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?q=80&w=800" }, { id: "3", name: "System C", price: "$300", imageSrc: "https://images.unsplash.com/photo-1555949963-ff9fe0c870eb?q=80&w=800" }]} />
<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"}]} />
</div>
<div id="process" data-section="process">
<MetricCardEleven title="Our Process" description="Data-driven methodology for success." animationType="slide-up" textboxLayout="default" useInvertedBackground={false} metrics={[{ id: "1", value: "95%", title: "Success Rate", description: "Consistency in delivery.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=400" }, { id: "2", value: "24/7", title: "Support", description: "Always available.", imageSrc: "https://images.unsplash.com/photo-1573164713714-d7572782e4e1?q=80&w=400" }]} />
<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"}]} />
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo title="Client Stories" description="Hear from those we work with." animationType="slide-up" textboxLayout="default" useInvertedBackground={false} testimonials={[{ id: "1", name: "John Doe", role: "CEO", testimonial: "Fantastic work!" }, { id: "2", name: "Jane Smith", role: "CTO", testimonial: "Highly recommended." }]} />
<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"}]} />
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia title="Common Questions" description="Get answers to your queries." textboxLayout="default" useInvertedBackground={false} faqsAnimation="slide-up" faqs={[{ id: "1", title: "What is your timeline?", content: "It varies by project size." }, { id: "2", title: "How do we start?", content: "Reach out via contact form." }]} />
<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."}]} />
</div>
<div id="cta" data-section="cta">
<ContactText text="Ready to transform your business?" background={{ variant: "gradient-bars" }} useInvertedBackground={false} />
<ContactText text="Ready to start your journey with us?" background={{variant: "rotated-rays-animated"}} />
</div>
<div id="footer" data-section="footer">
<FooterSimple columns={[{ title: "Company", items: [{ label: "About" }, { label: "Contact" }] }]} bottomLeftText="© 2024 Webild" bottomRightText="All rights reserved." />
<FooterSimple columns={[]} bottomLeftText="© 2024 All rights reserved." bottomRightText="Privacy Policy" />
</div>
</ThemeProvider>
);