Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 22:38:28 +00:00

View File

@@ -1,17 +1,17 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Sparkles, Crown } from "lucide-react";
export default function LandingPage() {
@@ -58,10 +58,10 @@ export default function LandingPage() {
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/natural-soap-spa_169016-3729.jpg", imageAlt: "Artisanal soaps in natural light" },
{ imageSrc: "http://img.b2bpic.net/free-photo/soap-spa-beauty-procedures-skin-care-concept-top-view_185193-110815.jpg?_wi=1", imageAlt: "Cotton care soap" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soap-made-lavender_23-2148287685.jpg?_wi=1", imageAlt: "Lavender serenity soap" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-spa-with-soap_169016-3391.jpg?_wi=1", imageAlt: "Daily essentials kit" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rose-handmade-soap-marble-background_1150-45220.jpg?_wi=1", imageAlt: "Romantic rose soap" }
{ imageSrc: "http://img.b2bpic.net/free-photo/soap-spa-beauty-procedures-skin-care-concept-top-view_185193-110815.jpg", imageAlt: "Cotton care soap" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soap-made-lavender_23-2148287685.jpg", imageAlt: "Lavender serenity soap" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-spa-with-soap_169016-3391.jpg", imageAlt: "Daily essentials kit" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rose-handmade-soap-marble-background_1150-45220.jpg", imageAlt: "Romantic rose soap" }
]}
/>
</div>
@@ -90,16 +90,16 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "1", name: "Cotton & Care", price: "R$ 28,00", variant: "60g80g • Soft Clean Cotton", imageSrc: "http://img.b2bpic.net/free-photo/soap-spa-beauty-procedures-skin-care-concept-top-view_185193-110815.jpg?_wi=2", imageAlt: "Cotton & Care soap bar" },
{ id: "2", name: "Lavender Serenity", price: "R$ 28,00", variant: "60g80g • Calming Lavender", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soap-made-lavender_23-2148287685.jpg?_wi=2", imageAlt: "Lavender Serenity soap" },
{ id: "3", name: "Lemongrass Fresh", price: "R$ 28,00", variant: "60g80g • Bright Citrus", imageSrc: "http://img.b2bpic.net/free-photo/green-pandan-roll-cake-ready-eat_1150-34410.jpg?_wi=1", imageAlt: "Lemongrass Fresh soap" },
{ id: "1", name: "Cotton & Care", price: "R$ 28,00", variant: "60g80g • Soft Clean Cotton", imageSrc: "http://img.b2bpic.net/free-photo/soap-spa-beauty-procedures-skin-care-concept-top-view_185193-110815.jpg", imageAlt: "Cotton & Care soap bar" },
{ id: "2", name: "Lavender Serenity", price: "R$ 28,00", variant: "60g80g • Calming Lavender", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soap-made-lavender_23-2148287685.jpg", imageAlt: "Lavender Serenity soap" },
{ id: "3", name: "Lemongrass Fresh", price: "R$ 28,00", variant: "60g80g • Bright Citrus", imageSrc: "http://img.b2bpic.net/free-photo/green-pandan-roll-cake-ready-eat_1150-34410.jpg", imageAlt: "Lemongrass Fresh soap" },
{ id: "4", name: "White Tea Elegance", price: "R$ 28,00", variant: "60g80g • Refined Minimal", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cosmetic-products-spa-treatment_23-2148295918.jpg", imageAlt: "White Tea Elegance soap" },
{ id: "5", name: "Vanilla Hug", price: "R$ 28,00", variant: "60g80g • Warm Vanilla", imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-filling-bundled-board-marble_114579-46274.jpg?_wi=1", imageAlt: "Vanilla Hug soap" },
{ id: "6", name: "Sweet Fennel Softness", price: "R$ 28,00", variant: "60g80g • Classic Delicate", imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-wooden-background_169016-6348.jpg?_wi=1", imageAlt: "Sweet Fennel Softness soap" },
{ id: "7", name: "Silvia's Garden", price: "R$ 30,00", variant: "60g80g • Round • Light Floral", imageSrc: "http://img.b2bpic.net/free-vector/labels-collection-vintage-style_23-2147858496.jpg?_wi=1", imageAlt: "Silvia's Garden round soap" },
{ id: "5", name: "Vanilla Hug", price: "R$ 28,00", variant: "60g80g • Warm Vanilla", imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-filling-bundled-board-marble_114579-46274.jpg", imageAlt: "Vanilla Hug soap" },
{ id: "6", name: "Sweet Fennel Softness", price: "R$ 28,00", variant: "60g80g • Classic Delicate", imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-wooden-background_169016-6348.jpg", imageAlt: "Sweet Fennel Softness soap" },
{ id: "7", name: "Silvia's Garden", price: "R$ 30,00", variant: "60g80g • Round • Light Floral", imageSrc: "http://img.b2bpic.net/free-vector/labels-collection-vintage-style_23-2147858496.jpg", imageAlt: "Silvia's Garden round soap" },
{ id: "8", name: "Sea & Breeze", price: "R$ 30,00", variant: "60g80g • Round • Oceanic", imageSrc: "http://img.b2bpic.net/free-photo/blue-cocktail-with-lemon-slices-blue-plate_114579-57811.jpg", imageAlt: "Sea & Breeze round soap" },
{ id: "9", name: "Petal Flower", price: "R$ 32,00", variant: "60g80g • Decorative • Floral", imageSrc: "http://img.b2bpic.net/free-photo/top-view-canned-vegetables-brown-plate-grey-background_114579-91929.jpg", imageAlt: "Petal Flower decorative soap" },
{ id: "10", name: "Romantic Rose", price: "R$ 32,00", variant: "60g80g • Decorative • Soft Rose", imageSrc: "http://img.b2bpic.net/free-photo/rose-handmade-soap-marble-background_1150-45220.jpg?_wi=2", imageAlt: "Romantic Rose soap" },
{ id: "10", name: "Romantic Rose", price: "R$ 32,00", variant: "60g80g • Decorative • Soft Rose", imageSrc: "http://img.b2bpic.net/free-photo/rose-handmade-soap-marble-background_1150-45220.jpg", imageAlt: "Romantic Rose soap" },
{ id: "11", name: "Rosemary Energy", price: "R$ 28,00", variant: "60g80g • Green Herbal", imageSrc: "http://img.b2bpic.net/free-photo/green-cheese_23-2148145255.jpg", imageAlt: "Rosemary Energy soap" },
{ id: "12", name: "Cherry Blossom", price: "R$ 28,00", variant: "60g80g • Delicate Pink", imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-natural-elements_23-2148201376.jpg", imageAlt: "Cherry Blossom soap" }
]}
@@ -133,10 +133,10 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
features={[
{ id: 1, title: "Spring Collection", description: "Floral and fresh notes celebrating renewal. Light pastels, botanical accents, and rejuvenating scents.", imageSrc: "http://img.b2bpic.net/free-vector/labels-collection-vintage-style_23-2147858496.jpg?_wi=2", imageAlt: "Spring Collection" },
{ id: 2, title: "Summer Collection", description: "Ocean breeze and citrus favorites. Cool, refreshing soaps perfect for warm days.", imageSrc: "http://img.b2bpic.net/free-photo/green-pandan-roll-cake-ready-eat_1150-34410.jpg?_wi=2", imageAlt: "Summer Collection" },
{ id: 3, title: "Autumn Collection", description: "Warm, cozy fragrances with earthy tones. Spiced and herbal notes for grounding.", imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-wooden-background_169016-6348.jpg?_wi=2", imageAlt: "Autumn Collection" },
{ id: 4, title: "Winter Collection", description: "Creamy and comforting soaps with vanilla and warmth. Perfect for self-care rituals.", imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-filling-bundled-board-marble_114579-46274.jpg?_wi=2", imageAlt: "Winter Collection" }
{ id: 1, title: "Spring Collection", description: "Floral and fresh notes celebrating renewal. Light pastels, botanical accents, and rejuvenating scents.", imageSrc: "http://img.b2bpic.net/free-vector/labels-collection-vintage-style_23-2147858496.jpg", imageAlt: "Spring Collection" },
{ id: 2, title: "Summer Collection", description: "Ocean breeze and citrus favorites. Cool, refreshing soaps perfect for warm days.", imageSrc: "http://img.b2bpic.net/free-photo/green-pandan-roll-cake-ready-eat_1150-34410.jpg", imageAlt: "Summer Collection" },
{ id: 3, title: "Autumn Collection", description: "Warm, cozy fragrances with earthy tones. Spiced and herbal notes for grounding.", imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-wooden-background_169016-6348.jpg", imageAlt: "Autumn Collection" },
{ id: 4, title: "Winter Collection", description: "Creamy and comforting soaps with vanilla and warmth. Perfect for self-care rituals.", imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-filling-bundled-board-marble_114579-46274.jpg", imageAlt: "Winter Collection" }
]}
/>
</div>
@@ -147,6 +147,7 @@ export default function LandingPage() {
description="Limited editions: small quantities, exclusive combinations, and special finishing. When it's gone, it won't come back the same."
gridVariant="uniform-all-items-equal"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "1", value: "Limited", description: "Last units available of our exclusive botanical blend" },
@@ -165,9 +166,9 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
features={[
{ id: 1, title: "Choose Your Soaps", description: "Browse our essential line, kits, and collections. Each piece is handmade with love and ready for gifting.", imageSrc: "http://img.b2bpic.net/free-photo/soap-spa-beauty-procedures-skin-care-concept-top-view_185193-110815.jpg?_wi=3", imageAlt: "Choose Your Soaps" },
{ id: 2, title: "Send a WhatsApp", description: "Tap 'Order on WhatsApp' and share what you'd like. We'll confirm availability and discuss local delivery options.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spa-with-soap_169016-3391.jpg?_wi=2", imageAlt: "Send a WhatsApp" },
{ id: 3, title: "Local Delivery & Pickup", description: "Fast, convenient delivery in your area. We accept Pix, cash, and direct bank transfer. Same-week delivery available.", imageSrc: "http://img.b2bpic.net/free-photo/rose-handmade-soap-marble-background_1150-45220.jpg?_wi=3", imageAlt: "Local Delivery & Pickup" }
{ id: 1, title: "Choose Your Soaps", description: "Browse our essential line, kits, and collections. Each piece is handmade with love and ready for gifting.", imageSrc: "http://img.b2bpic.net/free-photo/soap-spa-beauty-procedures-skin-care-concept-top-view_185193-110815.jpg", imageAlt: "Choose Your Soaps" },
{ id: 2, title: "Send a WhatsApp", description: "Tap 'Order on WhatsApp' and share what you'd like. We'll confirm availability and discuss local delivery options.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spa-with-soap_169016-3391.jpg", imageAlt: "Send a WhatsApp" },
{ id: 3, title: "Local Delivery & Pickup", description: "Fast, convenient delivery in your area. We accept Pix, cash, and direct bank transfer. Same-week delivery available.", imageSrc: "http://img.b2bpic.net/free-photo/rose-handmade-soap-marble-background_1150-45220.jpg", imageAlt: "Local Delivery & Pickup" }
]}
/>
</div>
@@ -181,8 +182,8 @@ export default function LandingPage() {
testimonials={[
{ id: "1", title: "A ritual in every shower", quote: "The quality is incredible. These soaps feel like a luxury treat every time I use them. I've already ordered three times!", name: "Marina Silva", role: "São Paulo, SP", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg", imageAlt: "Marina Silva" },
{ id: "2", title: "Perfect gifts for everyone", quote: "I bought kits for my friends and they absolutely loved them. The packaging is so beautiful and thoughtful. Silvia's craft shows in every detail.", name: "Beatriz Costa", role: "Rio de Janeiro, RJ", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "Beatriz Costa" },
{ id: "3", title: "Gentle on sensitive skin", quote: "My skin is quite sensitive, and these soaps are the only ones I trust. They smell amazing and leave my skin so soft.", name: "Fernanda Oliveira", role: "Belo Horizonte, MG", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1", imageAlt: "Fernanda Oliveira" },
{ id: "4", title: "Handmade excellence", quote: "You can feel the love and care in every soap. The lavender scent is my favorite so calming and pure.", name: "Ana Carolina", role: "Brasília, DF", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2", imageAlt: "Ana Carolina" },
{ id: "3", title: "Gentle on sensitive skin", quote: "My skin is quite sensitive, and these soaps are the only ones I trust. They smell amazing and leave my skin so soft.", name: "Fernanda Oliveira", role: "Belo Horizonte, MG", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Fernanda Oliveira" },
{ id: "4", title: "Handmade excellence", quote: "You can feel the love and care in every soap. The lavender scent is my favorite so calming and pure.", name: "Ana Carolina", role: "Brasília, DF", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Ana Carolina" },
{ id: "5", title: "Worth every penny", quote: "Not just beautiful, but the quality justifies the price. I've been using for two months and they last so long.", name: "Juliana Mendes", role: "Salvador, BA", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-adult-woman-with-no-makeup-long-stylish-hairstyle-winking-camera-tilt-head-smiling-standing-blouse-against-white-background_176420-46461.jpg", imageAlt: "Juliana Mendes" },
{ id: "6", title: "Local love, premium quality", quote: "Supporting local artisans has never felt so good. Silvia's soaps are a must-have for anyone who cares about quality and beauty.", name: "Larissa Rocha", role: "Curitiba, PR", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-touching-her-face_1268-21276.jpg", imageAlt: "Larissa Rocha" }
]}