Merge version_1 into main #2
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,29 +25,15 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AinCdhJQSnMzt69kaXXXdl1GVZ/uploaded-1778137648898-0w3qlh1t.jpg"
|
||||
brandName="Reference Interior Hub"
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Our Legacy"
|
||||
description="Founded on the principles of design and quality."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,29 +25,15 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AinCdhJQSnMzt69kaXXXdl1GVZ/uploaded-1778137648898-0w3qlh1t.jpg"
|
||||
brandName="Reference Interior Hub"
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Visit Us"
|
||||
description="Located in the heart of the city."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -24,37 +24,21 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AinCdhJQSnMzt69kaXXXdl1GVZ/uploaded-1778137648898-0w3qlh1t.jpg"
|
||||
brandName="Reference Interior Hub"
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Our Showroom"
|
||||
description="Step into a world of curated elegance."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821315.jpg"
|
||||
|
||||
148
src/app/page.tsx
148
src/app/page.tsx
@@ -28,74 +28,34 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AinCdhJQSnMzt69kaXXXdl1GVZ/uploaded-1778137648898-0w3qlh1t.jpg"
|
||||
brandName="Reference Interior Hub"
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Premium Interior Hardware Solutions"
|
||||
description="Redefining elegance in architectural hardware with premium materials and modern precision."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "/products",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{ text: "Explore Products", href: "/products" },
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-shop-assistant-helps-young-couple-choose-new-home-appliance_93675-133540.jpg",
|
||||
imageAlt: "Luxury Interior Hardware",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg",
|
||||
imageAlt: "Hardware Showcase",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-cabinets-with-brass-hardware-glass-display-bold-interior_169016-71120.jpg",
|
||||
imageAlt: "Premium Laminate",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brushed-metal_1048-11403.jpg",
|
||||
imageAlt: "Wooden Handles",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-planes-blue-matte-black-pulls_169016-69512.jpg",
|
||||
imageAlt: "Interior Hardware",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/screen-case-some-device_140725-8797.jpg",
|
||||
imageAlt: "Design Showcase",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-shop-assistant-helps-young-couple-choose-new-home-appliance_93675-133540.jpg", imageAlt: "Luxury Interior Hardware" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg", imageAlt: "Hardware Showcase" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-cabinets-with-brass-hardware-glass-display-bold-interior_169016-71120.jpg", imageAlt: "Premium Laminate" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/brushed-metal_1048-11403.jpg", imageAlt: "Wooden Handles" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/contrasting-planes-blue-matte-black-pulls_169016-69512.jpg", imageAlt: "Interior Hardware" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/screen-case-some-device_140725-8797.jpg", imageAlt: "Design Showcase" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,15 +64,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Crafting Excellence in Interior Hardware",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/modern-architecture-building_1150-11016.jpg",
|
||||
alt: "Crafting",
|
||||
},
|
||||
{ type: "text", content: "Crafting Excellence in Interior Hardware" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/modern-architecture-building_1150-11016.jpg", alt: "Crafting" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,29 +25,15 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AinCdhJQSnMzt69kaXXXdl1GVZ/uploaded-1778137648898-0w3qlh1t.jpg"
|
||||
brandName="Reference Interior Hub"
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user