Bob AI: fix build error in src/pages/HomePage.tsx
This commit is contained in:
@@ -25,7 +25,14 @@ export default function HomePage() {
|
||||
text: "Learn More",
|
||||
href: "#services",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glasses-lie-laptop-reflecting-light-from-screen-dark_169016-53051.jpg"
|
||||
avatarsSrc={[
|
||||
"https://i.pravatar.cc/150?img=1",
|
||||
"https://i.pravatar.cc/150?img=2",
|
||||
"https://i.pravatar.cc/150?img=3",
|
||||
"https://i.pravatar.cc/150?img=4",
|
||||
"https://i.pravatar.cc/150?img=5"
|
||||
]}
|
||||
names={["Acme Corp", "Globex", "Soylent", "Initech", "Umbrella"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user