Merge version_1 into main #10

Merged
bender merged 2 commits from version_1 into main 2026-04-23 18:34:41 +00:00
2 changed files with 39 additions and 55 deletions

View File

@@ -11,8 +11,8 @@ import { Times_New_Roman } from 'next/font/google';
export const metadata: Metadata = {
title: 'Home Page',
description: 'Welcome to our website',
title: 'Webild',
description: 'Professional web solutions for your business.',
openGraph: {
"title": "BucioAngelOfficial",
"description": "Systems. Strategies. Solutions.",

View File

@@ -1,5 +1,4 @@
'use client';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
@@ -10,94 +9,79 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import ContactText from '@/components/sections/contact/ContactText';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Zap, Star, CheckCircle, Globe } from 'lucide-react';
const navItems = [
{ name: "Home", id: "/" }
];
import { Star, Shield, ArrowRight, Zap, Mail, Phone, MapPin, Facebook, Twitter, Linkedin } from 'lucide-react';
export default function Page() {
const navItems = [{ name: "Home", id: "/" }];
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">
<ThemeProvider>
<div id="nav" data-section="nav">
<NavbarStyleApple navItems={navItems} />
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
title="Build your dream"
description="Innovation at your fingertips."
background={{ variant: "gradient-bars" }}
testimonials={[{ name: "Jane Doe", handle: "@janedoe", testimonial: "Amazing experience!", rating: 5 }]}
mediaAnimation="slide-up"
title="Build Smarter"
description="Elevate your workflow with our advanced AI solutions designed for efficiency."
background={{ variant: "gradient-bars" }}
testimonials={[{ name: "Jane Doe", handle: "@janedoe", testimonial: "Incredible tool!", rating: 5 }]}
mediaAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<AboutMetric
title="Our Impact"
metrics={[{ icon: Zap, label: "Growth", value: "100%" }, { icon: Star, label: "Satisfaction", value: "99%" }]}
metricsAnimation="slide-up"
useInvertedBackground={false}
title="Our Impact"
metrics={[{ icon: Zap, label: "Growth", value: "200%" }, { icon: Star, label: "Satisfaction", value: "99%" }]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="startups" data-section="startups">
<FeatureHoverPattern
title="Core Features"
description="Everything you need to succeed."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[{ icon: CheckCircle, title: "Speed", description: "Lightning fast performance." }, { icon: Globe, title: "Global", description: "Reach customers everywhere." }]}
title="Key Features"
description="Everything you need to scale."
features={[{ icon: Shield, title: "Security", description: "Top notch protection." }, { icon: Zap, title: "Performance", description: "Ultra fast speed." }]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="content" data-section="content">
<ProductCardTwo
title="Our Products"
description="Explore our latest offerings."
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
products={[
{ id: "1", brand: "BrandA", name: "Product A", price: "$10", rating: 5, reviewCount: "10", imageSrc: "https://example.com/a.jpg" },
{ id: "2", brand: "BrandB", name: "Product B", price: "$20", rating: 4, reviewCount: "20", imageSrc: "https://example.com/b.jpg" },
{ id: "3", brand: "BrandC", name: "Product C", price: "$30", rating: 5, reviewCount: "30", imageSrc: "https://example.com/c.jpg" }
]}
gridVariant="bento-grid"
animationType="slide-up"
title="Our Products"
description="Top-tier digital solutions."
textboxLayout="default"
products={[{ id: "1", brand: "Brand A", name: "Product 1", price: "$99", rating: 5, reviewCount: "100", imageSrc: "https://example.com/p1.jpg" }, { id: "2", brand: "Brand B", name: "Product 2", price: "$149", rating: 4, reviewCount: "80", imageSrc: "https://example.com/p2.jpg" }, { id: "3", brand: "Brand C", name: "Product 3", price: "$199", rating: 5, reviewCount: "120", imageSrc: "https://example.com/p3.jpg" }]}
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardThirteen
title="Client Feedback"
description="What our users say."
textboxLayout="default"
showRating={true}
animationType="slide-up"
useInvertedBackground={false}
testimonials={[{ id: "1", name: "User A", handle: "@userA", testimonial: "Perfect!", rating: 5 }, { id: "2", name: "User B", handle: "@userB", testimonial: "Great quality.", rating: 5 }]}
showRating={true}
animationType="slide-up"
title="Client Reviews"
textboxLayout="default"
testimonials={[{ id: "1", name: "Alice", handle: "@alice", testimonial: "Changed my business.", rating: 5 }]}
/>
</div>
<div id="blog" data-section="blog">
<BlogCardOne
title="Latest News"
description="Latest articles and updates."
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
blogs={[
{ id: "1", category: "Updates", title: "New Features", excerpt: "Read about our latest update.", imageSrc: "https://example.com/blog1.jpg", authorName: "Admin", authorAvatar: "", date: "2025-01-01" },
{ id: "2", category: "Tech", title: "Future Tech", excerpt: "Exploring the future.", imageSrc: "https://example.com/blog2.jpg", authorName: "Admin", authorAvatar: "", date: "2025-01-02" }
]}
animationType="slide-up"
title="Our Blog"
textboxLayout="default"
blogs={[{ id: "1", category: "Tech", title: "Future of AI", excerpt: "How it works.", imageSrc: "https://example.com/ai.jpg", authorName: "Admin", authorAvatar: "", date: "2025-01-01" }]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Get in touch with us."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
text="Get in touch with our team today."
background={{ variant: "gradient-bars" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Webild"
logoText="Webild"
socialLinks={[{ icon: Facebook, href: "#", ariaLabel: "Facebook" }, { icon: Twitter, href: "#", ariaLabel: "Twitter" }]}
/>
</div>
</ThemeProvider>