From 8b0f12e5df576f5dad08f4e42fbe876bea8ffe81 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 07:23:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 124 +++++++++++++++++++++++++---------------------- 1 file changed, 65 insertions(+), 59 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aaf6bb4..a1ce3ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Zap, BarChart, Globe, Twitter, Github } from "lucide-react"; +import { Zap, BarChart, Globe, Twitter, Github, Instagram, ShoppingBag, Mail, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -29,50 +29,41 @@ export default function LandingPage() {
@@ -84,17 +75,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Real-time Rendering", description: "High performance low latency 3D visuals.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-half-fox-half-robot_23-2151601040.jpg", buttonIcon: Zap, + title: "Premium Fabrics", description: "Sourced from the finest mills for ultimate comfort and durability.", imageSrc: "https://img.b2bpic.net/free-photo/fabric-texture-background_23-2148967406.jpg", buttonIcon: Zap, }, { - title: "Data Visualization", description: "Interactive, complex data models for business insights.", imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116600.jpg", buttonIcon: BarChart, + title: "Sustainable Design", description: "Eco-friendly practices integrated into every stage of production.", imageSrc: "https://img.b2bpic.net/free-photo/recycled-fashion-concept_23-2149175240.jpg", buttonIcon: Globe, }, { - title: "Global Connectivity", description: "Scalable cloud-ready distributed networks.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-pink-background-trippy-yellow-rose-flower_53876-126776.jpg", buttonIcon: Globe, + title: "Modern Aesthetics", description: "Timeless cuts that adapt to any occasion seamlessly.", imageSrc: "https://img.b2bpic.net/free-photo/stylish-young-man-wearing-casual-clothing_23-2148293737.jpg", buttonIcon: BarChart, }, ]} - title="Key Capabilities" - description="Harness the power of high-performance rendering for your business platform." + title="Our Standards" + description="Quality clothing that defines your personal style." />
@@ -104,51 +95,66 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Exceptional Quality", quote: "The 3D design exceeded all expectations.", name: "Sarah J.", role: "CEO, Startup", imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-interacting-with-each-other_1170-770.jpg"}, + id: "1", title: "Incredible Quality", quote: "The material quality is beyond anything I've bought online before.", name: "Jessica W.", role: "Fashion Enthusiast", imageSrc: "https://img.b2bpic.net/free-photo/smiling-woman-wearing-casual-clothes_23-2148293751.jpg" + }, { - id: "2", title: "Fast Deployment", quote: "Amazing communication and flawless execution.", name: "Mike C.", role: "CTO, SaaS", imageSrc: "http://img.b2bpic.net/free-photo/executive-assistant-multinational-company-work-big-business-project_482257-113916.jpg"}, + id: "2", title: "Fast Shipping", quote: "Received my order within two days! Everything fits perfectly.", name: "Mark L.", role: "Regular Shopper", imageSrc: "https://img.b2bpic.net/free-photo/cheerful-man-wearing-modern-clothing_23-2148293744.jpg" + }, { - id: "3", title: "High Performance", quote: "The platform is fast, clean, and beautiful.", name: "Emily R.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/thinking-man-office_23-2147669298.jpg"}, - { - id: "4", title: "Scalable Design", quote: "Perfectly fits our business scaling needs.", name: "David K.", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-waiting-area_107420-95822.jpg"}, - { - id: "5", title: "Reliable Support", quote: "Support team is always there to assist.", name: "Anna P.", role: "Scientist", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg"}, + id: "3", title: "Stunning Style", quote: "Absolutely love the new collection. Gets compliments every time I wear it.", name: "Chloe R.", role: "Trendsetter", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-woman-posing-with-modern-clothes_23-2148293760.jpg" + }, ]} - title="Client Feedback" - description="Trusted by industry leaders worldwide." + title="Customer Reviews" + description="Loved by thousands of style-conscious individuals." />
); -} +} \ No newline at end of file