diff --git a/src/app/page.tsx b/src/app/page.tsx
index 52d3f7b..f63a29d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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"] },
]}
/>
-
-