diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 535fe1a..3ec7b78 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -60,13 +60,13 @@ export default function ContactPage() { features={[ { id: 1, - tag: "Email", title: "Get in Touch via Email", subtitle: "We respond within 24 hours", description: "Send us your questions, custom order requests, or beauty recommendations. Our team at Glow Beauty is dedicated to providing personalized service and ensuring your satisfaction with every interaction.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-bathrobe-with-towel-her-head-using-smartphone_1153-4078.jpg", imageAlt: "Contact via email", buttons: [ + tag: "Email", title: "Get in Touch via Email", subtitle: "We respond within 24 hours", description: "Send us your questions, custom order requests, or beauty recommendations. Our team at Glow Beauty is dedicated to providing personalized service and ensuring your satisfaction with every interaction.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-bathrobe-with-towel-her-head-using-smartphone_1153-4078.jpg?_wi=2", imageAlt: "Contact via email", buttons: [ { text: "Email", href: "mailto:hello@glowbeauty.com" } ] }, { id: 2, - tag: "Social", title: "Follow Us on Social Media", subtitle: "Join our beauty community", description: "Connect with Glow Beauty on Instagram, Facebook, and TikTok for exclusive deals, beauty tips, product launches, and behind-the-scenes content. Our social community is where beauty lovers share inspiration and celebrate self-care together.", imageSrc: "http://img.b2bpic.net/free-photo/good-morning-woman-drinks-coffe-lady-by-window_1157-44587.jpg", imageAlt: "Social media connection", buttons: [ + tag: "Social", title: "Follow Us on Social Media", subtitle: "Join our beauty community", description: "Connect with Glow Beauty on Instagram, Facebook, and TikTok for exclusive deals, beauty tips, product launches, and behind-the-scenes content. Our social community is where beauty lovers share inspiration and celebrate self-care together.", imageSrc: "http://img.b2bpic.net/free-photo/good-morning-woman-drinks-coffe-lady-by-window_1157-44587.jpg?_wi=2", imageAlt: "Social media connection", buttons: [ { text: "Visit Instagram", href: "https://instagram.com" } ] }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 7385a8e..75b4a69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,22 +101,22 @@ export default function HomePage() {