From f09a707aaff65cffb2f21c6c2676be8582bac9b4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 07:11:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 187 ++++++++++++++++++++--------------------------- 1 file changed, 80 insertions(+), 107 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3f92c8..16df262 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Award, Heart, Sparkles } from "lucide-react"; +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"; export default function LandingPage() { return ( @@ -30,46 +32,25 @@ export default function LandingPage() {
@@ -77,9 +58,24 @@ export default function LandingPage() {
+
+ +
+
@@ -90,39 +86,39 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { - id: "p1", brand: "poster", name: "indie midnight", price: "$15", rating: 5, - reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-psd/music-event-poster-template_23-2150981270.jpg?_wi=1"}, - { - id: "p2", 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: "p3", brand: "jewelry", name: "daisy chain", price: "$18", rating: 5, - reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/sensual-elegant-lady-woman-wearing-stylish-boho-top_291049-25.jpg"}, + { 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" }, ]} - title="the moodboard" - description="what we are currently making. check the vibes." + title="the collection" + description="hand-crafted beads and art for your unique aesthetic." /> -
+
+
+ +
+
- +
-- 2.49.1