Update src/app/page.tsx
This commit is contained in:
@@ -53,6 +53,11 @@ export default function Page() {
|
||||
avatarText="Trusted by 10,000+ professionals"
|
||||
buttons={[{ text: "Choose Your Learning Path", href: "#pricing" }]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-view-business-charts_23-2148795764.jpg", alt: "Financial Growth" },
|
||||
{ type: "text", text: "Personal Wealth Management" },
|
||||
{ type: "text", text: "Stock Market Strategy" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -169,4 +174,4 @@ export default function Page() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user