From 0164a93ff7070cc9972bdd1f8b7568d1e484a3cb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:11:32 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1106490..b81aeea 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,17 +21,17 @@ const poppins = Poppins({ }); export const metadata: Metadata = { - title: "Bamboo Knee Compression Sleeve | Natural Pain Relief & Support", description: "Breathable bamboo knee compression sleeve for pain relief, reduced swelling, and improved mobility. Comfortable all-day support for arthritis, sports injuries, and joint pain.", keywords: "knee compression sleeve, knee pain relief, arthritis support, compression brace, bamboo fabric", metadataBase: new URL("https://bamboofit.com"), + title: "Manga de Compresión de Rodilla de Bambú | Alivio Natural del Dolor", description: "Manga de compresión de rodilla transpirable de bambú para alivio del dolor, reducción de hinchazón y mejor movilidad. Soporte cómodo todo el día para artritis, lesiones deportivas y dolor articular.", keywords: "manga de compresión de rodilla, alivio del dolor de rodilla, soporte para artritis, faja de compresión, tela de bambú", metadataBase: new URL("https://bamboofit.com"), alternates: { canonical: "https://bamboofit.com"}, openGraph: { - title: "Bamboo Knee Compression Sleeve | Natural Pain Relief", description: "Experience natural pain relief with our breathable bamboo knee compression sleeve. Designed for all-day comfort and mobility.", url: "https://bamboofit.com", siteName: "BambooFit", type: "website", images: [ + title: "Manga de Compresión de Rodilla de Bambú | Alivio Natural del Dolor", description: "Experimenta alivio natural del dolor con nuestra manga de compresión de rodilla de bambú transpirable. Diseñada para comodidad todo el día y movilidad mejorada.", url: "https://bamboofit.com", siteName: "BambooFit", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/side-view-woman-exercising-outdoors-with-elastic-band_23-2148891939.jpg", alt: "Bamboo Knee Compression Sleeve"}, + url: "http://img.b2bpic.net/free-photo/side-view-woman-exercising-outdoors-with-elastic-band_23-2148891939.jpg", alt: "Manga de Compresión de Rodilla de Bambú"}, ], }, twitter: { - card: "summary_large_image", title: "Bamboo Knee Compression Sleeve | Natural Pain Relief", description: "Breathable support for knee pain, arthritis, and swelling. 30-day satisfaction guarantee.", images: ["http://img.b2bpic.net/free-photo/side-view-woman-exercising-outdoors-with-elastic-band_23-2148891939.jpg"], + card: "summary_large_image", title: "Manga de Compresión de Rodilla de Bambú | Alivio Natural del Dolor", description: "Soporte transpirable para dolor de rodilla, artritis e hinchazón. Garantía de satisfacción de 30 días.", images: ["http://img.b2bpic.net/free-photo/side-view-woman-exercising-outdoors-with-elastic-band_23-2148891939.jpg"], }, robots: { index: true, @@ -45,7 +45,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + Date: Thu, 5 Mar 2026 16:11:32 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 365 ++++++++++++++++++++++++----------------------- 1 file changed, 184 insertions(+), 181 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50c607f..764ddac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,255 +1,258 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; -import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; -import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import FaqSplitText from "@/components/sections/faq/FaqSplitText"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import { AlertCircle, Frown, Sparkles, Check, Zap, Heart, Award, Star } from "lucide-react"; +import { ThemeProvider } from "@/components/ThemeProvider"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; +import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; +import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; +import ProductCardOne from "@/components/sections/product/ProductCardOne"; +import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import { CheckCircle, Zap, Shield, Heart, Target, Smile, Award, TrendingUp } from "lucide-react"; + +export default function Home() { + const navItems = [ + { name: "Inicio", id: "/" }, + { name: "Problema", id: "problem" }, + { name: "Solución", id: "solution" }, + { name: "Beneficios", id: "benefits" }, + { name: "Garantía", id: "guarantee" }, + ]; -export default function LandingPage() { return ( - + + {/* Hero Section */}
-
+ {/* Problem Section */}
-
+ {/* Solution Section */}
- -
- -
-
+ {/* Benefits Section */} +
+ +
+ + {/* Product Features Section */} +
+ +
+ + {/* Social Proof - Testimonials */}
-
+ {/* Pricing Section */}
-
+ {/* 30-Day Guarantee Section */} +
+ +
+ + {/* FAQ Section */}
-
+ {/* Final CTA Section */}
- -
- -
-- 2.49.1