diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6ac68b0..6fbcd42 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,15 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplit from '@/components/sections/contact/ContactSplit';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
-import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
-import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
+import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Award, Star, Users } from "lucide-react";
export default function LandingPage() {
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -59,94 +44,12 @@ export default function LandingPage() {
@@ -168,21 +71,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Bespoke Tailoring",
- description: "Precision fitting that honors your silhouette.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-making-origami-with-japanese-paper_23-2149048364.jpg",
- },
- {
- title: "Premium Fabrics",
- description: "Only the finest materials for luxury wear.",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543690.jpg",
- },
- {
- title: "Personal Styling",
- description: "Expert advice for your unique look.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-groom-blue-costume_23-2149003442.jpg",
- },
+ { title: "Bespoke Tailoring", description: "Precision fitting that honors your silhouette.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-origami-with-japanese-paper_23-2149048364.jpg" },
+ { title: "Premium Fabrics", description: "Only the finest materials for luxury wear.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543690.jpg" },
+ { title: "Personal Styling", description: "Expert advice for your unique look.", imageSrc: "http://img.b2bpic.net/free-photo/young-groom-blue-costume_23-2149003442.jpg" },
]}
title="Why Choose Dulha Libass"
description="We don't just sell clothes; we provide a curated experience for the discerning man."
@@ -195,50 +86,7 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
- products={[
- {
- id: "p1",
- name: "Royal Sherwani",
- price: "Custom Pricing",
- variant: "Traditional",
- imageSrc: "http://img.b2bpic.net/free-photo/man-posing-studio_158595-1808.jpg",
- },
- {
- id: "p2",
- name: "3 Piece Suit",
- price: "Custom Pricing",
- variant: "Formal",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-glasses-near-dark-wall_158538-11245.jpg",
- },
- {
- id: "p3",
- name: "Party Suit",
- price: "Custom Pricing",
- variant: "Party",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9531.jpg",
- },
- {
- id: "p4",
- name: "Prince Suit",
- price: "Custom Pricing",
- variant: "Royal",
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-groom-with-black-bowtie_1328-4891.jpg",
- },
- {
- id: "p5",
- name: "Embroidered Kurta",
- price: "Custom Pricing",
- variant: "Ethnic",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-businesman-summer-city_1157-25613.jpg",
- },
- {
- id: "p6",
- name: "Sherwani Suit",
- price: "Custom Pricing",
- variant: "Wedding",
- imageSrc: "http://img.b2bpic.net/free-photo/groom-with-bouquet_1153-86.jpg",
- },
- ]}
+ products={[]}
title="Our Collection"
description="Discover a diverse range of attire for formal celebrations and festivities."
/>
@@ -250,24 +98,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: Users,
- title: "Happy Clients",
- value: "1000+",
- },
- {
- id: "m2",
- icon: Award,
- title: "Custom Suits",
- value: "500+",
- },
- {
- id: "m3",
- icon: Star,
- title: "Years of Excellence",
- value: "15+",
- },
+ { id: "m1", icon: Users, title: "Happy Clients", value: "1000+" },
+ { id: "m2", icon: Award, title: "Custom Suits", value: "500+" },
+ { id: "m3", icon: Star, title: "Years of Excellence", value: "15+" },
]}
title="Our Impact"
description="Quality defined by the men we serve."
@@ -275,101 +108,54 @@ export default function LandingPage() {