Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-10 06:46:26 +00:00

View File

@@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Instagram, Facebook, Twitter } from 'lucide-react';
import { Instagram, Facebook, Twitter, Award, Zap, Heart } from 'lucide-react';
export default function LandingPage() {
return (
@@ -91,35 +91,35 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
tag="About Us"
title="Crafted for Those Who Appreciate Quality"
tag="Our Story"
title="Founded on Passion for Quality and Elegance"
useInvertedBackground={false}
buttons={[{ text: "Discover Our Story", href: "#" }]}
buttons={[{ text: "Discover Our Journey", href: "#" }]}
buttonAnimation="slide-up"
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyThree
title="Why Choose SMR Trends"
description="Experience the finest selection of curated products with exceptional service and unmatched quality."
tag="Our Collections"
title="Product Benefits"
description="Discover why our customers choose SMR Trends for their premium lifestyle needs."
tag="Why Us"
tagAnimation="slide-up"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "1", title: "Premium Watch Collection", tags: ["Luxury", "Timepieces"],
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11075.jpg?_wi=2", imageAlt: "Luxury watch selection"
id: "1", title: "Authentic Luxury Watches", tags: ["Certified", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11075.jpg?_wi=2", imageAlt: "Authentic luxury watch collection"
},
{
id: "2", title: "Exclusive Home Accessories", tags: ["Design", "Home"],
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-photorealistic-lamp_23-2151038997.jpg?_wi=2", imageAlt: "Premium home decor items"
id: "2", title: "Designer Home Accessories", tags: ["Curated", "Stylish"],
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-photorealistic-lamp_23-2151038997.jpg?_wi=2", imageAlt: "Premium designer home decor"
},
{
id: "3", title: "Curated Lifestyle Products", tags: ["Lifestyle", "Trending"],
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-vase_23-2147791800.jpg?_wi=2", imageAlt: "Contemporary lifestyle collection"
id: "3", title: "Exceptional Quality Standards", tags: ["Vetted", "Reliable"],
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-vase_23-2147791800.jpg?_wi=2", imageAlt: "Quality tested lifestyle products"
}
]}
buttons={[{ text: "Browse Categories", href: "#" }]}
@@ -129,13 +129,13 @@ export default function LandingPage() {
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Leading Brands"
description="Partners and collaborators who share our commitment to quality and excellence."
title="Trusted by Thousands Worldwide"
description="Join thousands of satisfied customers who have discovered premium lifestyle products through SMR Trends."
textboxLayout="default"
useInvertedBackground={false}
tag="Partnerships"
tag="Customer Stats"
tagAnimation="slide-up"
names={["Luxury Collective", "Premium Brands", "Elite Retailers", "Design Partners", "Lifestyle Co.", "Quality Standards", "Exclusive Distributors"]}
names={["50K+ Happy Customers", "10K+ 5-Star Reviews", "98% Satisfaction Rate", "100+ Brand Partners", "Fast Global Shipping", "24/7 Customer Support", "Lifetime Value Promise"]}
logos={[
"http://img.b2bpic.net/free-vector/geometric-ideas-agency-logo-template_742173-17631.jpg", "http://img.b2bpic.net/free-vector/design-artwork-logo-template_23-2149507372.jpg", "http://img.b2bpic.net/free-photo/live-lifestyle-life-alive-balance-concept_53876-120492.jpg", "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-set_52683-69812.jpg", "http://img.b2bpic.net/free-vector/elegant-real-estate-logo-template_23-2149673191.jpg", "http://img.b2bpic.net/free-vector/flat-time-logo-templates-collection_23-2148944738.jpg", "http://img.b2bpic.net/free-photo/business-owners-preparing-their-store_23-2149300867.jpg"
]}
@@ -216,4 +216,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}