Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-12 14:34:41 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
logoText="大和証券"
description="Expert-led asset management tailored to help you reach your financial goals faster."
buttons={[
{ text: "口座開設", href: "#contact" },
{ text: "無料で口座開設を始める", href: "#contact" },
{ text: "商品詳細", href: "#products" },
]}
imageSrc="http://img.b2bpic.net/free-photo/man-with-shirt-tie-drawing-arrow_1134-469.jpg"
@@ -157,4 +157,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}