Merge version_1 into main #3
@@ -20,7 +20,8 @@ export default function AboutPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "📞 +420 777 038 440", href: "tel:+420777038440"};
|
||||
text: "📞 +420 777 038 440", href: "tel:+420777038440"
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -67,12 +68,15 @@ export default function AboutPage() {
|
||||
<TextSplitAbout
|
||||
title="The XtremeBikes Story"
|
||||
description={[
|
||||
"Milan Pražan founded XtremeBikes with a simple mission: provide expert, honest motorcycle repair and restoration services to the local community. With over 20 years of hands-on experience working on motorcycles and scooters, Milan has built a reputation for precision craftsmanship and customer care.", "What started as a small workshop has grown into a full-service facility equipped with professional welding equipment, diagnostic tools, and an extensive inventory of parts and motorcycles. Milan's passion for motorcycles is evident in every project—whether it's a routine oil change or a complete ground-up restoration.", "Today, XtremeBikes is known throughout South Bohemia as the go-to shop for serious motorcycle work. We don't rush jobs, we don't compromise on quality, and we always put the customer first.", "Visit us at Husova 909, Planá nad Lužnicí, or call +420 777 038 440 to learn more."]}
|
||||
"Milan Pražan founded XtremeBikes with a simple mission: provide expert, honest motorcycle repair and restoration services to the local community. With over 20 years of hands-on experience working on motorcycles and scooters, Milan has built a reputation for precision craftsmanship and customer care.", "What started as a small workshop has grown into a full-service facility equipped with professional welding equipment, diagnostic tools, and an extensive inventory of parts and motorcycles. Milan's passion for motorcycles is evident in every project—whether it's a routine oil change or a complete ground-up restoration.", "Today, XtremeBikes is known throughout South Bohemia as the go-to shop for serious motorcycle work. We don't rush jobs, we don't compromise on quality, and we always put the customer first.", "Visit us at Husova 909, Planá nad Lužnicí, or call +420 777 038 440 to learn more."
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Get in Touch", href: "tel:+420777038440"},
|
||||
text: "📞 Get in Touch", href: "tel:+420777038440"
|
||||
},
|
||||
{
|
||||
text: "Visit Workshop", href: "https://maps.google.com/?q=Husova+909+Planá+nad+Lužnicí"},
|
||||
text: "Visit Workshop", href: "https://maps.google.com/?q=Husova+909+Planá+nad+Lužnicí"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -97,11 +101,14 @@ export default function AboutPage() {
|
||||
animationType="blur-reveal"
|
||||
members={[
|
||||
{
|
||||
id: "member-1", name: "Milan Pražan", role: "Owner & Master Technician", description: "20+ years of motorcycle repair expertise. Specializes in restoration and welding work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qhz9is", imageAlt: "Milan Pražan"},
|
||||
id: "member-1", name: "Milan Pražan", role: "Owner & Master Technician", description: "20+ years of motorcycle repair expertise. Specializes in restoration and welding work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qhz9is", imageAlt: "Milan Pražan"
|
||||
},
|
||||
{
|
||||
id: "member-2", name: "Technical Specialist", role: "Certified Mechanic", description: "Expert in engine diagnostics and repair. Handles complex mechanical challenges.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nzurog", imageAlt: "Technical Specialist"},
|
||||
id: "member-2", name: "Technical Specialist", role: "Certified Mechanic", description: "Expert in engine diagnostics and repair. Handles complex mechanical challenges.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nzurog", imageAlt: "Technical Specialist"
|
||||
},
|
||||
{
|
||||
id: "member-3", name: "Welding Expert", role: "Metal Fabricator", description: "Professional aluminum wheel welding and non-ferrous metal work specialist.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l6666r", imageAlt: "Welding Expert"},
|
||||
id: "member-3", name: "Welding Expert", role: "Metal Fabricator", description: "Professional aluminum wheel welding and non-ferrous metal work specialist.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l6666r", imageAlt: "Welding Expert"
|
||||
},
|
||||
]}
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70"
|
||||
@@ -116,16 +123,19 @@ export default function AboutPage() {
|
||||
tag="Getting Here"
|
||||
tagIcon={MapPin}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="opacity"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1", category: "Address", title: "Workshop Location", subtitle: "Husova 909", value: "Planá nad Lužnicí"},
|
||||
id: "metric-1", category: "Address", title: "Workshop Location", subtitle: "Husova 909", value: "Planá nad Lužnicí"
|
||||
},
|
||||
{
|
||||
id: "metric-2", category: "Phone", title: "Call Us", subtitle: "+420 777 038 440", value: "Available Daily"},
|
||||
id: "metric-2", category: "Phone", title: "Call Us", subtitle: "+420 777 038 440", value: "Available Daily"
|
||||
},
|
||||
{
|
||||
id: "metric-3", category: "Region", title: "Service Area", subtitle: "South Bohemia", value: "South Tábor Region"},
|
||||
id: "metric-3", category: "Region", title: "Service Area", subtitle: "South Bohemia", value: "South Tábor Region"
|
||||
},
|
||||
]}
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70"
|
||||
@@ -140,10 +150,12 @@ export default function AboutPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://maps.google.com/?q=Husova+909+Planá+nad+Lužnicí", ariaLabel: "Visit us on Google Maps"},
|
||||
href: "https://maps.google.com/?q=Husova+909+Planá+nad+Lužnicí", ariaLabel: "Visit us on Google Maps"
|
||||
},
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+420777038440", ariaLabel: "Call XtremeBikes"},
|
||||
href: "tel:+420777038440", ariaLabel: "Call XtremeBikes"
|
||||
},
|
||||
]}
|
||||
containerClassName="bg-card border-t border-accent/30"
|
||||
/>
|
||||
|
||||
@@ -36,7 +36,8 @@ export default function ContactPage() {
|
||||
navItems={navItems}
|
||||
brandName="XtremeBikes"
|
||||
button={{
|
||||
text: "📞 +420 777 038 440", href: "tel:+420777038440"}}
|
||||
text: "📞 +420 777 038 440", href: "tel:+420777038440"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,7 +51,8 @@ export default function ContactPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call Now", href: "tel:+420777038440"},
|
||||
text: "📞 Call Now", href: "tel:+420777038440"
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uzc2cb"
|
||||
imageAlt="XtremeBikes Workshop Contact"
|
||||
@@ -71,7 +73,8 @@ export default function ContactPage() {
|
||||
description="Fill out the form below and we'll respond as quickly as possible. For urgent issues, call directly at +420 777 038 440."
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call Instead", href: "tel:+420777038440"},
|
||||
text: "📞 Call Instead", href: "tel:+420777038440"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -88,16 +91,19 @@ export default function ContactPage() {
|
||||
tag="Quick Info"
|
||||
tagIcon={Info}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="spread"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="opacity"
|
||||
metrics={[
|
||||
{
|
||||
id: "info-1", category: "Address", title: "Husova 909", subtitle: "Planá nad Lužnicí", value: "39111 Czech Republic"},
|
||||
id: "info-1", category: "Address", title: "Husova 909", subtitle: "Planá nad Lužnicí", value: "39111 Czech Republic"
|
||||
},
|
||||
{
|
||||
id: "info-2", category: "Phone", title: "+420 777 038 440", subtitle: "Direct Line", value: "Call Anytime"},
|
||||
id: "info-2", category: "Phone", title: "+420 777 038 440", subtitle: "Direct Line", value: "Call Anytime"
|
||||
},
|
||||
{
|
||||
id: "info-3", category: "Hours", title: "Monday - Friday", subtitle: "8:00 - 18:00", value: "Saturday by Appointment"},
|
||||
id: "info-3", category: "Hours", title: "Monday - Friday", subtitle: "8:00 - 18:00", value: "Saturday by Appointment"
|
||||
},
|
||||
]}
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70"
|
||||
@@ -111,10 +117,12 @@ export default function ContactPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+420777038440", ariaLabel: "Call XtremeBikes"},
|
||||
href: "tel:+420777038440", ariaLabel: "Call XtremeBikes"
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://maps.google.com/?q=Husova+909+Planá+nad+Lužnicí", ariaLabel: "Google Maps Directions"},
|
||||
href: "https://maps.google.com/?q=Husova+909+Planá+nad+Lužnicí", ariaLabel: "Google Maps Directions"
|
||||
},
|
||||
]}
|
||||
ariaLabel="Site footer with contact information"
|
||||
containerClassName="bg-card border-t border-accent/30"
|
||||
|
||||
Reference in New Issue
Block a user