diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bf6698..2a1b45e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,18 +47,18 @@ export default function LandingPage() { tag="Quality You Can Trust" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/watercolor-palette-surrounded-by-painting-material_23-2147961496.jpg?_wi=1", imageAlt: "Paint shop interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/artist-props-table_23-2148929915.jpg?_wi=1", imageAlt: "Professional brushes" }, - { imageSrc: "http://img.b2bpic.net/free-photo/glassblower-examining-glassware_107420-74240.jpg?_wi=1", imageAlt: "Premium paint cans" }, - { imageSrc: "http://img.b2bpic.net/free-photo/multicolored-artist-palettes-top-view_23-2148745531.jpg?_wi=1", imageAlt: "Artist palette" } + { imageSrc: "http://img.b2bpic.net/free-photo/watercolor-palette-surrounded-by-painting-material_23-2147961496.jpg", imageAlt: "Paint shop interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/artist-props-table_23-2148929915.jpg", imageAlt: "Professional brushes" }, + { imageSrc: "http://img.b2bpic.net/free-photo/glassblower-examining-glassware_107420-74240.jpg", imageAlt: "Premium paint cans" }, + { imageSrc: "http://img.b2bpic.net/free-photo/multicolored-artist-palettes-top-view_23-2148745531.jpg", imageAlt: "Artist palette" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/glassblower-examining-glassware_107420-74240.jpg?_wi=2", imageAlt: "Paint collection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/multicolored-artist-palettes-top-view_23-2148745531.jpg?_wi=2", imageAlt: "Paint palette" }, - { imageSrc: "http://img.b2bpic.net/free-photo/watercolor-palette-surrounded-by-painting-material_23-2147961496.jpg?_wi=2", imageAlt: "Shop showcase" }, - { imageSrc: "http://img.b2bpic.net/free-photo/artist-props-table_23-2148929915.jpg?_wi=2", imageAlt: "Brush collection" } + { imageSrc: "http://img.b2bpic.net/free-photo/glassblower-examining-glassware_107420-74240.jpg", imageAlt: "Paint collection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/multicolored-artist-palettes-top-view_23-2148745531.jpg", imageAlt: "Paint palette" }, + { imageSrc: "http://img.b2bpic.net/free-photo/watercolor-palette-surrounded-by-painting-material_23-2147961496.jpg", imageAlt: "Shop showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/artist-props-table_23-2148929915.jpg", imageAlt: "Brush collection" } ]} buttons={[ { text: "Shop Now", href: "products" }, @@ -102,15 +102,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "ColorCraft Pro", name: "Premium Acrylic Paint Set", price: "$49.99", rating: 5, - reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/glassblower-examining-glassware_107420-74240.jpg?_wi=3", imageAlt: "Premium acrylic paint set" + reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/glassblower-examining-glassware_107420-74240.jpg", imageAlt: "Premium acrylic paint set" }, { id: "2", brand: "ArtistBrush Elite", name: "Professional Brush Collection", price: "$64.99", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/artist-props-table_23-2148929915.jpg?_wi=3", imageAlt: "Professional brush collection" + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/artist-props-table_23-2148929915.jpg", imageAlt: "Professional brush collection" }, { id: "3", brand: "ColorCraft Studio", name: "Artist Palette & Mixing Kit", price: "$34.99", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/multicolored-artist-palettes-top-view_23-2148745531.jpg?_wi=3", imageAlt: "Artist palette mixing kit" + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/multicolored-artist-palettes-top-view_23-2148745531.jpg", imageAlt: "Artist palette mixing kit" } ]} buttons={[ @@ -201,7 +201,7 @@ export default function LandingPage() { { text: "Contact Us", href: "https://example.com/contact" }, { text: "Visit Our Shop", href: "https://example.com/location" } ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />