14 Commits

Author SHA1 Message Date
a5abba91d1 Update src/app/page.tsx 2026-04-05 19:17:41 +00:00
a7a91172b5 Update src/app/page.tsx 2026-04-05 19:17:11 +00:00
4e64dbd900 Update src/app/page.tsx 2026-04-05 19:16:43 +00:00
6aa688d19d Update src/app/layout.tsx 2026-04-05 19:16:42 +00:00
84327a6bda Update src/app/styles/variables.css 2026-04-05 19:14:14 +00:00
32325271f5 Update src/app/page.tsx 2026-04-05 19:14:14 +00:00
6d2d557240 Merge version_1 into main
Merge version_1 into main
2026-04-05 19:09:11 +00:00
bc400c2c1e Merge version_1 into main
Merge version_1 into main
2026-04-05 19:08:42 +00:00
4d261c7709 Merge version_1 into main
Merge version_1 into main
2026-04-05 19:05:49 +00:00
85b11398e0 Merge version_1 into main
Merge version_1 into main
2026-04-05 19:05:05 +00:00
54cdafc00e Merge version_1 into main
Merge version_1 into main
2026-04-05 19:04:31 +00:00
58c3c7bd35 Merge version_1 into main
Merge version_1 into main
2026-04-05 19:03:59 +00:00
e4e0ffe4c7 Merge version_1 into main
Merge version_1 into main
2026-04-05 19:03:28 +00:00
0db7b07ffd Merge version_1 into main
Merge version_1 into main
2026-04-05 19:03:03 +00:00
3 changed files with 34 additions and 36 deletions

View File

@@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google";
export const metadata: Metadata = {
title: 'Webild | Future-Ready Solutions',
description: 'Enterprise-grade digital solutions for growing businesses.',
title: 'Webild - Innovative Digital Solutions',
description: 'Providing custom digital solutions for modern business scaling.',
openGraph: {
"title": "ETC Blumenau",
"description": "Premium Tennis & Padel Hamburg",

View File

@@ -1,6 +1,6 @@
'use client';
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
@@ -9,70 +9,68 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
const navItems = [{ name: 'Home', id: '/' }, { name: 'About', id: '/about' }, { name: 'Contact', id: '/contact' }];
const navItems = [
{ name: "Home", id: "/" }
];
export default function HomePage() {
export default function Page() {
return (
<ThemeProvider defaultButtonVariant="hover-magnetic" 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">
<NavbarStyleCentered navItems={navItems} brandName="Webild" />
<NavbarStyleCentered navItems={navItems} />
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Build Your Future"
description="Innovative solutions for a digital world. Join us in shaping tomorrow today."
buttons={[{ text: "Get Started", href: "/contact" }]}
title="Empower Your Digital Future"
description="We provide innovative solutions to help you scale and succeed in the modern digital landscape."
/>
</div>
<div id="experience" data-section="experience">
<MetricSplitMediaAbout
title="Our Proven Track Record"
description="We have successfully delivered over 500 projects for global enterprises, ensuring quality and scale."
metrics={[{ value: "500+", title: "Projects Delivered" }, { value: "98%", title: "Client Satisfaction" }]}
title="Our Impact"
description="Driven by data, committed to excellence."
metrics={[{ value: "10k+", title: "Users" }, { value: "500+", title: "Projects" }]}
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwentyEight
title="Our Premium Services"
description="Tailored technology services to help your business scale efficiently."
textboxLayout="default"
title="Our Services"
description="Comprehensive solutions for your business."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "1", title: "Cloud Infrastructure", subtitle: "Scalable and Secure", category: "Cloud", value: "High Performance", buttons: [{ text: "Learn More" }] },
{ id: "2", title: "AI Integration", subtitle: "Smart Automation", category: "AI", value: "Innovative", buttons: [{ text: "Learn More" }] }
{ id: "s1", title: "Web Development", subtitle: "Custom solutions", category: "Development", value: "High quality" },
{ id: "s2", title: "UI/UX Design", subtitle: "User-centric", category: "Design", value: "Modern aesthetic" }
]}
/>
</div>
<div id="membership" data-section="membership">
<PricingCardTwo
title="Flexible Plans"
description="Choose the plan that suits your business growth."
textboxLayout="default"
title="Flexible Pricing"
description="Choose the plan that suits you best."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "basic", badge: "Starter", price: "$99", subtitle: "For individuals", buttons: [{ text: "Select" }], features: ["Basic Support", "Access to Tools"] },
{ id: "pro", badge: "Pro", price: "$299", subtitle: "For scaling teams", buttons: [{ text: "Select" }], features: ["Priority Support", "Advanced Analytics", "Unlimited Access"] }
{ id: "p1", badge: "Starter", price: "$0", subtitle: "For individuals", features: ["Core features"], buttons: [{ text: "Get Started" }] },
{ id: "p2", badge: "Pro", price: "$49", subtitle: "For teams", features: ["Core features", "Advanced support"], buttons: [{ text: "Go Pro" }] }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Contact Us"
description="Let's build something amazing together. Reach out to our team."
inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Your Email" }]}
textarea={{ name: "message", placeholder: "How can we help?" }}
title="Get in Touch"
description="Let's discuss how we can help you grow."
useInvertedBackground={false}
inputs={[{ name: "email", type: "email", placeholder: "Email Address" }, { name: "name", type: "text", placeholder: "Your Name" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Webild"
columns={[{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] }]}
columns={[{ title: "Company", items: [{ label: "Home", href: "/" }] }]}
/>
</div>
</ThemeProvider>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #F5F5F5;
--card: #ffffff;
--foreground: #1A1A1A;
--primary-cta: #D4AF37;
--background: #0a0a0a;
--card: #121212;
--foreground: #f5f5f5;
--primary-cta: #d4af37;
--primary-cta-text: #0F2A24;
--secondary-cta: #0F2A24;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #F5F5F5;
--accent: #0F2A24;
--background-accent: #D4AF37;
--accent: #333333;
--background-accent: #1a1a1a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);