Update src/app/page.tsx

This commit is contained in:
2026-05-23 14:01:56 +00:00
parent 5273d9dcd7
commit 24c32e490e

View File

@@ -70,28 +70,28 @@ export default function LandingPage() {
handle: "@global_health",
testimonial: "非常にスムーズな対応で、安心して治療を受けることができました。",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/guy-presenting-gift-box-attractive-happy-lady_23-2148016809.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/guy-presenting-gift-box-attractive-happy-lady_23-2148016809.jpg?_wi=1",
},
{
name: "海外患者様C",
handle: "@wellness_journey",
testimonial: "言葉の壁を感じさせないサポート体制に感動しました。",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-clinic-practicing-medicine_23-2149868897.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-clinic-practicing-medicine_23-2149868897.jpg?_wi=1",
},
{
name: "海外患者様D",
handle: "@medical_tourist",
testimonial: "クリニックの清潔さと技術力は世界最高レベルだと思います。",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cancer-having-drink-home_23-2151056035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cancer-having-drink-home_23-2151056035.jpg?_wi=1",
},
{
name: "海外患者様E",
handle: "@health_explorer",
testimonial: "また機会があれば日本で医療を受けたいです。最高でした。",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292795.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292795.jpg?_wi=1",
},
]}
buttons={[
@@ -100,7 +100,7 @@ export default function LandingPage() {
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/unoccupied-modern-clinic-workspace-with-nobody-it-having-turned-computer-screen-showing-medical-report-medical-room-having-firstaid-kit-contemporary-hospital-furniture-patients-documents_482257-41197.jpg"
imageSrc="http://img.b2bpic.net/free-photo/unoccupied-modern-clinic-workspace-with-nobody-it-having-turned-computer-screen-showing-medical-report-medical-room-having-firstaid-kit-contemporary-hospital-furniture-patients-documents_482257-41197.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/nobody-doctors-office-with-medical-equipment-tools_482257-27168.jpg",
@@ -163,7 +163,7 @@ export default function LandingPage() {
description: "最新の美容技術によるアンチエイジング。",
bentoComponent: "reveal-icon",
icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/unoccupied-modern-clinic-workspace-with-nobody-it-having-turned-computer-screen-showing-medical-report-medical-room-having-firstaid-kit-contemporary-hospital-furniture-patients-documents_482257-41197.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/unoccupied-modern-clinic-workspace-with-nobody-it-having-turned-computer-screen-showing-medical-report-medical-room-having-firstaid-kit-contemporary-hospital-furniture-patients-documents_482257-41197.jpg?_wi=2",
imageAlt: "medical high-tech scanner",
},
{
@@ -256,7 +256,7 @@ export default function LandingPage() {
handle: "China",
testimonial: "Professional coordination and amazing staff.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/guy-presenting-gift-box-attractive-happy-lady_23-2148016809.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/guy-presenting-gift-box-attractive-happy-lady_23-2148016809.jpg?_wi=2",
},
{
id: "3",
@@ -264,7 +264,7 @@ export default function LandingPage() {
handle: "UK",
testimonial: "Best medical experience ever.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-clinic-practicing-medicine_23-2149868897.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-clinic-practicing-medicine_23-2149868897.jpg?_wi=2",
},
{
id: "4",
@@ -272,7 +272,7 @@ export default function LandingPage() {
handle: "HK",
testimonial: "Seamless and reliable support.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cancer-having-drink-home_23-2151056035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cancer-having-drink-home_23-2151056035.jpg?_wi=2",
},
{
id: "5",
@@ -280,7 +280,7 @@ export default function LandingPage() {
handle: "Italy",
testimonial: "Professional, clean, and top-tier.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292795.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292795.jpg?_wi=2",
},
]}
showRating={true}