Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-15 00:00:56 +00:00

View File

@@ -29,25 +29,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Products",
id: "features",
},
name: "Products", id: "features"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Corta Letras"
/>
@@ -59,69 +49,34 @@ export default function LandingPage() {
description="Corta Letras brings you unique, handmade wooden creations. From artisanal port vines to bespoke home decor, we transform raw wood into timeless art."
testimonials={[
{
name: "Elena R.",
handle: "@elena_deco",
testimonial: "The wood quality is breathtaking. A true piece of art.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/wooden-warm-texture_1194-8936.jpg?_wi=1",
imageAlt: "handmade wood crafts workshop warm light",
},
name: "Elena R.", handle: "@elena_deco", testimonial: "The wood quality is breathtaking. A true piece of art.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/wooden-warm-texture_1194-8936.jpg?_wi=1", imageAlt: "handmade wood crafts workshop warm light"},
{
name: "Marco S.",
handle: "@marco_home",
testimonial: "Exquisite handmade detail, perfect addition to my home.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woodworking-tools_23-2148428271.jpg",
imageAlt: "handmade wood crafts workshop warm light",
},
name: "Marco S.", handle: "@marco_home", testimonial: "Exquisite handmade detail, perfect addition to my home.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woodworking-tools_23-2148428271.jpg", imageAlt: "handmade wood crafts workshop warm light"},
{
name: "Sofia L.",
handle: "@sofia_design",
testimonial: "Fast shipping and even better in person!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/still-life-details-interior_169016-3422.jpg?_wi=1",
imageAlt: "handmade wood crafts workshop warm light",
},
name: "Sofia L.", handle: "@sofia_design", testimonial: "Fast shipping and even better in person!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/still-life-details-interior_169016-3422.jpg?_wi=1", imageAlt: "handmade wood crafts workshop warm light"},
{
name: "Javier M.",
handle: "@javier_craft",
testimonial: "Pure craftsmanship, highly recommend Corta Letras.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/analog-portrait-beautiful-woman-posing-indoors-chair_23-2149630209.jpg?_wi=1",
imageAlt: "handmade wood crafts workshop warm light",
},
name: "Javier M.", handle: "@javier_craft", testimonial: "Pure craftsmanship, highly recommend Corta Letras.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/analog-portrait-beautiful-woman-posing-indoors-chair_23-2149630209.jpg?_wi=1", imageAlt: "handmade wood crafts workshop warm light"},
{
name: "Ana G.",
handle: "@ana_nature",
testimonial: "The texture and finish are simply unparalleled.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-photographer-woman-beach-vacation-lifestyle-concept_53876-23025.jpg?_wi=1",
imageAlt: "handmade wood crafts workshop warm light",
},
name: "Ana G.", handle: "@ana_nature", testimonial: "The texture and finish are simply unparalleled.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-photographer-woman-beach-vacation-lifestyle-concept_53876-23025.jpg?_wi=1", imageAlt: "handmade wood crafts workshop warm light"},
]}
imageSrc="http://img.b2bpic.net/free-photo/wooden-warm-texture_1194-8936.jpg?_wi=2"
imageAlt="Handmade wooden art piece detail"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/girl-friends-celebration-moments_23-2149168081.jpg",
alt: "Elena R. portrait",
},
src: "http://img.b2bpic.net/free-photo/girl-friends-celebration-moments_23-2149168081.jpg", alt: "Elena R. portrait"},
{
src: "http://img.b2bpic.net/free-photo/smiley-woman-massaging-face-with-gua-sha_23-2149349113.jpg",
alt: "Marco S. portrait",
},
src: "http://img.b2bpic.net/free-photo/smiley-woman-massaging-face-with-gua-sha_23-2149349113.jpg", alt: "Marco S. portrait"},
{
src: "http://img.b2bpic.net/free-photo/close-up-indoor-portrait-smiling-charming-girl-with-blonde-curly-hair-posing-with-retro-camera-while-sitting-window_291650-1076.jpg",
alt: "Sofia L. portrait",
},
src: "http://img.b2bpic.net/free-photo/close-up-indoor-portrait-smiling-charming-girl-with-blonde-curly-hair-posing-with-retro-camera-while-sitting-window_291650-1076.jpg", alt: "Sofia L. portrait"},
{
src: "http://img.b2bpic.net/free-photo/woman-leaning-table-camera-photo_23-2148565463.jpg",
alt: "Javier M. portrait",
},
src: "http://img.b2bpic.net/free-photo/woman-leaning-table-camera-photo_23-2148565463.jpg", alt: "Javier M. portrait"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
alt: "Ana G. portrait",
},
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", alt: "Ana G. portrait"},
]}
avatarText="Trusted by 500+ collectors"
/>
@@ -132,18 +87,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "The Story of ",
},
type: "text", content: "The Story of "},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/top-view-woodworking-tools_23-2148428271.jpg",
alt: "Handmade wood craft",
},
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-woodworking-tools_23-2148428271.jpg", alt: "Handmade wood craft"},
{
type: "text",
content: " Corta Letras",
},
type: "text", content: " Corta Letras"},
]}
/>
</div>
@@ -155,20 +103,11 @@ export default function LandingPage() {
description="We believe in the beauty of nature and the precision of human hands. Each piece tells a story."
accordionItems={[
{
id: "1",
title: "100% Handmade",
content: "Every item is carved and finished by hand, ensuring uniqueness.",
},
id: "1", title: "100% Handmade", content: "Every item is carved and finished by hand, ensuring uniqueness."},
{
id: "2",
title: "Sustainable Wood",
content: "We source our wood ethically, respecting nature's resources.",
},
id: "2", title: "Sustainable Wood", content: "We source our wood ethically, respecting nature's resources."},
{
id: "3",
title: "Custom Designs",
content: "Looking for something specific? We offer bespoke carving services.",
},
id: "3", title: "Custom Designs", content: "Looking for something specific? We offer bespoke carving services."},
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-details-interior_169016-3422.jpg?_wi=2"
mediaAnimation="slide-up"
@@ -182,59 +121,28 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Elena R.",
role: "Collector",
company: "Home Owner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-photographer-woman-beach-vacation-lifestyle-concept_53876-23025.jpg?_wi=2",
},
id: "1", name: "Elena R.", role: "Collector", company: "Home Owner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-photographer-woman-beach-vacation-lifestyle-concept_53876-23025.jpg?_wi=2"},
{
id: "2",
name: "Marco S.",
role: "Enthusiast",
company: "Decor Fan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-home_329181-4271.jpg",
},
id: "2", name: "Marco S.", role: "Enthusiast", company: "Decor Fan", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-home_329181-4271.jpg"},
{
id: "3",
name: "Sofia L.",
role: "Architect",
company: "Urban Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-man-office-guy-sits-coworking-space-looking-camera-smiling_1258-245272.jpg",
},
id: "3", name: "Sofia L.", role: "Architect", company: "Urban Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-man-office-guy-sits-coworking-space-looking-camera-smiling_1258-245272.jpg"},
{
id: "4",
name: "Javier M.",
role: "Maker",
company: "Crafts Club",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-with-brown-aprons-making-vase_1157-30725.jpg",
},
id: "4", name: "Javier M.", role: "Maker", company: "Crafts Club", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-with-brown-aprons-making-vase_1157-30725.jpg"},
{
id: "5",
name: "Ana G.",
role: "Designer",
company: "Nature Love",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-her-flower-shop-medium-shot_23-2148463234.jpg",
},
id: "5", name: "Ana G.", role: "Designer", company: "Nature Love", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-her-flower-shop-medium-shot_23-2148463234.jpg"},
]}
kpiItems={[
{
value: "150+",
label: "Projects Completed",
},
value: "150+", label: "Projects Completed"},
{
value: "100%",
label: "Satisfied Clients",
},
value: "100%", label: "Satisfied Clients"},
{
value: "11yrs",
label: "Artisan Experience",
},
value: "11yrs", label: "Artisan Experience"},
]}
title="Treasured by Our Community"
description="See what our happy customers have to say about their handmade wood pieces."
@@ -245,8 +153,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Let's Connect"
title="Start Your Custom Project"
description="Ready to bring a handmade touch into your space? Reach out to us today for quotes and inquiries."
@@ -259,29 +166,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Shop",
items: [
title: "Tienda", items: [
{
label: "All Products",
href: "#",
},
label: "Todos los Productos", href: "#"},
{
label: "Custom Orders",
href: "#",
},
label: "Pedidos Personalizados", href: "#"},
],
},
{
title: "Company",
items: [
title: "Empresa", items: [
{
label: "About Us",
href: "#about",
},
label: "Sobre Nosotros", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "Contacto", href: "#contact"},
],
},
]}
@@ -291,4 +188,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}