|
|
|
|
@@ -11,7 +11,7 @@ import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
|
|
|
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
|
|
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
|
|
|
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
|
|
|
|
import { Sparkles, Award, Zap, Heart, Shield, Mail, Package, Crown, ShoppingCart } from "lucide-react";
|
|
|
|
|
import { Sparkles, Award, Zap, Heart, Shield, Mail, Package, Crown } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function HomePage() {
|
|
|
|
|
const navItems = [
|
|
|
|
|
@@ -118,26 +118,13 @@ export default function HomePage() {
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Premium Wireless Headphones", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg", imageAlt: "premium product high quality item featured merchandise best seller product highlight", onProductClick: () => {
|
|
|
|
|
// Handle add to cart or product details
|
|
|
|
|
console.log("Product clicked: Premium Wireless Headphones");
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
id: "1", name: "Premium Wireless Headphones", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg", imageAlt: "premium product high quality item featured merchandise best seller product highlight"},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Ultra-Slim Smartwatch", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-black-friday-shopping-bag_23-2148313165.jpg", imageAlt: "exclusive product trending item popular merchandise customer favorite top rated", onProductClick: () => {
|
|
|
|
|
console.log("Product clicked: Ultra-Slim Smartwatch");
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
id: "2", name: "Ultra-Slim Smartwatch", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-black-friday-shopping-bag_23-2148313165.jpg", imageAlt: "exclusive product trending item popular merchandise customer favorite top rated"},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "4K Action Camera", price: "$349.99", imageSrc: "http://img.b2bpic.net/free-vector/products-badges-collection-flat-style_23-2147537001.jpg", imageAlt: "quality goods bestseller popular product customer choice recommended item", onProductClick: () => {
|
|
|
|
|
console.log("Product clicked: 4K Action Camera");
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
id: "3", name: "4K Action Camera", price: "$349.99", imageSrc: "http://img.b2bpic.net/free-vector/products-badges-collection-flat-style_23-2147537001.jpg", imageAlt: "quality goods bestseller popular product customer choice recommended item"},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Portable Charger Pro", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109773.jpg", imageAlt: "limited edition special product unique item exclusive merchandise featured collection", onProductClick: () => {
|
|
|
|
|
console.log("Product clicked: Portable Charger Pro");
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
id: "4", name: "Portable Charger Pro", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109773.jpg", imageAlt: "limited edition special product unique item exclusive merchandise featured collection"},
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="bento-grid"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -237,6 +224,7 @@ export default function HomePage() {
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
cardClassName="data-[popular='true']:ring-2 data-[popular='true']:ring-primary-cta data-[popular='true']:shadow-lg data-[popular='true']:shadow-primary-cta/20 data-[popular='true']:scale-105"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|