diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e953895..e51272a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -57,28 +43,18 @@ export default function LandingPage() { sideTitle="Common Questions" faqsAnimation="slide-up" faqs={[ - { - id: "f1", - title: "What materials do you use?", - content: "We source the finest metals, laminates, and wood.", - }, - { - id: "f2", - title: "Do you offer custom designs?", - content: "Yes, we specialize in bespoke hardware solutions.", - }, + { id: "f1", title: "What materials do you use?", content: "We source the finest metals, laminates, and wood." }, + { id: "f2", title: "Do you offer custom designs?", content: "Yes, we specialize in bespoke hardware solutions." }, ]} />
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ff44e20..9a0be7b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -57,28 +43,18 @@ export default function LandingPage() { sideTitle="Support" faqsAnimation="blur-reveal" faqs={[ - { - id: "fq1", - title: "How to contact sales?", - content: "Fill the form or call our support line.", - }, - { - id: "fq2", - title: "Business hours?", - content: "Mon-Sat 10AM - 7PM.", - }, + { id: "fq1", title: "How to contact sales?", content: "Fill the form or call our support line." }, + { id: "fq2", title: "Business hours?", content: "Mon-Sat 10AM - 7PM." }, ]} />
diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 3c914a5..dd25dca 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -6,7 +6,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function GalleryPage() { return (
@@ -104,15 +64,8 @@ export default function LandingPage() { @@ -124,48 +77,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Laminates", - price: "Custom", - variant: "Modern", - imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593824.jpg", - }, - { - id: "p2", - name: "Sunmica", - price: "Custom", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg", - }, - { - id: "p3", - name: "Door Locks", - price: "Custom", - variant: "Secure", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", - }, - { - id: "p4", - name: "Handles", - price: "Custom", - variant: "Luxury", - imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756532.jpg", - }, - { - id: "p5", - name: "Wooden Handles", - price: "Custom", - variant: "Exclusive", - imageSrc: "http://img.b2bpic.net/free-photo/cabinet-handle-wood-furnitures_74190-1792.jpg", - }, - { - id: "p6", - name: "Hardware Set", - price: "Custom", - variant: "Set", - imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797699.jpg", - }, + { id: "p1", name: "Laminates", price: "Custom", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593824.jpg" }, + { id: "p2", name: "Sunmica", price: "Custom", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg" }, + { id: "p3", name: "Door Locks", price: "Custom", variant: "Secure", imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg" }, + { id: "p4", name: "Handles", price: "Custom", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756532.jpg" }, + { id: "p5", name: "Wooden Handles", price: "Custom", variant: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/cabinet-handle-wood-furnitures_74190-1792.jpg" }, + { id: "p6", name: "Hardware Set", price: "Custom", variant: "Set", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797699.jpg" }, ]} title="Our Product Range" description="Discover our collection of premium interior hardware essentials." @@ -179,12 +96,7 @@ export default function LandingPage() { title="Trusted by Architects" description="We partner with leading interior design studios and architects to deliver perfection." names={[ - "Urban Aesthetics", - "Modern Living Co", - "Luxury Spaces Studio", - "Surat Design House", - "Precision Architectural", - ]} + "Urban Aesthetics", "Modern Living Co", "Luxury Spaces Studio", "Surat Design House", "Precision Architectural"]} /> @@ -194,16 +106,8 @@ export default function LandingPage() { title="Let’s Build Premium Interiors Together" description="Get in touch for bespoke hardware solutions." inputs={[ - { - name: "name", - type: "text", - placeholder: "Name", - }, - { - name: "email", - type: "email", - placeholder: "Email", - }, + { name: "name", type: "text", placeholder: "Name" }, + { name: "email", type: "email", placeholder: "Email" }, ]} imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821318.jpg" /> diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 77989c9..b39d3d1 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; -export default function LandingPage() { +export default function ProductsPage() { return ( @@ -60,18 +46,8 @@ export default function LandingPage() { title="Featured Collection" description="Explore our hand-picked hardware selections." products={[ - { - id: "p-a", - name: "Matte Black Handle", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/matte-cabinet-doors-with-leather-handles-copyspace-clean-minimalism_169016-71134.jpg", - }, - { - id: "p-b", - name: "Minimalist Pull", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/black-handles-kitchen-drawer-cabinet_169016-13055.jpg", - }, + { id: "p-a", name: "Matte Black Handle", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/matte-cabinet-doors-with-leather-handles-copyspace-clean-minimalism_169016-71134.jpg" }, + { id: "p-b", name: "Minimalist Pull", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/black-handles-kitchen-drawer-cabinet_169016-13055.jpg" }, ]} /> @@ -85,18 +61,8 @@ export default function LandingPage() { title="Our Experts" description="The team behind your beautiful interiors." members={[ - { - id: "m1", - name: "Sarah Miller", - role: "Lead Designer", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-flower-shop-chooses-pot-flowers_169016-1882.jpg", - }, - { - id: "m2", - name: "John Doe", - role: "Head of Engineering", - imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-couch-using-mobile_23-2148415757.jpg", - }, + { id: "m1", name: "Sarah Miller", role: "Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-flower-shop-chooses-pot-flowers_169016-1882.jpg" }, + { id: "m2", name: "John Doe", role: "Head of Engineering", imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-couch-using-mobile_23-2148415757.jpg" }, ]} />