Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -12,7 +12,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Instagram, Mail, Whatsapp } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -229,7 +228,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/contemplating-young-caucasian-man-holding-dairy-thinking_23-2148187202.jpg", imageAlt: "product manager man serious look"},
|
||||
{
|
||||
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/positive-mature-businessman-using-laptop-near-office-building_74855-3639.jpg", imageAlt: "female startup founder smiling"},
|
||||
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/positive-mature-businessman-using-laptop-near-office-building_74855-3639.jpg", alt: "female startup founder smiling"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Trusted Feedback"
|
||||
@@ -265,11 +264,11 @@ export default function LandingPage() {
|
||||
description="We're excited to hear about your next big idea. Connect with us through any of the options below."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us", href: "mailto:info@webild.com", icon: Mail},
|
||||
text: "Email Us", href: "mailto:info@webild.com"},
|
||||
{
|
||||
text: "Message on WhatsApp", href: "https://wa.me/1234567890", icon: Whatsapp},
|
||||
text: "Message on WhatsApp", href: "https://wa.me/1234567890"},
|
||||
{
|
||||
text: "Follow on Instagram", href: "https://instagram.com/webild", icon: Instagram},
|
||||
text: "Follow on Instagram", href: "https://instagram.com/webild"}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user