Bob AI: Replace the current hero image with a mountain landscape ima

This commit is contained in:
2026-04-27 01:35:59 +03:00
parent 3b428bf5ed
commit d4e7be24e6

View File

@@ -8,7 +8,7 @@ import ProductVariantCards from '@/components/sections/product/ProductVariantCar
import InfoCardMarquee from '@/components/ui/InfoCardMarquee';
import TeamSection from '@/components/sections/team/TeamSection';
import StatsSection from '@/components/sections/other/StatsSection';
import { BlogSection } from '@/components/sections/blog/BlogSection';
import BlogSection from '@/components/sections/blog/BlogSection';
export default function HomePage() {
return (
@@ -273,26 +273,22 @@ export default function HomePage() {
{
name: "Dr. Sarah Chen",
role: "Chief Neuroscientist",
description: "Leading research in emotional resonance.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-a-happy-custome-1777233973635-8ab8b67f.png"
image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-a-happy-custome-1777233973635-8ab8b67f.png"
},
{
name: "James Wilson",
role: "Lead Engineer",
description: "Architect of the neural link platform.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-a-happy-custome-1777233973383-4f4896d8.png"
image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-a-happy-custome-1777233973383-4f4896d8.png"
},
{
name: "Elena Rodriguez",
role: "Head of Design",
description: "Crafting intuitive emotional interfaces.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-a-happy-custome-1777233974133-d4570acb.png"
image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-a-happy-custome-1777233974133-d4570acb.png"
},
{
name: "David Kim",
role: "Product Manager",
description: "Bridging user needs with neuroscience.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-a-happy-custome-1777233974854-3a6df7d9.png"
image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-a-happy-custome-1777233974854-3a6df7d9.png"
}
]}
/>