Update src/app/page.tsx

This commit is contained in:
2026-03-03 16:36:34 +00:00
parent 160326e122
commit 9e02e643dd

View File

@@ -93,6 +93,12 @@ export default function HomePage() {
tag="20+ Years Trusted"
tagIcon={Award}
tagAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=1", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=2", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=3", alt: "Customer 3" },
]}
avatarText="Trusted by 10,000+ families"
buttons={[
{ text: "📞 Call Now", href: "tel:+919876543210" },
{ text: "💬 WhatsApp Us", href: "https://wa.me/919876543210?text=Hi%20Kavya%20Gift%20Shop%2C%20I'm%20looking%20for%20toys%2Fgifts" },
@@ -243,4 +249,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}