diff --git a/src/app/page.tsx b/src/app/page.tsx index 7903e56..5ccc75c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,27 +30,17 @@ export default function LandingPage() { @@ -59,63 +49,38 @@ export default function LandingPage() { @@ -203,37 +137,17 @@ export default function LandingPage() { animationType="blur-reveal" testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Student", - company: "University of Arts", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cozy-wear-outdoors_624325-539.jpg", - }, + id: "1", name: "Sarah J.", role: "Student", company: "University of Arts", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cozy-wear-outdoors_624325-539.jpg"}, { - id: "2", - name: "Mark L.", - role: "Content Creator", - company: "VlogMaster", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-dark-hair-smiles-happily-expresses-positive-emotions-dressed-casual-turtleneck-hears-good-nes-isolated-brown-background-glad-meet-old-best-friend_273609-61400.jpg", - }, + id: "2", name: "Mark L.", role: "Content Creator", company: "VlogMaster", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-dark-hair-smiles-happily-expresses-positive-emotions-dressed-casual-turtleneck-hears-good-nes-isolated-brown-background-glad-meet-old-best-friend_273609-61400.jpg"}, { - id: "3", - name: "Jessica M.", - role: "Graphic Designer", - company: "CreativeFlow Studio", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-friends-city_23-2148737848.jpg", - }, + id: "3", name: "Jessica M.", role: "Graphic Designer", company: "CreativeFlow Studio", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-friends-city_23-2148737848.jpg"}, { - id: "4", - name: "Daniel S.", - role: "Entrepreneur", - company: "Startup Hub", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-playful-curly-haired-woman-keeps-palms-raised-tries-entertain-you-smiles-broadly-has-fun-wears-casual-poloneck-leather-jacket-isolated-vivid-red-background-happiness-concept_273609-59242.jpg", - }, + id: "4", name: "Daniel S.", role: "Entrepreneur", company: "Startup Hub", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/positive-playful-curly-haired-woman-keeps-palms-raised-tries-entertain-you-smiles-broadly-has-fun-wears-casual-poloneck-leather-jacket-isolated-vivid-red-background-happiness-concept_273609-59242.jpg"}, ]} title="What Our Vibers Say" description="Don't just take our word for it—see what our amazing customers have to say about expressing themselves with Vibey Cases & Stickers!" @@ -246,25 +160,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "What materials are your phone cases made from?", - content: "Our phone cases are made from durable, impact-resistant polycarbonate and TPU materials, ensuring premium protection for your device while maintaining a sleek profile.", - }, + id: "q1", title: "What materials are your phone cases made from?", content: "Our phone cases are made from durable, impact-resistant polycarbonate and TPU materials, ensuring premium protection for your device while maintaining a sleek profile."}, { - id: "q2", - title: "How long does shipping take?", - content: "Standard shipping typically takes 5-7 business days within the domestic region. Expedited shipping options are available at checkout for faster delivery.", - }, + id: "q2", title: "How long does shipping take?", content: "Standard shipping typically takes 5-7 business days within the domestic region. Expedited shipping options are available at checkout for faster delivery."}, { - id: "q3", - title: "Can I return or exchange a product?", - content: "Yes, we offer returns and exchanges within 30 days of purchase, provided the items are in their original condition. Please see our full return policy for more details.", - }, + id: "q3", title: "Can I return or exchange a product?", content: "Yes, we offer returns and exchanges within 30 days of purchase, provided the items are in their original condition. Please see our full return policy for more details."}, { - id: "q4", - title: "Are your stickers waterproof?", - content: "Absolutely! Our stickers are made from high-quality, weather-resistant vinyl, making them perfect for water bottles, laptops, and outdoor use. They're designed to withstand the elements without fading.", - }, + id: "q4", title: "Are your stickers waterproof?", content: "Absolutely! Our stickers are made from high-quality, weather-resistant vinyl, making them perfect for water bottles, laptops, and outdoor use. They're designed to withstand the elements without fading."}, ]} title="Got Questions? We've Got Answers!" description="Find quick solutions to our most common queries about orders, shipping, product care, and personalization options." @@ -276,8 +178,7 @@ export default function LandingPage() {