diff --git a/public/brand/foto-3.jpeg b/public/brand/foto-3.jpeg new file mode 100644 index 0000000..ce74cc8 Binary files /dev/null and b/public/brand/foto-3.jpeg differ diff --git a/src/features/hero/hero-section.tsx b/src/features/hero/hero-section.tsx index 9e601d5..402d822 100644 --- a/src/features/hero/hero-section.tsx +++ b/src/features/hero/hero-section.tsx @@ -8,7 +8,7 @@ import { useTranslations } from "next-intl"; const PROFILE_IMAGES = [ "/brand/foto-1.jpg", "/brand/foto-2.jpeg", - "https://images.unsplash.com/photo-1605379399642-870262d3d051?w=600&auto=format&fit=crop&q=80", + "/brand/foto-3.jpeg", ]; const SOCIAL_LINKS = [ @@ -23,7 +23,7 @@ const SOCIAL_LINKS = [ }, { name: "Instagram", - href: "https://instagram.com/", + href: "https://instagram.com/yolando_20", icon: ( @@ -32,7 +32,7 @@ const SOCIAL_LINKS = [ }, { name: "WhatsApp", - href: "https://wa.me/", + href: "https://wa.me/6282267852521", icon: ( @@ -40,16 +40,18 @@ const SOCIAL_LINKS = [ ), }, { - name: "Facebook", - href: "https://facebook.com/", + name: "Email", + href: "mailto:yolandomanullang@gmail.com", icon: ( - - + + + ), }, ]; + export function HeroSection() { const t = useTranslations("Hero"); const tTech = useTranslations("TechStack");