Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-21 12:29:18 +00:00

View File

@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -42,60 +42,14 @@ export default function LandingPage() {
</div>
<div id="home" data-section="home">
<HeroSplitTestimonial
<HeroBillboard
useInvertedBackground={true}
background={{
variant: "gradient-bars"}}
title="Essentials for Your Life & Style"
description="Discover our carefully curated collection of sustainable clothing and high-quality kitchen essentials, designed to elevate your everyday experience."
testimonials={[
{
name: "Alice G.", handle: "@alice", testimonial: "The clothing quality is unmatched and the kitchen tools have truly transformed my cooking.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424004.jpg"
},
{
name: "Mark S.", handle: "@marks", testimonial: "Beautifully designed products that blend perfectly with my lifestyle. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-kitchen-with-donut_1157-27975.jpg"
},
{
name: "Elena R.", handle: "@elena", testimonial: "Finally found a shop that nails both comfort and utility. Everything feels premium.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-model-wearing-casual-summer-pink-clothes-fashion-stylish-man-posing_158538-5336.jpg"
},
{
name: "David W.", handle: "@davidw", testimonial: "Excellent service and products that are built to last. My new favorite brand.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-broadcasting-live-fashion-blog-using-her-laptop-computer-home_662251-2250.jpg"
},
{
name: "Sarah J.", handle: "@sarahj", testimonial: "Stunning aesthetics for every item. My home and wardrobe have never looked better.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-relaxing-by-paper-bags-after-shopping-outside-mall_662251-1491.jpg"
}
]}
imageSrc="http://img.b2bpic.net/free-photo/baked-ingredients-white-wooden-table_23-2147926663.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-young-adult-woman-works-her-tablet-sits-with-notebook-kitchen-floor-home-studie_1258-183235.jpg", alt: "Customer 1"
},
{
src: "http://img.b2bpic.net/free-photo/beginner-training-internship_23-2149335475.jpg", alt: "Customer 2"
},
{
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg", alt: "Customer 3"
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-blond-woman-home-with-tablet_268835-935.jpg", alt: "Customer 4"
},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35904.jpg", alt: "Customer 5"
}
]}
marqueeItems={[
{ type: "text", text: "Sustainable" },
{ type: "text", text: "Minimalist" },
{ type: "text", text: "Handcrafted" },
{ type: "text", text: "Essential" },
{ type: "text", text: "Elegant" }
]}
/>
</div>