diff --git a/src/app/page.tsx b/src/app/page.tsx index 9dac86b..afdc8bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -59,12 +51,10 @@ export default function LandingPage() { description="Unlock your creativity with our vibrant collection of premium pony beads. Perfect for jewelry, crafts, and DIY magic." buttons={[ { - text: "Shop Beads", - href: "#products", - }, + text: "Shop Beads", href: "#products"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/lovely-handicrafts-composition_23-2147899260.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/lovely-handicrafts-composition_23-2147899260.jpg" imageAlt="Colorful bead collection" /> @@ -74,20 +64,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Crafting Joy, One Bead at a Time", - }, + type: "text", content: "Crafting Joy, One Bead at a Time"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/making-decorations-with-wood-beads_23-2148264387.jpg", - alt: "Handcrafted jewelry", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/making-decorations-with-wood-beads_23-2148264387.jpg", alt: "Handcrafted jewelry"}, ]} buttons={[ { - text: "Our Story", - href: "#", - }, + text: "Our Story", href: "#"}, ]} /> @@ -100,41 +83,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Vibrant Rainbow Mix", - price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/fidget-pop-it-toy-rainbow-color-antistress-fun-educational_58702-4125.jpg?_wi=1", - }, + id: "p1", name: "Vibrant Rainbow Mix", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/fidget-pop-it-toy-rainbow-color-antistress-fun-educational_58702-4125.jpg"}, { - id: "p2", - name: "Neon Glow Assortment", - price: "$6.49", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-decorative-elements-wooden-white-textured-backdrop_23-2147899239.jpg?_wi=1", - }, + id: "p2", name: "Neon Glow Assortment", price: "$6.49", imageSrc: "http://img.b2bpic.net/free-photo/colorful-decorative-elements-wooden-white-textured-backdrop_23-2147899239.jpg"}, { - id: "p3", - name: "Crystal Clear Sparkle", - price: "$5.49", - imageSrc: "http://img.b2bpic.net/free-photo/human-hand-holding-colorful-buttons-thread-spool-with-scissor_23-2148193642.jpg?_wi=1", - }, + id: "p3", name: "Crystal Clear Sparkle", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/human-hand-holding-colorful-buttons-thread-spool-with-scissor_23-2148193642.jpg"}, { - id: "p4", - name: "Pastel Dreams Kit", - price: "$7.99", - imageSrc: "http://img.b2bpic.net/free-photo/person-decorating-white-paper-with-colorful-buttons-wooden-table_23-2147899015.jpg", - }, + id: "p4", name: "Pastel Dreams Kit", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/person-decorating-white-paper-with-colorful-buttons-wooden-table_23-2147899015.jpg"}, { - id: "p5", - name: "Matte Finish Earthtones", - price: "$6.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-person-doing-bead-work_23-2148815815.jpg", - }, + id: "p5", name: "Matte Finish Earthtones", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-person-doing-bead-work_23-2148815815.jpg"}, { - id: "p6", - name: "Alphabet Letter Beads", - price: "$8.49", - imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-woman-makes-handmade-necklaces-working-with-needles-thread-jewelry-workshop_613910-18488.jpg", - }, + id: "p6", name: "Alphabet Letter Beads", price: "$8.49", imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-woman-makes-handmade-necklaces-working-with-needles-thread-jewelry-workshop_613910-18488.jpg"}, ]} title="Shop Our Collection" description="Browse our hand-picked selection of high-quality pony beads in every color of the rainbow." @@ -145,25 +104,17 @@ export default function LandingPage() { @@ -260,20 +159,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Are these beads safe for kids?", - content: "Yes, our beads are made from non-toxic materials, suitable for kids 6+ under supervision.", - }, + id: "q1", title: "Are these beads safe for kids?", content: "Yes, our beads are made from non-toxic materials, suitable for kids 6+ under supervision."}, { - id: "q2", - title: "Do you ship internationally?", - content: "We ship to most countries. Shipping costs are calculated at checkout.", - }, + id: "q2", title: "Do you ship internationally?", content: "We ship to most countries. Shipping costs are calculated at checkout."}, { - id: "q3", - title: "Can I request custom bead colors?", - content: "We are constantly expanding our range. Suggest colors through our contact form!", - }, + id: "q3", title: "Can I request custom bead colors?", content: "We are constantly expanding our range. Suggest colors through our contact form!"}, ]} title="Need Help?" description="Common questions about our beads and ordering process." @@ -285,16 +175,13 @@ export default function LandingPage() { @@ -305,49 +192,31 @@ export default function LandingPage() { { items: [ { - label: "Shop", - href: "#products", - }, + label: "Shop", href: "#products"}, { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, { items: [ { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, { - label: "Shipping", - href: "#", - }, + label: "Shipping", href: "#"}, { - label: "Returns", - href: "#", - }, + label: "Returns", href: "#"}, ], }, { items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "TikTok", - href: "#", - }, + label: "TikTok", href: "#"}, ], }, ]}