Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-05-24 09:31:22 +00:00

View File

@@ -7,8 +7,8 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import { Zap, Shield, Rocket, Target, Sparkles, Crown, Mail, Users, Layers, Code, Infinity, Gauge, Diamond } from "lucide-react";
export default function LuxuryProductPage() {
@@ -81,18 +81,19 @@ export default function LuxuryProductPage() {
{ id: "bespoke", badge: "Bespoke", price: "$2,499", subtitle: "The infinite vision", buttons: [{ text: "Connect" }], features: ["Everything in Artisan", "Full Customization", "Direct Consultation"] },
]}
/>
<ContactCenter
tag="Inquiry"
tagIcon={Mail}
<ContactSplitForm
title="Secure Your Invitation"
description="Access is limited to maintain the integrity of the Aura experience. Reach out to start your journey."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
inputs={[{ name: "name", type: "text", placeholder: "Full Name" }, { name: "email", type: "email", placeholder: "Email Address" }]}
buttonText="Request Access"
useInvertedBackground={false}
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-young-businesswoman_23-2148910232.jpg"
/>
<FooterBaseReveal
<FooterLogoReveal
logoText="AURA"
columns={[{ title: "Studio", items: [{ label: "Philosophy", href: "#" }, { label: "Careers", href: "#" }] }, { title: "Support", items: [{ label: "Help", href: "#" }, { label: "Privacy", href: "#" }] }]}
copyrightText="© 2025 Aura Collective. All rights reserved."
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</ReactLenis>
</ThemeProvider>