Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-05-23 02:23:35 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="AR Flute Repair"
/>
@@ -54,110 +46,65 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitTestimonial
background={{
variant: "plain",
}}
variant: "plain"}}
title="Restore Your Instruments Voice"
description="Precision craftsmanship and restoration services for flute, piccolo, & alto flutes by Ana Ribot. Est. 2024."
testimonials={[
{
name: "Sarah J.",
handle: "Principal Flutist",
testimonial: "My flute plays better than it has in years. Incredible precision.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/having-fun-process-portrait-mature-painter-with-black-curly-hair-park-outdoors_146671-16105.jpg",
},
name: "Sarah J.", handle: "Principal Flutist", testimonial: "My flute plays better than it has in years. Incredible precision.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/having-fun-process-portrait-mature-painter-with-black-curly-hair-park-outdoors_146671-16105.jpg"},
{
name: "Michael R.",
handle: "Orchestral Artist",
testimonial: "Professional, fast, and incredibly detailed work. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/passionate-musician-celebrating-jazz-day-event_23-2148877007.jpg",
},
name: "Michael R.", handle: "Orchestral Artist", testimonial: "Professional, fast, and incredibly detailed work. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/passionate-musician-celebrating-jazz-day-event_23-2148877007.jpg"},
{
name: "Emily D.",
handle: "Flutist",
testimonial: "Excellent communication throughout the process. Truly master-level care.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/developing-my-musical-skills-caucasian-elementary-boy-playing-his-favorite-song-flute-while-sitting-living-room-his-online-lessons_662251-1602.jpg",
},
name: "Emily D.", handle: "Flutist", testimonial: "Excellent communication throughout the process. Truly master-level care.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/developing-my-musical-skills-caucasian-elementary-boy-playing-his-favorite-song-flute-while-sitting-living-room-his-online-lessons_662251-1602.jpg"},
{
name: "David W.",
handle: "Music Student",
testimonial: "The tone after the repair is phenomenal. Couldn't be happier.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-violon_1157-8504.jpg",
},
name: "David W.", handle: "Music Student", testimonial: "The tone after the repair is phenomenal. Couldn't be happier.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-violon_1157-8504.jpg"},
{
name: "Ana G.",
handle: "Performer",
testimonial: "A master at her craft. Very professional and timely.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-musician-playing-violin-defocused-ballerina-dancing_23-2148496679.jpg",
},
name: "Ana G.", handle: "Performer", testimonial: "A master at her craft. Very professional and timely.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-musician-playing-violin-defocused-ballerina-dancing_23-2148496679.jpg"},
]}
buttons={[
{
text: "Schedule a Consultation",
href: "#contact",
},
text: "Schedule a Consultation", href: "#contact"},
{
text: "Request a Quote",
href: "#contact",
},
text: "Request a Quote", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-drill-wood_23-2148643283.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-crafting-instrument-his-workshop_23-2149018562.jpg",
alt: "Instrument maker",
},
src: "http://img.b2bpic.net/free-photo/man-crafting-instrument-his-workshop_23-2149018562.jpg", alt: "Instrument maker"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-musician-with-instrument_23-2149154284.jpg",
alt: "Happy musician",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-musician-with-instrument_23-2149154284.jpg", alt: "Happy musician"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-playing-double-bass_23-2149356947.jpg",
alt: "Double bass player",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-playing-double-bass_23-2149356947.jpg", alt: "Double bass player"},
{
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-musician-playing-double-bas_23-2149356955.jpg",
alt: "Musician portrait",
},
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-musician-playing-double-bas_23-2149356955.jpg", alt: "Musician portrait"},
{
src: "http://img.b2bpic.net/free-photo/cool-trumpet-player_23-2147624363.jpg",
alt: "Trumpet player",
},
src: "http://img.b2bpic.net/free-photo/cool-trumpet-player_23-2147624363.jpg", alt: "Trumpet player"},
]}
avatarText="Trusted by 500+ orchestral artists"
marqueeItems={[
{
type: "text",
text: "Concert Quality Restoration",
},
type: "text", text: "Concert Quality Restoration"},
{
type: "text",
text: "Precision Mechanical Tuning",
},
type: "text", text: "Precision Mechanical Tuning"},
{
type: "text",
text: "Professional COA Services",
},
type: "text", text: "Professional COA Services"},
{
type: "text",
text: "Custom Headjoint Adjustments",
},
type: "text", text: "Custom Headjoint Adjustments"},
{
type: "text",
text: "Orchestral Instrument Care",
},
type: "text", text: "Orchestral Instrument Care"},
]}
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
useInvertedBackground={true}
title="Precision Flute Repair With Personal Care"
description="At AR Flute Repair, we specialize in comprehensive servicing for concert flutes, piccolos, and alto flutes. Our shop is built on transparent communication, careful craftsmanship, and deep respect for your instrument. We combine digital precision with old-world attention to detail to ensure every keywork adjustment is perfect."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6ctthx18KHojyh1o64BNJlVHJ/uploaded-1779502695329-ksodxz7k.jpg"
@@ -172,20 +119,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Full COA",
description: "Complete strip-down, ultrasonic cleaning, mechanical regulation, and oil replacement.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-musician-playing-stage_23-2149247134.jpg",
},
title: "Full COA", description: "Complete strip-down, ultrasonic cleaning, mechanical regulation, and oil replacement.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-musician-playing-stage_23-2149247134.jpg"},
{
title: "Keywork Restoration",
description: "Elimination of side-play and expert cork/felt regulation replacements.",
imageSrc: "http://img.b2bpic.net/free-photo/experienced-pensive-person-is-making-custom-made-shoes-his-personal-workshop_613910-17401.jpg",
},
title: "Keywork Restoration", description: "Elimination of side-play and expert cork/felt regulation replacements.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-pensive-person-is-making-custom-made-shoes-his-personal-workshop_613910-17401.jpg"},
{
title: "Headjoint Work",
description: "Embouchure optimization and custom cork replacements for perfect air seals.",
imageSrc: "http://img.b2bpic.net/free-photo/device-settings-maintenance-service-word-graphic_53876-138504.jpg",
},
title: "Headjoint Work", description: "Embouchure optimization and custom cork replacements for perfect air seals.", imageSrc: "http://img.b2bpic.net/free-photo/device-settings-maintenance-service-word-graphic_53876-138504.jpg"},
]}
title="Our Specialized Services"
description="Dedicated expert care for every component of your instrument."
@@ -199,54 +137,27 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "p1",
badge: "Essential",
price: "$150",
subtitle: "Clean, Oil, Adjust (COA)",
features: [
"Full strip-down",
"Ultrasonic cleaning",
"Key adjustment",
],
id: "p1", badge: "Essential", price: "$150", subtitle: "Clean, Oil, Adjust (COA)", features: [
"Full strip-down", "Ultrasonic cleaning", "Key adjustment"],
buttons: [
{
text: "Request Quote",
href: "#contact",
},
text: "Request Quote", href: "#contact"},
],
},
{
id: "p2",
badge: "Restoration",
price: "$300",
subtitle: "Mechanical Keywork",
features: [
"Elimination of side-play",
"Felt replacement",
"Rod alignment",
],
id: "p2", badge: "Restoration", price: "$300", subtitle: "Mechanical Keywork", features: [
"Elimination of side-play", "Felt replacement", "Rod alignment"],
buttons: [
{
text: "Request Quote",
href: "#contact",
},
text: "Request Quote", href: "#contact"},
],
},
{
id: "p3",
badge: "Specialized",
price: "$200",
subtitle: "Piccolo Care",
features: [
"Wood/composite care",
"Tone-hole seating",
"Pad adjustment",
],
id: "p3", badge: "Specialized", price: "$200", subtitle: "Piccolo Care", features: [
"Wood/composite care", "Tone-hole seating", "Pad adjustment"],
buttons: [
{
text: "Request Quote",
href: "#contact",
},
text: "Request Quote", href: "#contact"},
],
},
]}
@@ -261,20 +172,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How long do repairs take?",
content: "Standard COA services typically take 5-7 business days.",
},
id: "f1", title: "How long do repairs take?", content: "Standard COA services typically take 5-7 business days."},
{
id: "f2",
title: "Do you offer emergency repairs?",
content: "Yes, for minor stuck keys or bent rods, contact us for an emergency slot.",
},
id: "f2", title: "Do you offer emergency repairs?", content: "Yes, for minor stuck keys or bent rods, contact us for an emergency slot."},
{
id: "f3",
title: "Do you provide estimates?",
content: "Absolutely. All repairs start with a free digital estimate.",
},
id: "f3", title: "Do you provide estimates?", content: "Absolutely. All repairs start with a free digital estimate."},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-musician_23-2148207563.jpg"
title="Common Questions"
@@ -289,45 +191,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Precision Work",
quote: "My flute plays better than it has in years.",
name: "Sarah J.",
role: "Principal Flutist",
imageSrc: "http://img.b2bpic.net/free-photo/musician-posing-with-his-instrument_150588-100.jpg",
},
id: "t1", title: "Precision Work", quote: "My flute plays better than it has in years.", name: "Sarah J.", role: "Principal Flutist", imageSrc: "http://img.b2bpic.net/free-photo/musician-posing-with-his-instrument_150588-100.jpg"},
{
id: "t2",
title: "Detailed",
quote: "Professional, fast, and incredibly detailed work.",
name: "Michael R.",
role: "Artist",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-playing-saxophone-concept_23-2148739947.jpg",
},
id: "t2", title: "Detailed", quote: "Professional, fast, and incredibly detailed work.", name: "Michael R.", role: "Artist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-playing-saxophone-concept_23-2148739947.jpg"},
{
id: "t3",
title: "Great Comm",
quote: "Excellent communication throughout the process.",
name: "Emily D.",
role: "Flutist",
imageSrc: "http://img.b2bpic.net/free-photo/strong-powerful-african-american-man-black-suit-standing-against-piano_627829-1066.jpg",
},
id: "t3", title: "Great Comm", quote: "Excellent communication throughout the process.", name: "Emily D.", role: "Flutist", imageSrc: "http://img.b2bpic.net/free-photo/strong-powerful-african-american-man-black-suit-standing-against-piano_627829-1066.jpg"},
{
id: "t4",
title: "Expertise",
quote: "The tone after the repair is phenomenal.",
name: "David W.",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-artist-drinking-takeaway-coffee-holding-brushes-having-break-while-drawing-picture-wearing-casual-attire_176532-11759.jpg",
},
id: "t4", title: "Expertise", quote: "The tone after the repair is phenomenal.", name: "David W.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-artist-drinking-takeaway-coffee-holding-brushes-having-break-while-drawing-picture-wearing-casual-attire_176532-11759.jpg"},
{
id: "t5",
title: "Craftsmanship",
quote: "A master at her craft. Very professional.",
name: "Ana G.",
role: "Performer",
imageSrc: "http://img.b2bpic.net/free-photo/man-crafting-instrument-his-workshop_23-2149018560.jpg",
},
id: "t5", title: "Craftsmanship", quote: "A master at her craft. Very professional.", name: "Ana G.", role: "Performer", imageSrc: "http://img.b2bpic.net/free-photo/man-crafting-instrument-his-workshop_23-2149018560.jpg"},
]}
title="What Our Clients Say"
description="Professional artists trust us with their voices."
@@ -338,16 +210,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Booking"
title="Schedule Your Free Consultation Today"
description="Start the digital quote process and restore your instruments voice."
buttons={[
{
text: "Contact Us Now",
href: "mailto:anaribotflute@gmail.com",
},
text: "Contact Us Now", href: "mailto:anaribotflute@gmail.com"},
]}
/>
</div>
@@ -356,13 +225,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="AR Flute Repair Services"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>