diff --git a/src/app/page.tsx b/src/app/page.tsx index 39a1c97..e16d190 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap } from "lucide-react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -30,21 +31,13 @@ export default function LandingPage() { @@ -53,85 +46,50 @@ export default function LandingPage() {
@@ -143,34 +101,19 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "3D Design", - description: "Visualize your dream before construction begins.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-interior-design-isometric-room_23-2151869975.jpg", - buttonIcon: "Zap", + title: "3D Design", description: "Visualize your dream before construction begins.", imageSrc: "http://img.b2bpic.net/free-photo/3d-interior-design-isometric-room_23-2151869975.jpg", buttonIcon: Zap, }, { - title: "Ceiling Design", - description: "Custom false ceiling solutions for every room.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-illuminated-electric-light_1359-957.jpg", - buttonIcon: "Zap", + title: "Ceiling Design", description: "Custom false ceiling solutions for every room.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-illuminated-electric-light_1359-957.jpg", buttonIcon: Zap, }, { - title: "Home Decor", - description: "Carefully curated furniture and decor accessories.", - imageSrc: "http://img.b2bpic.net/free-photo/black-friday-sale-display_23-2152026905.jpg", - buttonIcon: "Zap", + title: "Home Decor", description: "Carefully curated furniture and decor accessories.", imageSrc: "http://img.b2bpic.net/free-photo/black-friday-sale-display_23-2152026905.jpg", buttonIcon: Zap, }, { - title: "Renovation", - description: "Full-scale home and commercial renovation services.", - imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898558.jpg", - buttonIcon: "Zap", + title: "Renovation", description: "Full-scale home and commercial renovation services.", imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898558.jpg", buttonIcon: Zap, }, { - title: "Custom Lighting", - description: "Architectural lighting for modern living.", - imageSrc: "http://img.b2bpic.net/free-photo/mosaic-glass-ceiling-lights_53876-17972.jpg", - buttonIcon: "Zap", + title: "Custom Lighting", description: "Architectural lighting for modern living.", imageSrc: "http://img.b2bpic.net/free-photo/mosaic-glass-ceiling-lights_53876-17972.jpg", buttonIcon: Zap, }, ]} title="Our Design Services" @@ -186,41 +129,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Modern Living", - price: "Residential", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-cozy-pink-teal-living-room-with-floral-art-plants_23-2151972887.jpg?_wi=2", - }, + id: "p1", name: "Modern Living", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/stylish-cozy-pink-teal-living-room-with-floral-art-plants_23-2151972887.jpg"}, { - id: "p2", - name: "Shop Interior", - price: "Commercial", - imageSrc: "http://img.b2bpic.net/free-photo/empty-living-room-decorated-fun-gathering-with-friends-having-alcoholic-drinks-snacks-nobody-apartment-with-modern-board-games-chess-enjoy-home-meeting-entertainment_482257-42170.jpg?_wi=2", - }, + id: "p2", name: "Shop Interior", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/empty-living-room-decorated-fun-gathering-with-friends-having-alcoholic-drinks-snacks-nobody-apartment-with-modern-board-games-chess-enjoy-home-meeting-entertainment_482257-42170.jpg"}, { - id: "p3", - name: "Medical Clinic", - price: "Commercial", - imageSrc: "http://img.b2bpic.net/free-photo/empty-doctors-workplace-room-with-desk-technology_482257-14017.jpg?_wi=2", - }, + id: "p3", name: "Medical Clinic", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/empty-doctors-workplace-room-with-desk-technology_482257-14017.jpg"}, { - id: "p4", - name: "Bedroom Decor", - price: "Residential", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen-dining-room_181624-2870.jpg?_wi=2", - }, + id: "p4", name: "Bedroom Decor", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen-dining-room_181624-2870.jpg"}, { - id: "p5", - name: "Office Renovation", - price: "Commercial", - imageSrc: "http://img.b2bpic.net/free-photo/modern-business-relax-zone-interior-with-confortable-couch-orange-chair_482257-5222.jpg", - }, + id: "p5", name: "Office Renovation", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-relax-zone-interior-with-confortable-couch-orange-chair_482257-5222.jpg"}, { - id: "p6", - name: "Kitchen Design", - price: "Residential", - imageSrc: "http://img.b2bpic.net/free-photo/unoccupied-modern-clinic-workspace-with-nobody-it-having-turned-computer-screen-showing-medical-report-medical-room-having-firstaid-kit-contemporary-hospital-furniture-patients-documents_482257-41197.jpg", - }, + id: "p6", name: "Kitchen Design", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/unoccupied-modern-clinic-workspace-with-nobody-it-having-turned-computer-screen-showing-medical-report-medical-room-having-firstaid-kit-contemporary-hospital-furniture-patients-documents_482257-41197.jpg"}, ]} title="Featured Projects" description="Explore our recent work across residential and commercial spaces in Rangpur." @@ -235,25 +154,15 @@ export default function LandingPage() { author="Rakib Hasan" avatars={[ { - src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346550.jpg", - alt: "Client", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346550.jpg", alt: "Client"}, { - src: "http://img.b2bpic.net/free-photo/portrait-young-stylish-businesswoman-cafe-sitting-with-notebook-making-notes-working_1258-199053.jpg", - alt: "Client", - }, + src: "http://img.b2bpic.net/free-photo/portrait-young-stylish-businesswoman-cafe-sitting-with-notebook-making-notes-working_1258-199053.jpg", alt: "Client"}, { - src: "http://img.b2bpic.net/free-photo/side-view-woman-reading-tarot_23-2150276066.jpg", - alt: "Female Client", - }, + src: "http://img.b2bpic.net/free-photo/side-view-woman-reading-tarot_23-2150276066.jpg", alt: "Female Client"}, { - src: "http://img.b2bpic.net/free-photo/male-make-up-look-holding-brush_23-2148784359.jpg", - alt: "Male Client", - }, + src: "http://img.b2bpic.net/free-photo/male-make-up-look-holding-brush_23-2148784359.jpg", alt: "Male Client"}, { - src: "http://img.b2bpic.net/free-photo/brown-eyed-curly-brunette-short-haired-woman-floral-trendy-dress-smiles-looks-camera-hoods-pencil-designs-new-clothes_197531-24076.jpg", - alt: "Woman Client", - }, + src: "http://img.b2bpic.net/free-photo/brown-eyed-curly-brunette-short-haired-woman-floral-trendy-dress-smiles-looks-camera-hoods-pencil-designs-new-clothes_197531-24076.jpg", alt: "Woman Client"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -266,20 +175,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Do you provide free consultation?", - content: "Yes, we provide an initial site visit and free consultation for your project.", - }, + id: "q1", title: "Do you provide free consultation?", content: "Yes, we provide an initial site visit and free consultation for your project."}, { - id: "q2", - title: "What locations do you serve?", - content: "We primarily serve the entire Rangpur region.", - }, + id: "q2", title: "What locations do you serve?", content: "We primarily serve the entire Rangpur region."}, { - id: "q3", - title: "How can I book an appointment?", - content: "You can call us directly at 01717-974885 or use the contact form on our website.", - }, + id: "q3", title: "How can I book an appointment?", content: "You can call us directly at 01717-974885 or use the contact form on our website."}, ]} title="Common Questions" description="Frequently asked questions about our process and services." @@ -291,16 +191,13 @@ export default function LandingPage() {
@@ -309,29 +206,19 @@ export default function LandingPage() {