diff --git a/src/app/page.tsx b/src/app/page.tsx
index 89f3efc..7a37745 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,7 +6,6 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Sparkles } from "lucide-react";
@@ -30,27 +29,15 @@ export default function LandingPage() {
@@ -60,32 +47,20 @@ export default function LandingPage() {
description="Send us your garment and your vision. We hand-craft custom artistic designs onto your favorite pieces."
buttons={[
{
- text: "Submit Your Design",
- href: "#contact",
- },
+ text: "Submit Your Design", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/looking-inspiration-work_329181-13634.jpg"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-woman-looking-trendy-girl-casual-summer-hoodie-skirt-clothes_158538-1434.jpg",
- alt: "Happy client 1",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-woman-looking-trendy-girl-casual-summer-hoodie-skirt-clothes_158538-1434.jpg", alt: "Happy client 1"},
{
- src: "http://img.b2bpic.net/free-photo/positive-guy-feels-very-glad-closes-eyes-being-happy-hear-excellent-news-wears-round-glasses-checkered-shirt-isolated-beige-background-delighted-man-casual-clothes-poses-indoor_273609-56676.jpg",
- alt: "Happy client 2",
- },
+ src: "http://img.b2bpic.net/free-photo/positive-guy-feels-very-glad-closes-eyes-being-happy-hear-excellent-news-wears-round-glasses-checkered-shirt-isolated-beige-background-delighted-man-casual-clothes-poses-indoor_273609-56676.jpg", alt: "Happy client 2"},
{
- src: "http://img.b2bpic.net/free-photo/fashion-models-paper-cut-out-style_23-2149374793.jpg",
- alt: "Happy client 3",
- },
+ src: "http://img.b2bpic.net/free-photo/fashion-models-paper-cut-out-style_23-2149374793.jpg", alt: "Happy client 3"},
{
- src: "http://img.b2bpic.net/free-photo/colorimetry-specialist-with-client-colored-fabric-swaps_23-2150461556.jpg",
- alt: "Happy client 4",
- },
+ src: "http://img.b2bpic.net/free-photo/colorimetry-specialist-with-client-colored-fabric-swaps_23-2150461556.jpg", alt: "Happy client 4"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-beautiful-charming-brunette-dressed-stylish-clothes-smiling-while-leaning-against-brick-wall-room-with-loft-interior_613910-9400.jpg",
- alt: "Happy client 5",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-charming-brunette-dressed-stylish-clothes-smiling-while-leaning-against-brick-wall-room-with-loft-interior_613910-9400.jpg", alt: "Happy client 5"},
]}
avatarText="Join 500+ happy artists"
/>
@@ -104,100 +79,21 @@ export default function LandingPage() {
/>
-
-