Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 16:08:12 +00:00
2 changed files with 25 additions and 54 deletions

View File

@@ -1,50 +1,22 @@
import type { Metadata } from "next";
import { Libre_Baskerville } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "./styles/variables.css";
import "./styles/base.css";
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Padaryk - Premium Handcrafted Furniture | Evaldo Baldam", description: "Discover exquisite handcrafted furniture by Padaryk. Premium materials, timeless design, and uncompromising quality for your home.", keywords: "furniture, handcrafted, premium, design, sofa, chairs, tables, interior design", openGraph: {
title: "Padaryk - Premium Handcrafted Furniture", description: "Exquisite furniture that transforms your living space with timeless design and superior craftsmanship.", type: "website", siteName: "Padaryk", images: [
{
url: "http://img.b2bpic.net/free-photo/modern-interior-design-living-room-with-soft-sofa-background-wooden-wall-minim_1258-134116.jpg", alt: "Padaryk Premium Furniture Collection"
}
]
},
twitter: {
card: "summary_large_image", title: "Padaryk - Premium Handcrafted Furniture", description: "Discover timeless furniture designs by Padaryk", images: ["http://img.b2bpic.net/free-photo/modern-interior-design-living-room-with-soft-sofa-background-wooden-wall-minim_1258-134116.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Padaryk Evaldo Baldam Ten Baldu Kompanija - Premium Handcrafted Furniture", description: "Discover exquisite handcrafted furniture that transforms your living space. Premium materials, timeless design, and uncompromising quality."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1412,7 +1384,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -26,7 +26,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Padaryk"
brandName="Padaryk Evaldo Baldam Ten Baldu Kompanija"
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"
description="Discover exquisite handcrafted furniture that transforms your living space. Premium materials, timeless design, and uncompromising quality."
logoText="PADARYK EVALDO BALDAM"
description="Discover exquisite handcrafted furniture that transforms your living space. Premium materials, timeless design, and uncompromising quality. Padaryk Evaldo Baldam Ten Baldu Kompanija brings elegance to every home."
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"
description="Explore our handpicked selection of premium furniture pieces crafted with precision and care"
tag="New Arrivals"
tagAnimation="slide-up"
textboxLayout="default"
@@ -81,8 +81,8 @@ export default function LandingPage() {
<div id="about" data-section="about">
<SplitAbout
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."
title="About Padaryk Evaldo Baldam Ten Baldu Kompanija"
description="For over two decades, Padaryk Evaldo Baldam Ten Baldu Kompanija has been crafting exceptional furniture that combines traditional craftsmanship with contemporary design. Every piece tells a story of dedication and excellence. Our commitment to quality and innovation has made us a trusted name in premium furniture."
tag="Our Legacy"
tagAnimation="slide-up"
textboxLayout="default"
@@ -93,13 +93,13 @@ export default function LandingPage() {
imageAlt="Padaryk furniture workshop"
bulletPoints={[
{
title: "Master Craftsmanship", description: "Each piece is handcrafted by skilled artisans using traditional techniques"
title: "Master Craftsmanship", description: "Each piece is handcrafted by skilled artisans using traditional techniques perfected over generations"
},
{
title: "Premium Materials", description: "We source only the finest woods and upholstery fabrics from around the world"
title: "Premium Materials", description: "We source only the finest woods and upholstery fabrics from around the world for uncompromising quality"
},
{
title: "Sustainable Practices", description: "Our commitment to environmental responsibility guides every decision"
title: "Sustainable Practices", description: "Our commitment to environmental responsibility guides every decision in our manufacturing process"
}
]}
buttons={[
@@ -111,9 +111,9 @@ 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"
tag="Features"
title="Why Choose Padaryk Evaldo Baldam"
description="Discover the distinctive qualities that set our furniture apart and make us the preferred choice for discerning homeowners"
tag="Excellence"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
@@ -124,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 vision"
id: "2", title: "Bespoke Customization", description: "Personalize your furniture with custom colors, fabrics, and dimensions to match your unique vision"
},
{
id: "3", title: "Lifetime Support", description: "We stand behind our craftsmanship with comprehensive warranties and dedicated customer care"
@@ -138,7 +138,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Padaryk furniture has completely transformed my home. The quality is exceptional, and the attention to detail is remarkable. I'm truly impressed with every piece and highly recommend them to anyone seeking premium furniture."
testimonial="Padaryk Evaldo Baldam furniture has completely transformed my home. The quality is exceptional, and the attention to detail is remarkable. I'm truly impressed with every piece and highly recommend them to anyone seeking premium, handcrafted furniture that truly makes a difference."
rating={5}
author="Maria González, Interior Designer"
ratingAnimation="slide-up"
@@ -171,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."
description="Subscribe to receive exclusive previews of new designs, special offers, and interior inspiration from Padaryk Evaldo Baldam Ten Baldu Kompanija."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
tagAnimation="slide-up"
@@ -183,7 +183,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Padaryk"
logoText="Padaryk Evaldo Baldam Ten Baldu Kompanija"
columns={[
{
title: "Product", items: [
@@ -214,7 +214,7 @@ export default function LandingPage() {
]
}
]}
copyrightText="© 2025 Padaryk. All rights reserved. Handcrafted with care."
copyrightText="© 2025 Padaryk Evaldo Baldam Ten Baldu Kompanija. All rights reserved. Handcrafted with care."
/>
</div>
</ThemeProvider>