Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-04-04 15:33:34 +00:00
2 changed files with 65 additions and 77 deletions

View File

@@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google";
export const metadata: Metadata = {
title: 'Unicut Salon Wetzlar | Premium Haircuts & Styling',
description: 'Experience professional precision styling at Unicut Wetzlar. Modern atmosphere, expert cuts, and a service promise that puts you first. Book your appointment today.',
title: 'Welcome to Webild',
description: 'Premium services and products.',
openGraph: {
"title": "Unicut Salon Wetzlar",
"description": "Precision. Style. Experience.",

View File

@@ -1,5 +1,6 @@
"use client";
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
@@ -8,120 +9,107 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { ShieldCheck } from 'lucide-react';
import { Shield, Users, Star, Zap } from 'lucide-react';
export default function Home() {
const navItems = [
{ name: "Home", id: "hero" },
{ name: "Promise", id: "trust" },
{ name: "Services", id: "services" },
{ name: "Gallery", id: "gallery" },
{ name: "Reviews", id: "reviews" },
{ name: "Team", id: "team" }
];
export default function Page() {
const navItems = [{ name: "Home", id: "/" }];
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">
<NavbarLayoutFloatingInline navItems={navItems} brandName="UNICUT" button={{ text: "Book Now", href: "#services" }} />
<NavbarLayoutFloatingInline navItems={navItems} />
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
title="Your Style. Perfected."
description="Premium haircuts, modern styling, and true craftsmanship in Wetzlar. Experience a new level of detail."
tag="4.6 Rating | 200+ Clients"
buttons={[{ text: "Book Appointment", href: "#services" }, { text: "Walk-In Today", href: "#footer" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211458.jpg", imageAlt: "Luxury Barbershop Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-happy-woman-floral-vneck-dress-holds-pen-designs-new-fashion-collections-charming-lady-talks-phone_197531-29845.jpg", imageAlt: "Precision Women Styling" },
{ imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-gear-accessories_482257-76733.jpg", imageAlt: "Relaxing Salon Experience" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-combing-customer-hair_23-2148256891.jpg", imageAlt: "Expert Women Styling" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-female-friends-posing_273609-7272.jpg", imageAlt: "Precision Fade" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-sweater-posing-near-light-lamps_114579-81975.jpg", imageAlt: "Atmospheric Salon" }
]}
title="Welcome to Our Platform"
description="Experience the best in class services designed for your success."
background={{ variant: "animated-grid" }}
mediaItems={[{ imageSrc: "https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=2070&auto=format&fit=crop", imageAlt: "Hero Image" }]}
/>
</div>
<div id="trust" data-section="trust">
<TestimonialAboutCard
useInvertedBackground={true}
tag="Our Promise"
title="A New Standard of Service"
description="We understand that your trust is earned through consistency. At Unicut, we have overhauled our operations to ensure you receive the professional, respectful experience you deserve."
subdescription="No more long waits, no hygiene concerns, and a team that listens to exactly what you want."
icon={ShieldCheck}
imageSrc="http://img.b2bpic.net/free-photo/winter-sports-gear-accessories_482257-76733.jpg"
tag="Trust Us"
title="Proven Results"
description="We have helped hundreds of clients achieve their goals."
subdescription="Our process is transparent and highly effective."
icon={Shield}
imageSrc="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop"
mediaAnimation="slide-up"
/>
</div>
<div id="services" data-section="services">
<PricingCardThree
title="Our Pricing Plans"
description="Choose the plan that fits your needs best."
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
textboxLayout="default"
plans={[
{ id: "men", name: "For Men", price: "From 25€", features: ["Precision Haircut", "Skin Fade / Taper", "Beard Styling", "Hot Towel Shave"], buttons: [{ text: "Book Men's Style", href: "#footer" }] },
{ id: "women", name: "For Women", price: "From 45€", features: ["Haircut & Styling", "Coloring / Balayage", "Blowout", "Deep Treatments"], buttons: [{ text: "Book Styling", href: "#footer" }] },
{ id: "extras", name: "Extras", price: "From 10€", features: ["Eyebrow Threading", "Kids Cuts", "Professional Products", "Consultation"], buttons: [{ text: "Inquire", href: "#footer" }] }
{ id: "basic", price: "$29", name: "Basic", buttons: [{ text: "Get Started" }], features: ["Feature 1", "Feature 2"] },
{ id: "pro", price: "$99", name: "Pro", buttons: [{ text: "Get Started" }], features: ["Feature 1", "Feature 2", "Feature 3"] }
]}
title="Our Services"
description="Professional craftsmanship for men and women."
/>
</div>
<div id="gallery" data-section="gallery">
<ProductCardOne
title="Our Products"
description="Explore our curated collection."
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
textboxLayout="default"
products={[
{ id: "1", name: "Fade Transformation", price: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-female-friends-posing_273609-7272.jpg" },
{ id: "2", name: "Balayage Result", price: "Style", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-combing-customer-hair_23-2148256891.jpg" },
{ id: "3", name: "Modern Cut", price: "Craft", imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211458.jpg" },
{ id: "4", name: "Styled Finish", price: "Finish", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-happy-woman-floral-vneck-dress-holds-pen-designs-new-fashion-collections-charming-lady-talks-phone_197531-29845.jpg" }
{ id: "p1", name: "Product 1", price: "$10", imageSrc: "https://images.unsplash.com/photo-1505740420928-5e560c06d30e?q=80&w=2070&auto=format&fit=crop" },
{ id: "p2", name: "Product 2", price: "$20", imageSrc: "https://images.unsplash.com/photo-1523275335684-37898b6baf30?q=80&w=1999&auto=format&fit=crop" },
{ id: "p3", name: "Product 3", price: "$30", imageSrc: "https://images.unsplash.com/photo-1572635196237-14b3f281503f?q=80&w=2070&auto=format&fit=crop" }
]}
title="Before & After"
description="See the results of our precision craftsmanship."
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" },
{ id: "2", name: "Michael K.", imageSrc: "http://img.b2bpic.net/free-photo/client-getting-new-haircut-from_23-2148257046.jpg" },
{ id: "3", name: "Lisa M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67003.jpg" },
{ id: "4", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg" },
{ id: "5", name: "Marc B.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-work-her-beauty-visage-studio-salon-woman-applying-by-professional-make-up-master-beauty-club-concept_627829-9054.jpg" }
]}
cardTitle="What Our Clients Say"
cardTag="We constantly improve based on your feedback."
cardTitle="What People Say"
cardTag="Testimonials"
cardAnimation="slide-up"
testimonials={[
{ id: "t1", name: "John Doe", imageSrc: "https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?q=80&w=2000&auto=format&fit=crop" },
{ id: "t2", name: "Jane Smith", imageSrc: "https://images.unsplash.com/photo-1527980965255-d3b416303d12?q=80&w=2000&auto=format&fit=crop" }
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardTen
useInvertedBackground={true}
title="Meet the Experts"
tag="Passionate professionals dedicated to your style."
members={[
{ id: "1", name: "Alexander", imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-s-with-blue-eyes-portrait_633478-325.jpg" },
{ id: "2", name: "Elena", imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10390.jpg" },
{ id: "3", name: "Tobias", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-male-with-tattooed-crossed-arms-grey-background_613910-1610.jpg" }
]}
memberVariant="card"
title="Our Expert Team"
tag="Team"
membersAnimation="slide-up"
memberVariant="card"
members={[
{ id: "m1", name: "Alice", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=2070&auto=format&fit=crop" },
{ id: "m2", name: "Bob", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?q=80&w=2076&auto=format&fit=crop" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Visit Us", items: [{ label: "Wetzlar Center, Germany", href: "#" }, { label: "Opening Hours: 9am-7pm", href: "#" }] },
{ title: "Contact", items: [{ label: "Call: +49 6441 XXX", href: "tel:+49" }, { label: "WhatsApp Booking", href: "https://wa.me/49" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Impressum", href: "#" }] }
]}
bottomLeftText="© 2024 Unicut Salon Wetzlar"
bottomRightText="Precision. Style. Experience."
columns={[{ title: "Links", items: [{ label: "Home" }] }]}
bottomLeftText="© 2024 Webild"
bottomRightText="All rights reserved."
/>
</div>
</ThemeProvider>