Update src/app/page.tsx
This commit is contained in:
308
src/app/page.tsx
308
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Interiora"
|
||||
/>
|
||||
@@ -55,60 +47,37 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Elevating Hotel Comfort"
|
||||
description="Premium hotel textiles for luxury experiences. We provide high-end curtains, blackouts, bed sheets, and towels designed for durability and comfort."
|
||||
description="Experience contract-grade durability and hotel-tested quality. We provide premium textiles, including high-end curtains, blackouts, bed sheets, and towels built for professional environments."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Products", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chambermaid-preparing-hotel-room_23-2148095224.jpg",
|
||||
alt: "Chambermaid preparing hotel room",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/chambermaid-preparing-hotel-room_23-2148095224.jpg", alt: "Chambermaid preparing hotel room"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/creative-view-hands-with-curtains-shadows-from-window_23-2149657483.jpg",
|
||||
alt: "Creative view of hands with curtains and shadows from window",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/creative-view-hands-with-curtains-shadows-from-window_23-2149657483.jpg", alt: "Creative view of hands with curtains and shadows from window"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bride-stands-before-panoramic-window_1304-5593.jpg",
|
||||
alt: "Bride stands before a panoramic window",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bride-stands-before-panoramic-window_1304-5593.jpg", alt: "Bride stands before a panoramic window"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bride-s-dress-hangs-chandelier_8353-10650.jpg",
|
||||
alt: "Bride's dress hangs on a chandelier",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bride-s-dress-hangs-chandelier_8353-10650.jpg", alt: "Bride's dress hangs on a chandelier"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg",
|
||||
alt: "luxury hotel room interior",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg", alt: "luxury hotel room interior"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Hotel Grade Textiles",
|
||||
},
|
||||
type: "text", text: "Hotel Grade Textiles"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Materials",
|
||||
},
|
||||
type: "text", text: "Sustainable Materials"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Custom Branding",
|
||||
},
|
||||
type: "text", text: "Custom Branding"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Logistics",
|
||||
},
|
||||
type: "text", text: "Global Logistics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Superior Comfort",
|
||||
},
|
||||
type: "text", text: "Superior Comfort"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,17 +89,11 @@ export default function LandingPage() {
|
||||
description="With over 20 years in the textile industry, Interiora sets the standard for hotel linens. We pride ourselves on superior weaving techniques, long-lasting materials, and elegant designs."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "20+", title: "Years Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Partner Hotels",
|
||||
},
|
||||
value: "500+", title: "Partner Hotels"},
|
||||
{
|
||||
value: "1M+",
|
||||
title: "Items Delivered",
|
||||
},
|
||||
value: "1M+", title: "Items Delivered"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-blurry-woman-working_23-2148754131.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -143,20 +106,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Durable Weaves",
|
||||
description: "Fabrics tested for high-traffic environments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-4594.jpg?_wi=1",
|
||||
},
|
||||
title: "Durable Weaves", description: "Fabrics tested for high-traffic environments.", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-4594.jpg?_wi=1"},
|
||||
{
|
||||
title: "Fast Shipping",
|
||||
description: "Inventory ready for immediate dispatch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-color-palette_23-2148903475.jpg?_wi=1",
|
||||
},
|
||||
title: "Fast Shipping", description: "Inventory ready for immediate dispatch.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-color-palette_23-2148903475.jpg?_wi=1"},
|
||||
{
|
||||
title: "Custom Designs",
|
||||
description: "Tailored solutions for your brand aesthetic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-3551.jpg?_wi=1",
|
||||
},
|
||||
title: "Custom Designs", description: "Tailored solutions for your brand aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-3551.jpg?_wi=1"},
|
||||
]}
|
||||
title="Why Interiora?"
|
||||
description="Excellence in every fiber."
|
||||
@@ -171,59 +125,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Interiora",
|
||||
name: "Premium Cotton Bed Sheets",
|
||||
price: "$89",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-4594.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", brand: "Interiora", name: "Premium Cotton Bed Sheets", price: "$89", rating: 5,
|
||||
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-4594.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Interiora",
|
||||
name: "Total Blackout Curtains",
|
||||
price: "$129",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-color-palette_23-2148903475.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", brand: "Interiora", name: "Total Blackout Curtains", price: "$129", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-color-palette_23-2148903475.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Interiora",
|
||||
name: "Luxury Duvet Cover",
|
||||
price: "$159",
|
||||
rating: 4,
|
||||
reviewCount: "76",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-3551.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", brand: "Interiora", name: "Luxury Duvet Cover", price: "$159", rating: 4,
|
||||
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-3551.jpg?_wi=2"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Interiora",
|
||||
name: "Decorative Sheer Curtains",
|
||||
price: "$99",
|
||||
rating: 5,
|
||||
reviewCount: "55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-young-woman-creating-fabric-patchwork-scenery-paper_23-2148164440.jpg",
|
||||
},
|
||||
id: "p4", brand: "Interiora", name: "Decorative Sheer Curtains", price: "$99", rating: 5,
|
||||
reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/creative-young-woman-creating-fabric-patchwork-scenery-paper_23-2148164440.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Interiora",
|
||||
name: "Hotel Grade Bath Towels",
|
||||
price: "$45",
|
||||
rating: 4,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/towel-pool_74190-2029.jpg",
|
||||
},
|
||||
id: "p5", brand: "Interiora", name: "Hotel Grade Bath Towels", price: "$45", rating: 4,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/towel-pool_74190-2029.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Interiora",
|
||||
name: "High Thread-Count Pillowcase",
|
||||
price: "$29",
|
||||
rating: 5,
|
||||
reviewCount: "142",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-view-tiny-hand-top-table-with-blurred-background_181624-17906.jpg",
|
||||
},
|
||||
id: "p6", brand: "Interiora", name: "High Thread-Count Pillowcase", price: "$29", rating: 5,
|
||||
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-view-tiny-hand-top-table-with-blurred-background_181624-17906.jpg"},
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Explore our full line of hotel textile solutions."
|
||||
@@ -237,56 +155,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
title: "Boutique",
|
||||
price: "Custom",
|
||||
period: "Quote",
|
||||
features: [
|
||||
"Curtain Set",
|
||||
"Standard Linens",
|
||||
"Email Support",
|
||||
],
|
||||
id: "starter", title: "Boutique", price: "Custom", period: "Quote", features: [
|
||||
"Curtain Set", "Standard Linens", "Email Support"],
|
||||
button: {
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-pullover_1098-16130.jpg",
|
||||
imageAlt: "New pullover",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-pullover_1098-16130.jpg", imageAlt: "New pullover"},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Standard",
|
||||
price: "Custom",
|
||||
period: "Quote",
|
||||
features: [
|
||||
"Full Room Package",
|
||||
"Premium Linens",
|
||||
"Priority Support",
|
||||
],
|
||||
id: "pro", title: "Standard", price: "Custom", period: "Quote", features: [
|
||||
"Full Room Package", "Premium Linens", "Priority Support"],
|
||||
button: {
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg?_wi=2",
|
||||
imageAlt: "New pullover",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg?_wi=2", imageAlt: "New pullover"},
|
||||
{
|
||||
id: "enterprise",
|
||||
title: "Chain",
|
||||
price: "Custom",
|
||||
period: "Quote",
|
||||
features: [
|
||||
"Bulk Procurement",
|
||||
"Custom Branding",
|
||||
"Dedicated Manager",
|
||||
],
|
||||
id: "enterprise", title: "Chain", price: "Custom", period: "Quote", features: [
|
||||
"Bulk Procurement", "Custom Branding", "Dedicated Manager"],
|
||||
button: {
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-blurry-woman-working_23-2148754131.jpg?_wi=2",
|
||||
imageAlt: "New pullover",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-blurry-woman-working_23-2148754131.jpg?_wi=2", imageAlt: "New pullover"},
|
||||
]}
|
||||
title="Hotel Solutions"
|
||||
description="Tailored packages for boutique hotels and large chains."
|
||||
@@ -300,59 +185,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Owner",
|
||||
company: "Grand Luxe Hotels",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661546.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Owner", company: "Grand Luxe Hotels", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661546.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
role: "Purchasing Mgr",
|
||||
company: "Pacific Suites",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-using-touchpad-while-working-cafe_637285-8921.jpg",
|
||||
},
|
||||
id: "2", name: "James Chen", role: "Purchasing Mgr", company: "Pacific Suites", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-using-touchpad-while-working-cafe_637285-8921.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rossi",
|
||||
role: "Interior Designer",
|
||||
company: "Euro Stay",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-business-woman-work_23-2149100288.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rossi", role: "Interior Designer", company: "Euro Stay", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-business-woman-work_23-2149100288.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Thorne",
|
||||
role: "General Mgr",
|
||||
company: "Urban Resorts",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21038.jpg",
|
||||
},
|
||||
id: "4", name: "Marcus Thorne", role: "General Mgr", company: "Urban Resorts", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21038.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amina Khan",
|
||||
role: "Head of Operations",
|
||||
company: "Global Hotels",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-working-project-ideas-while-he-waits-lounge-area-business-trip-manager-sent-negociate-with-collaborators-ensure-partnership-company-growth-global-stage_482257-72893.jpg",
|
||||
},
|
||||
id: "5", name: "Amina Khan", role: "Head of Operations", company: "Global Hotels", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-working-project-ideas-while-he-waits-lounge-area-business-trip-manager-sent-negociate-with-collaborators-ensure-partnership-company-growth-global-stage_482257-72893.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "99%",
|
||||
label: "Retention Rate",
|
||||
},
|
||||
value: "99%", label: "Retention Rate"},
|
||||
{
|
||||
value: "100K",
|
||||
label: "Rooms Equipped",
|
||||
},
|
||||
value: "100K", label: "Rooms Equipped"},
|
||||
{
|
||||
value: "12",
|
||||
label: "Countries Served",
|
||||
},
|
||||
value: "12", label: "Countries Served"},
|
||||
]}
|
||||
title="Loved by Hoteliers"
|
||||
description="See why top hotel brands trust us."
|
||||
@@ -365,20 +219,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer bulk samples?",
|
||||
content: "Yes, contact our team for sample packs.",
|
||||
},
|
||||
id: "f1", title: "Do you offer bulk samples?", content: "Yes, contact our team for sample packs."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is the lead time?",
|
||||
content: "Standard items ship in 3-5 business days.",
|
||||
},
|
||||
id: "f2", title: "What is the lead time?", content: "Standard items ship in 3-5 business days."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can you customize labels?",
|
||||
content: "Yes, private labeling is available for bulk.",
|
||||
},
|
||||
id: "f3", title: "Can you customize labels?", content: "Yes, private labeling is available for bulk."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Learn more about our textile sourcing."
|
||||
@@ -391,8 +236,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Talk"
|
||||
title="Get a Quote"
|
||||
description="Ready to upgrade your hotel textiles? Reach out today."
|
||||
@@ -405,29 +249,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Sheets",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Sheets", href: "#products"},
|
||||
{
|
||||
label: "Curtains",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Curtains", href: "#products"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -438,4 +272,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user