From 4dc3e2b77dd21e5cd5590e07eccdabdf8fb914b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:17:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 073e9a1..4c173ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-playing-piano_23-2150060697.jpg?_wi=1", imageAlt: "Grand piano on concert stage"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-playing-piano_23-2150060697.jpg", imageAlt: "Grand piano on concert stage"}, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-piano_23-2150060693.jpg", imageAlt: "Professional studio piano"}, { @@ -96,7 +96,7 @@ export default function LandingPage() { title: "Timeless Design", description: "Elegant aesthetics that complement any space", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-playing-piano_23-2149849438.jpg", imageAlt: "Beautiful piano in elegant interior setting", buttonIcon: Sparkles, }, { - title: "Lifetime Support", description: "Comprehensive maintenance and tuning services included", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-playing-piano_23-2150060697.jpg?_wi=2", imageAlt: "Piano technician performing maintenance", buttonIcon: Shield, + title: "Lifetime Support", description: "Comprehensive maintenance and tuning services included", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-playing-piano_23-2150060697.jpg", imageAlt: "Piano technician performing maintenance", buttonIcon: Shield, }, ]} textboxLayout="default" @@ -117,6 +117,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/creative-musician-practicing-indoors_23-2148924223.jpg" imageAlt="Piano crafting workshop with artisans at work" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -127,18 +128,15 @@ export default function LandingPage() { description="Flexible options to bring a Pianoforte into your life" plans={[ { - id: "essentials", title: "Studio Essentials", price: "$45,000", period: "starting price", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-musician-looks-into-collection-notes-sitting-piano_169016-15183.jpg", imageAlt: "Studio upright piano", button: { text: "Inquire Now", href: "#contact" }, - features: [ + id: "essentials", title: "Studio Essentials", price: "$45,000", period: "starting price", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-musician-looks-into-collection-notes-sitting-piano_169016-15183.jpg", imageAlt: "Studio upright piano", button: { text: "Inquire Now", href: "#contact" }, features: [ "Professional upright piano", "Full maintenance warranty", "Delivery and installation", "Initial tuning service"], }, { - id: "professional", title: "Professional Grand", price: "$89,500", period: "starting price", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-point-vintage-piano-keys_74190-341.jpg", imageAlt: "Professional grand piano", button: { text: "Inquire Now", href: "#contact" }, - features: [ + id: "professional", title: "Professional Grand", price: "$89,500", period: "starting price", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-point-vintage-piano-keys_74190-341.jpg", imageAlt: "Professional grand piano", button: { text: "Inquire Now", href: "#contact" }, features: [ "Yamaha CFX concert grand", "Premium warranty coverage", "White glove delivery", "Annual maintenance included"], }, { - id: "concert", title: "Concert Series", price: "$165,000", period: "starting price", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-music-piano_23-2151051675.jpg", imageAlt: "Concert grand piano Steinway", button: { text: "Inquire Now", href: "#contact" }, - features: [ + id: "concert", title: "Concert Series", price: "$165,000", period: "starting price", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-music-piano_23-2151051675.jpg", imageAlt: "Concert grand piano Steinway", button: { text: "Inquire Now", href: "#contact" }, features: [ "Steinway & Sons concert grand", "Lifetime warranty", "Exclusive artist support", "Quarterly maintenance visits"], }, ]} @@ -152,7 +150,7 @@ export default function LandingPage() {