Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-28 07:12:11 +00:00

View File

@@ -12,7 +12,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Award, Heart, Sparkles, Camera, Users, Instagram, Pin, User } from "lucide-react";
import { Heart, Camera, Instagram, Pin } from "lucide-react";
export default function LandingPage() {
return (
@@ -72,6 +72,7 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={false}
textboxLayout="split"
members={[
{ id: "t1", name: "member 1", role: "creative lead", description: "loves beads and brainstorming new collections.", imageSrc: "https://images.unsplash.com/photo-1518806118471-f28b20a1d79d?w=400" },
{ id: "t2", name: "member 2", role: "outreach lead", description: "making connections and driving impact.", imageSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=400" }
@@ -83,10 +84,12 @@ export default function LandingPage() {
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="bento-grid"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "jewelry", name: "sky beads", price: "$12", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-old-book-vintage-setting_181624-61097.jpg" },
{ id: "p2", brand: "jewelry", name: "moon beads", price: "$15", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-old-book-vintage-setting_181624-61097.jpg" },
{ id: "p3", brand: "jewelry", name: "sun beads", price: "$10", rating: 4, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-old-book-vintage-setting_181624-61097.jpg" }
]}
title="the collection"
description="hand-crafted beads and art for your unique aesthetic."
@@ -101,7 +104,6 @@ export default function LandingPage() {
accordionItems={[]}
imageSrc="https://images.unsplash.com/photo-1511578314322-37d9b57ca68f?w=800"
mediaAnimation="slide-up"
titleIcon={Camera}
/>
</div>