Switch to version 1: modified src/app/page.tsx
This commit is contained in:
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Padaryk Evaldo Baldam"
|
||||
brandName="Padaryk"
|
||||
navItems={[
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -39,8 +39,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="PADARYK EVALDO BALDAM TEN BALDU KOMPANIJA"
|
||||
description="Discover exquisite handcrafted furniture that transforms your living space. Premium materials, timeless design, and uncompromising quality. Crafting exceptional pieces for over two decades."
|
||||
logoText="PADARYK"
|
||||
description="Discover exquisite handcrafted furniture that transforms your living space. Premium materials, timeless design, and uncompromising quality."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Shop Collection", href: "#products" },
|
||||
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
title="Featured Collection"
|
||||
description="Explore our handpicked selection of premium furniture pieces, each crafted with precision and care"
|
||||
description="Explore our handpicked selection of premium furniture pieces"
|
||||
tag="New Arrivals"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -67,25 +67,22 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Elegant Leather Sofa", price: "€2,499", imageSrc: "http://img.b2bpic.net/free-photo/modern-sofa-living-room_1339-4060.jpg", imageAlt: "Elegant leather sofa"
|
||||
id: "1", name: "Elegant Leather Sofa", price: "2,499€", imageSrc: "http://img.b2bpic.net/free-photo/modern-sofa-living-room_1339-4060.jpg", imageAlt: "Elegant leather sofa"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Classic Wooden Chair", price: "€899", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-table-chair_657883-324.jpg", imageAlt: "Classic wooden chair"
|
||||
id: "2", name: "Classic Wooden Chair", price: "899€", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-table-chair_657883-324.jpg", imageAlt: "Classic wooden chair"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Premium Coffee Table", price: "€1,299", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-flower-vase-table-decoration-with-pillow-sofa_74190-907.jpg", imageAlt: "Premium coffee table"
|
||||
id: "3", name: "Premium Coffee Table", price: "1,299€", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-flower-vase-table-decoration-with-pillow-sofa_74190-907.jpg", imageAlt: "Premium coffee table"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "View All Products", href: "#products" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="About Padaryk Evaldo Baldam Ten Baldu Kompanija"
|
||||
description="For over two decades, we have been crafting exceptional furniture that combines traditional craftsmanship with contemporary design. Every piece tells a story of dedication and excellence."
|
||||
title="About Padaryk"
|
||||
description="For over two decades, Padaryk has been crafting exceptional furniture that combines traditional craftsmanship with contemporary design. Every piece tells a story of dedication and excellence."
|
||||
tag="Our Legacy"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -96,17 +93,17 @@ export default function LandingPage() {
|
||||
imageAlt="Padaryk furniture workshop"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Master Craftsmanship", description: "Each piece is handcrafted by skilled artisans using traditional techniques refined over generations"
|
||||
title: "Master Craftsmanship", description: "Each piece is handcrafted by skilled artisans using traditional techniques"
|
||||
},
|
||||
{
|
||||
title: "Premium Materials", description: "We source only the finest woods and upholstery fabrics from sustainable suppliers around the world"
|
||||
title: "Premium Materials", description: "We source only the finest woods and upholstery fabrics from around the world"
|
||||
},
|
||||
{
|
||||
title: "Sustainable Practices", description: "Our commitment to environmental responsibility guides every decision, from sourcing to packaging"
|
||||
title: "Sustainable Practices", description: "Our commitment to environmental responsibility guides every decision"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "View Our Story", href: "#about" }
|
||||
{ text: "View Our Story", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -115,7 +112,7 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySeven
|
||||
title="Why Choose Padaryk"
|
||||
description="Discover the distinctive qualities that set our furniture apart and make it the perfect choice for your home"
|
||||
description="Discover the distinctive qualities that set our furniture apart"
|
||||
tag="Features"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -127,7 +124,7 @@ export default function LandingPage() {
|
||||
id: "1", title: "Timeless Design", description: "Our designs transcend trends, creating timeless pieces that enhance any interior for years to come"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Bespoke Customization", description: "Personalize your furniture with custom colors, fabrics, and dimensions to match your unique vision"
|
||||
id: "2", title: "Bespoke Customization", description: "Personalize your furniture with custom colors, fabrics, and dimensions to match your vision"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Lifetime Support", description: "We stand behind our craftsmanship with comprehensive warranties and dedicated customer care"
|
||||
@@ -174,7 +171,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Newsletter"
|
||||
title="Stay Updated With Our Latest Collections"
|
||||
description="Subscribe to receive exclusive previews of new designs, special offers, and interior inspiration delivered directly to your inbox."
|
||||
description="Subscribe to receive exclusive previews of new designs, special offers, and interior inspiration."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
tagAnimation="slide-up"
|
||||
@@ -191,22 +188,22 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Collections", href: "#products" },
|
||||
{ label: "Custom Orders", href: "#contact" },
|
||||
{ label: "Materials Guide", href: "#about" }
|
||||
{ label: "Custom Orders", href: "#" },
|
||||
{ label: "Materials Guide", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Sustainability", href: "#features" }
|
||||
{ label: "Our Story", href: "#" },
|
||||
{ label: "Sustainability", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "FAQ", href: "#features" },
|
||||
{ label: "Warranty", href: "#about" }
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Warranty", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -217,7 +214,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 Padaryk Evaldo Baldam Ten Baldu Kompanija. All rights reserved. Handcrafted with care."
|
||||
copyrightText="© 2025 Padaryk. All rights reserved. Handcrafted with care."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user