Merge version_1 into main #1
159
src/app/page.tsx
159
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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="Somany Studio"
|
||||
/>
|
||||
@@ -52,60 +44,37 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Elevate Your Home with Somany Studio"
|
||||
description="Discover our collection of premium tiles and luxury bathware designed to turn your space into a sanctuary of elegance."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-cafe-table_171337-17111.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-cafe-table_171337-17111.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-cafe-table_171337-17111.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-cafe-table_171337-17111.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-cafe-table_171337-17111.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-cafe-table_171337-17111.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-cafe-table_171337-17111.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-cafe-table_171337-17111.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-cafe-table_171337-17111.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-cafe-table_171337-17111.jpg", alt: "Customer"},
|
||||
]}
|
||||
avatarText="Trusted by home owners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Quality",
|
||||
},
|
||||
type: "text", text: "Premium Quality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Timeless Designs",
|
||||
},
|
||||
type: "text", text: "Timeless Designs"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Craftsmanship",
|
||||
},
|
||||
type: "text", text: "Expert Craftsmanship"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Elegance",
|
||||
},
|
||||
type: "text", text: "Modern Elegance"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Materials",
|
||||
},
|
||||
type: "text", text: "Sustainable Materials"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,59 +97,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Luxury Series",
|
||||
name: "Carrara Marble Tile",
|
||||
price: "$12.00/sqft",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77601.jpg",
|
||||
},
|
||||
id: "p1", brand: "Luxury Series", name: "Carrara Marble Tile", price: "$12.00/sqft", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77601.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Modern Bath",
|
||||
name: "Chrome Rainfall Faucet",
|
||||
price: "$299.00",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-faucet-with-near-white-wall_181624-9366.jpg",
|
||||
},
|
||||
id: "p2", brand: "Modern Bath", name: "Chrome Rainfall Faucet", price: "$299.00", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/kitchen-faucet-with-near-white-wall_181624-9366.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Decor Series",
|
||||
name: "Mosaic Wall Tile",
|
||||
price: "$8.50/sqft",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-texture-copper_53876-63404.jpg",
|
||||
},
|
||||
id: "p3", brand: "Decor Series", name: "Mosaic Wall Tile", price: "$8.50/sqft", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-texture-copper_53876-63404.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Luxury Series",
|
||||
name: "Freestanding Bathtub",
|
||||
price: "$1,499.00",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-bathtub-bathroom-interior-with-window_169016-26296.jpg",
|
||||
},
|
||||
id: "p4", brand: "Luxury Series", name: "Freestanding Bathtub", price: "$1,499.00", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-bathtub-bathroom-interior-with-window_169016-26296.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Timber Series",
|
||||
name: "Oak Plank Tiles",
|
||||
price: "$10.00/sqft",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-entrance-with-furniture-modern-decor_23-2150831998.jpg",
|
||||
},
|
||||
id: "p5", brand: "Timber Series", name: "Oak Plank Tiles", price: "$10.00/sqft", rating: 4,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/home-entrance-with-furniture-modern-decor_23-2150831998.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Elite Bath",
|
||||
name: "Digital Shower System",
|
||||
price: "$550.00",
|
||||
rating: 5,
|
||||
reviewCount: "62",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candles-spa-supplies_23-2147809171.jpg",
|
||||
},
|
||||
id: "p6", brand: "Elite Bath", name: "Digital Shower System", price: "$550.00", rating: 5,
|
||||
reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/candles-spa-supplies_23-2147809171.jpg"},
|
||||
]}
|
||||
title="Premium Collections"
|
||||
description="Hand-picked designs for your dream home."
|
||||
@@ -189,6 +122,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our products and services."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{ question: "Do you offer installation services?", answer: "Yes, we partner with certified professionals to ensure seamless installation." },
|
||||
{ question: "Can I request a custom design?", answer: "Absolutely, our design team is here to bring your vision to life." }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-modern-wood-stone-white-bathroom_105762-2136.jpg"
|
||||
@@ -200,16 +140,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to transform your home?"
|
||||
description="Visit our studio today for a consultation or reach out to our team to request a catalog."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Now", href: "tel:+1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,29 +156,19 @@ export default function LandingPage() {
|
||||
logoText="Somany Studio"
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Tiles",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Tiles", href: "#products"},
|
||||
{
|
||||
label: "Bathware",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Bathware", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user