Merge version_2 into main #1
@@ -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,26 @@ 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 for your home."
|
||||
tag="Our Partners"
|
||||
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?"
|
||||
|
||||
Reference in New Issue
Block a user