4 Commits

Author SHA1 Message Date
9f24f5f991 Merge version_3 into main
Merge version_3 into main
2026-03-08 01:11:45 +00:00
4c5c2a7e85 Update src/app/page.tsx 2026-03-08 01:11:41 +00:00
25d3384fb8 Merge version_2 into main
Merge version_2 into main
2026-03-08 01:09:48 +00:00
44fb9fc99d Update src/app/page.tsx 2026-03-08 01:09:44 +00:00

View File

@@ -7,6 +7,7 @@ import TextAbout from '@/components/sections/about/TextAbout';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Sparkles, Home, Package, CheckCircle, Star, Phone, Facebook, Instagram, Linkedin } from "lucide-react";
@@ -176,6 +177,27 @@ export default function LandingPage() {
/>
</div>
<div id="suppliers" data-section="suppliers">
<SocialProofOne
title="Premium Furniture Suppliers We Sell From"
description="We partner with industry-leading furniture manufacturers to bring you the best quality and selection. Sunny Designs crafts innovative contemporary pieces, while Universal Furniture delivers timeless elegance. Home Login specializes in comfort, Coaster Furniture offers budget-friendly options, and Foam Group provides premium seating solutions. Acme Corp brings modern design expertise, Ashley Furniture offers extensive collections, Parker House delivers sophisticated styles, and Jofran creates distinctive rustic charm. Together, these trusted brands ensure we have the perfect furniture for every home and budget."
tag="Our Partners"
tagIcon={Sparkles}
tagAnimation="slide-up"
names={[
"Sunny Designs", "Universal Furniture", "Home Login", "Coaster Furniture", "Foam Group", "Acme Corp", "Ashley Furniture", "Parker House", "Jofran"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
showCard={true}
buttons={[
{ text: "Explore Brands", href: "#products" }
]}
buttonAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Ready to Transform Your Home?"