From f8d8e1043fed7fcbbfeb7d3f1d87ae07f5fd71b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:23:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfa3fa1..4cc66b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Award, CheckCircle, Facebook, Heart, HelpCircle, Instagram, Leaf, LinkedIn, Palette, Shield, Sparkles, Star, Twitter, Users, Zap } from "lucide-react"; +import { Award, CheckCircle, Facebook, Heart, HelpCircle, Instagram, Leaf, Linkedin, Palette, Shield, Sparkles, Star, Twitter, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -55,17 +55,17 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pottery-objects_23-2148970779.jpg?_wi=1", imageAlt: "Modern kitchen setup with premium accessories"}, + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pottery-objects_23-2148970779.jpg", imageAlt: "Modern kitchen setup with premium accessories"}, { - imageSrc: "http://img.b2bpic.net/free-photo/knifes-with-wooden-handle-isolated-white-background_93675-134469.jpg?_wi=1", imageAlt: "Professional knife collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/knifes-with-wooden-handle-isolated-white-background_93675-134469.jpg", imageAlt: "Professional knife collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7152.jpg?_wi=1", imageAlt: "Storage container set"}, + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7152.jpg", imageAlt: "Storage container set"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-board-spices-wooden-brown-cutting-board-fork-garlic-colorful-spices-oil-bottle-three-tomatoes-bowl-mushrooms-branches-with-cones_140725-117340.jpg?_wi=1", imageAlt: "Premium cutting boards"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-board-spices-wooden-brown-cutting-board-fork-garlic-colorful-spices-oil-bottle-three-tomatoes-bowl-mushrooms-branches-with-cones_140725-117340.jpg", imageAlt: "Premium cutting boards"}, { - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pottery-objects_23-2148970779.jpg?_wi=2", imageAlt: "Organized kitchen essentials"}, + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pottery-objects_23-2148970779.jpg", imageAlt: "Organized kitchen essentials"}, { - imageSrc: "http://img.b2bpic.net/free-photo/knifes-with-wooden-handle-isolated-white-background_93675-134469.jpg?_wi=2", imageAlt: "Knife set detail view"}, + imageSrc: "http://img.b2bpic.net/free-photo/knifes-with-wooden-handle-isolated-white-background_93675-134469.jpg", imageAlt: "Knife set detail view"}, ]} ariaLabel="Hero section with product carousel" /> @@ -86,13 +86,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Premium Stainless Steel Knife Set", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/knifes-with-wooden-handle-isolated-white-background_93675-134469.jpg?_wi=3", imageAlt: "Professional knife collection set", initialQuantity: 1, + id: "1", name: "Premium Stainless Steel Knife Set", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/knifes-with-wooden-handle-isolated-white-background_93675-134469.jpg", imageAlt: "Professional knife collection set", initialQuantity: 1, }, { - id: "2", name: "Ceramic Storage Container Collection", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7152.jpg?_wi=2", imageAlt: "Minimalist storage containers", initialQuantity: 1, + id: "2", name: "Ceramic Storage Container Collection", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7152.jpg", imageAlt: "Minimalist storage containers", initialQuantity: 1, }, { - id: "3", name: "Artisan Wood Cutting Board", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-board-spices-wooden-brown-cutting-board-fork-garlic-colorful-spices-oil-bottle-three-tomatoes-bowl-mushrooms-branches-with-cones_140725-117340.jpg?_wi=2", imageAlt: "Premium wooden cutting board", initialQuantity: 1, + id: "3", name: "Artisan Wood Cutting Board", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-board-spices-wooden-brown-cutting-board-fork-garlic-colorful-spices-oil-bottle-three-tomatoes-bowl-mushrooms-branches-with-cones_140725-117340.jpg", imageAlt: "Premium wooden cutting board", initialQuantity: 1, }, ]} ariaLabel="Product showcase section" @@ -217,7 +217,7 @@ export default function LandingPage() { icon: Twitter, href: "https://twitter.com/homevibe", ariaLabel: "HomeVibe Twitter"}, { - icon: LinkedIn, + icon: Linkedin, href: "https://linkedin.com/company/homevibe", ariaLabel: "HomeVibe LinkedIn"}, ]} /> -- 2.49.1