Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user