diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ea49ba..287f453 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Heart, Hammer2, Book, Sparkles, Crown, Mail, Users, Wand2 } from "lucide-react"; +import { Heart, Hammer, Book, Sparkles, Crown, Mail, Users, Wand2, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -112,19 +112,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Choose Your Blessing", description: "Select from traditional Hebrew blessings or create your own meaningful words that reflect your family's faith and values.", imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-traditional-festival-top-view_23-2148716858.jpg?_wi=1" + title: "Choose Your Blessing", description: "Select from traditional Hebrew blessings or create your own meaningful words that reflect your family's faith and values.", imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-traditional-festival-top-view_23-2148716858.jpg" }, { id: 2, - title: "Add Family Names", description: "Personalize with family names in beautiful Hebrew calligraphy. Honor your heritage with meaningful customization.", imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-traditional-festival-top-view_23-2148716858.jpg?_wi=2" + title: "Add Family Names", description: "Personalize with family names in beautiful Hebrew calligraphy. Honor your heritage with meaningful customization.", imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-traditional-festival-top-view_23-2148716858.jpg" }, { id: 3, - title: "Select Special Details", description: "Include important dates, Hebrew verses, or custom messages. Add gift packaging for the perfect presentation.", imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-traditional-festival-top-view_23-2148716858.jpg?_wi=3" + title: "Select Special Details", description: "Include important dates, Hebrew verses, or custom messages. Add gift packaging for the perfect presentation.", imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-traditional-festival-top-view_23-2148716858.jpg" }, { id: 4, - title: "Receive Your Heirloom", description: "Each custom blessing is handcrafted to perfection and arrives ready to display or gift. A piece meant to be treasured forever.", imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-traditional-festival-top-view_23-2148716858.jpg?_wi=4" + title: "Receive Your Heirloom", description: "Each custom blessing is handcrafted to perfection and arrives ready to display or gift. A piece meant to be treasured forever.", imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-traditional-festival-top-view_23-2148716858.jpg" } ]} buttons={[{ text: "Start Your Custom Gift", href: "#contact" }]} @@ -138,12 +138,12 @@ export default function LandingPage() { title="Why Customers Love Or Emunah" description="Discover what makes our handcrafted Judaica pieces special and meaningful for families and celebrations." tag="Our Values" - tagIcon={Sparkles} + tagIcon={Star} textboxLayout="default" useInvertedBackground={false} animationType="slide-up" metrics={[ - { id: "1", icon: Hammer2, title: "Handcrafted With Care", value: "Every Piece" }, + { id: "1", icon: Hammer, title: "Handcrafted With Care", value: "Every Piece" }, { id: "2", icon: Book, title: "Inspired by Jewish Tradition", value: "Deep Roots" }, { id: "3", icon: Sparkles, title: "Meaningful Spiritual Gifts", value: "Pure Intent" }, { id: "4", icon: Crown, title: "Made to Last for Generations", value: "Forever Legacy" } @@ -178,10 +178,10 @@ export default function LandingPage() { cardAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Cohen", imageSrc: "http://img.b2bpic.net/free-photo/warming-up-with-tea-is-best-solution_329181-6066.jpg?_wi=1", imageAlt: "happy jewish family home blessing displayed" + id: "1", name: "Sarah Cohen", imageSrc: "http://img.b2bpic.net/free-photo/warming-up-with-tea-is-best-solution_329181-6066.jpg", imageAlt: "happy jewish family home blessing displayed" }, { - id: "2", name: "David & Rachel Goldstein", imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-surprise-his-girlfriend-with-gift-box-bed_1150-12102.jpg?_wi=1", imageAlt: "jewish wedding couple with blessing gift" + id: "2", name: "David & Rachel Goldstein", imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-surprise-his-girlfriend-with-gift-box-bed_1150-12102.jpg", imageAlt: "jewish wedding couple with blessing gift" }, { id: "3", name: "Rebecca Levy Family", imageSrc: "http://img.b2bpic.net/free-photo/people-playing-bingo-together_23-2149212433.jpg", imageAlt: "jewish family generations sharing tradition" @@ -190,10 +190,10 @@ export default function LandingPage() { id: "4", name: "Michael Rosenberg", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-four-windows-cardboard-wall-decorated-with-artificial-snow-illuminated-garland_132075-10913.jpg", imageAlt: "jewish home interior elegant blessing decor" }, { - id: "5", name: "Jennifer & Aaron Bloom", imageSrc: "http://img.b2bpic.net/free-photo/warming-up-with-tea-is-best-solution_329181-6066.jpg?_wi=2", imageAlt: "happy jewish family home blessing displayed" + id: "5", name: "Jennifer & Aaron Bloom", imageSrc: "http://img.b2bpic.net/free-photo/warming-up-with-tea-is-best-solution_329181-6066.jpg", imageAlt: "happy jewish family home blessing displayed" }, { - id: "6", name: "Miriam Klein", imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-surprise-his-girlfriend-with-gift-box-bed_1150-12102.jpg?_wi=2", imageAlt: "jewish wedding couple with blessing gift" + id: "6", name: "Miriam Klein", imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-surprise-his-girlfriend-with-gift-box-bed_1150-12102.jpg", imageAlt: "jewish wedding couple with blessing gift" } ]} />