Merge version_1 into main #2
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user