Update src/app/page.tsx

This commit is contained in:
2026-05-13 02:53:04 +00:00
parent 8d83fb0b6e
commit 785b845a4a

View File

@@ -11,6 +11,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack';
import { Award, Heart, Sparkles, CheckCircle } from "lucide-react";
export default function LandingPage() {
@@ -74,17 +75,16 @@ export default function LandingPage() {
</div>
<div id="features" data-section="features">
<FeatureCardTwentySix
<TimelineHorizontalCardStack
title="The Craft Process"
description="Watch how your rug comes to life, from initial design to final finish."
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Premium Wool Blend", description: "High-grade materials ensuring durability and soft touch.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/tailoring-items-arrangement-still-life_23-2149647262.jpg" },
{ title: "Bespoke Designs", description: "Tailored patterns to match your unique interior style.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-arranging-clothes-hanger-shop_23-2148175672.jpg?_wi=2" },
{ title: "Hand-Finished Quality", description: "Every thread is carefully trimmed and perfected.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-floral-textures_23-2149672964.jpg?_wi=1" },
{ title: "Eco-Conscious Source", description: "Ethically sourced wool that respects the environment.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/colorful-fabrics_53876-31630.jpg?_wi=1" }
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/tailoring-items-arrangement-still-life_23-2149647262.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-arranging-clothes-hanger-shop_23-2148175672.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-floral-textures_23-2149672964.jpg?_wi=1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/colorful-fabrics_53876-31630.jpg?_wi=1" }
]}
title="Why Our Rugs are Different"
description="We combine traditional techniques with modern aesthetic sensibilities to ensure every rug is both art and comfort."
/>
</div>