Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-06-13 04:18:38 +00:00

View File

@@ -11,7 +11,6 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Home, Heart, Leaf, Sparkles, Lightbulb } from "lucide-react";
export default function LandingPage() {
@@ -40,8 +39,6 @@ export default function LandingPage() {
name: "Collections", id: "#features"},
{
name: "Products", id: "#products"},
{
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ", id: "#faq"},
{
@@ -154,43 +151,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Isabelle Dubois", role: "Homeowner", company: "Private Residence", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sits-sofa-room-with-green-palm-plants-book-stands_613910-11631.jpg", imageAlt: "Happy woman in modern living room"},
{
id: "t2", name: "Marcus Thorne", role: "Interior Architect", company: "Thorne Designs", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-tablet_23-2149721870.jpg", imageAlt: "Man relaxing in elegant bedroom"},
{
id: "t3", name: "Sophia Rodriguez", role: "Decor Enthusiast", company: "Home & Style Blog", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-chef-cook-hat-making-heart-sign_140725-104813.jpg", imageAlt: "Woman admiring kitchen homeware"},
{
id: "t4", name: "David & Emily Chen", role: "New Homeowners", company: "Private Residence", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-living-room-drinking-coffee_23-2148450235.jpg", imageAlt: "Couple enjoying new home decor"},
{
id: "t5", name: "Olivia Smith", role: "Lifestyle Blogger", company: "Chic Living Hub", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-blonde-curly-lady-trendy-silk-black-home-suit-smiles-widely-looks-into-camera-holds-l_197531-33672.jpg", imageAlt: "Woman browsing homeware store"},
{
id: "t6", name: "Liam Gallagher", role: "Design Consultant", company: "Gallagher Interiors", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-sitting-couch_23-2149722603.jpg", imageAlt: "Interior designer with homeware"},
]}
kpiItems={[
{
value: "5 Stars", label: "Average Rating"},
{
value: "10K+", label: "Happy Homes"},
{
value: "100%", label: "Satisfaction"},
]}
title="What Our Customers Say"
description="Hear from those who have transformed their homes with The Elegant Homeware's exceptional pieces."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText