12 Commits

Author SHA1 Message Date
ce6169a34b Update src/app/page.tsx 2026-04-29 19:47:02 +00:00
a35df16a24 Update src/app/page.tsx 2026-04-29 19:46:26 +00:00
f2eefc383f Update src/app/layout.tsx 2026-04-29 19:46:25 +00:00
fb226f7bd6 Update src/app/layout.tsx 2026-04-29 19:43:49 +00:00
3dded53007 Update src/app/page.tsx 2026-04-29 19:43:11 +00:00
2524f00eca Update src/app/page.tsx 2026-04-29 19:42:35 +00:00
7b69a042eb Switch to version 1: modified src/app/page.tsx 2026-04-29 19:27:01 +00:00
73b4509c49 Switch to version 1: modified src/app/layout.tsx 2026-04-29 19:27:00 +00:00
b1d97148f1 Merge version_2 into main
Merge version_2 into main
2026-04-29 19:26:36 +00:00
1cc867196c Merge version_2 into main
Merge version_2 into main
2026-04-29 19:26:00 +00:00
bf6b1a7961 Merge version_2 into main
Merge version_2 into main
2026-04-29 19:23:19 +00:00
fea3fd028a Merge version_2 into main
Merge version_2 into main
2026-04-29 19:20:42 +00:00
2 changed files with 86 additions and 92 deletions

View File

@@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google";
export const metadata: Metadata = {
title: 'AMAN Renovations | Amsterdam',
description: 'Premium home renovations and craftsmanship in Amsterdam.',
title: 'Welcome to Our Platform',
description: 'Empowering your business with cutting-edge technology.',
openGraph: {
"siteName": "AMAN Klussenbedrijf",
"type": "website"

View File

@@ -1,126 +1,120 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import TextAbout from '@/components/sections/about/TextAbout';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { ArrowRight, Shield, Zap, Target, Star, Globe } from 'lucide-react';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { ArrowRight, Shield, Zap, Target, Star, CheckCircle } from 'lucide-react';
const navItems = [
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
];
const navItems = [{ name: "Home", id: "/" }];
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">
<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} brandName="Webild" />
<NavbarStyleApple navItems={navItems} />
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
title="Welcome to Webild"
description="Next-generation digital experiences"
background={{ variant: "animated-grid" }}
mediaItems={[
{ imageSrc: "https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe" },
{ imageSrc: "https://images.unsplash.com/photo-1614850523459-c2f4c699c52e" },
{ imageSrc: "https://images.unsplash.com/photo-1620121692029-d088224ddc74" }
]}
mediaAnimation="blur-reveal"
<HeroSplitKpi
title="Welcome to Our Platform"
description="Empowering your business with cutting-edge technology and seamless integration."
background={{ variant: 'plain' }}
kpis={[{ value: "10K+", label: "Active Users" }, { value: "99.9%", label: "Uptime" }, { value: "24/7", label: "Support" }]}
enableKpiAnimation={true}
mediaAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<TextAbout title="About Our Vision" useInvertedBackground={false} />
<InlineImageSplitTextAbout
heading={[{ type: 'text', content: "Innovating for the future" }]}
useInvertedBackground={false}
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwentySix
title="Our Services"
description="Tailored solutions for your business growth."
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Strategy", description: "Planning your success", buttonIcon: Target },
{ title: "Development", description: "Building the future", buttonIcon: Zap },
{ title: "Design", description: "Crafting experiences", buttonIcon: Star },
{ title: "Security", description: "Keeping you safe", buttonIcon: Shield }
]}
<FeatureHoverPattern
title="Our Services"
description="Comprehensive solutions for your growth."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ icon: Shield, title: "Secure Infrastructure", description: "Top-tier protection for your data." },
{ icon: Zap, title: "High Performance", description: "Lightning fast processing speeds." },
{ icon: Target, title: "Goal Focused", description: "Strategy-driven development." }
]}
/>
</div>
<div id="portfolio" data-section="portfolio">
<ProductCardFour
gridVariant="bento-grid"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
title="Portfolio"
description="Our selected creative work."
products={[
{ id: "p1", name: "Web Design", price: "$500", variant: "Standard", imageSrc: "https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe" },
{ id: "p2", name: "Logo Design", price: "$200", variant: "Premium", imageSrc: "https://images.unsplash.com/photo-1614850523459-c2f4c699c52e" },
{ id: "p3", name: "Full Stack", price: "$1000", variant: "Enterprise", imageSrc: "https://images.unsplash.com/photo-1620121692029-d088224ddc74" }
]}
<ProductCardOne
title="Our Work"
description="See our latest projects and deliverables."
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", name: "Product A", price: "$99", imageSrc: "/placeholder.jpg" },
{ id: "2", name: "Product B", price: "$199", imageSrc: "/placeholder.jpg" },
{ id: "3", name: "Product C", price: "$299", imageSrc: "/placeholder.jpg" }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="Client Feedback"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
description="What our clients say about us."
testimonials={[
{ id: "1", name: "Alex", handle: "@alex", testimonial: "Excellent work!", icon: Globe },
{ id: "2", name: "Sam", handle: "@sam", testimonial: "Highly recommended.", icon: Star }
]}
<TestimonialCardTwelve
cardTitle="Client Feedback"
cardTag="Reviews"
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Jane Doe", imageSrc: "/avatar1.jpg" },
{ id: "2", name: "John Smith", imageSrc: "/avatar2.jpg" }
]}
/>
</div>
<div id="process" data-section="process">
<MetricCardEleven
title="Our Process"
animationType="blur-reveal"
description="Efficient workflow for top results."
useInvertedBackground={false}
metrics={[
{ id: "1", value: "100%", title: "Quality", description: "Guaranteed", imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71" },
{ id: "2", value: "24/7", title: "Support", description: "Always here", imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71" }
]}
<MetricCardSeven
title="Our Process"
description="Our workflow follows a clear, efficient path."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "1", value: "1", title: "Discovery", items: ["Research", "Strategy"] },
{ id: "2", value: "2", title: "Development", items: ["Coding", "Testing"] }
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
faqsAnimation="blur-reveal"
sideTitle="Questions"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "What do you do?", content: "Everything digital." },
{ id: "2", title: "How to contact?", content: "Via the form below." }
]}
<FaqDouble
title="Frequently Asked Questions"
description="Answers to common questions about our services."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "How do I start?", content: "Contact our team today." },
{ id: "2", title: "Is it secure?", content: "Yes, we use industry-leading encryption." }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Contact"
title="Get in touch"
description="Let us build something great together."
useInvertedBackground={false}
background={{ variant: "plain" }}
<ContactText
text="Get in touch with our team."
background={{ variant: 'plain' }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Webild"
columns={[
{ title: "Links", items: [{ label: "Home", href: "/" }] }
]}
<FooterSimple
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }] }]}
bottomLeftText="© 2024 Webild"
bottomRightText="All rights reserved."
/>
</div>
</ThemeProvider>