Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 11:24:29 +00:00

View File

@@ -13,9 +13,9 @@ export default function ServicesPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Portfolio", id: "portfolio" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
{ name: "Portfolio", id: "/portfolio" },
];
return (
@@ -50,23 +50,11 @@ export default function ServicesPage() {
tagIcon={Gem}
features={[
{
title: "Luxury Brand Strategy",
description: "Develop compelling narratives and positioning that resonate with affluent audiences and establish market leadership.",
imageSrc: "http://img.b2bpic.net/free-photo/corporate-associates-looking-into-project-details-timetables_482257-115638.jpg?_wi=2",
imageAlt: "Premium Brand Strategy Consulting",
},
title: "Luxury Brand Strategy", description: "Develop compelling narratives and positioning that resonate with affluent audiences and establish market leadership.", imageSrc: "http://img.b2bpic.net/free-photo/corporate-associates-looking-into-project-details-timetables_482257-115638.jpg", imageAlt: "Premium Brand Strategy Consulting"},
{
title: "Exclusive Design Excellence",
description: "Create sophisticated visual identities and premium experiences that reflect your brand's uncompromising standards.",
imageSrc: "http://img.b2bpic.net/free-photo/technological-background-concept_23-2148882657.jpg?_wi=2",
imageAlt: "Luxury Design Services",
},
title: "Exclusive Design Excellence", description: "Create sophisticated visual identities and premium experiences that reflect your brand's uncompromising standards.", imageSrc: "http://img.b2bpic.net/free-photo/technological-background-concept_23-2148882657.jpg", imageAlt: "Luxury Design Services"},
{
title: "High-End Marketing Solutions",
description: "Execute precision-targeted campaigns that connect with your most valuable customers and amplify brand prestige.",
imageSrc: "http://img.b2bpic.net/free-photo/focused-man-leader-explaining-management-project-using-monitor-working-company-meeting-office-roo_482257-2924.jpg?_wi=2",
imageAlt: "Luxury Marketing Excellence",
},
title: "High-End Marketing Solutions", description: "Execute precision-targeted campaigns that connect with your most valuable customers and amplify brand prestige.", imageSrc: "http://img.b2bpic.net/free-photo/focused-man-leader-explaining-management-project-using-monitor-working-company-meeting-office-roo_482257-2924.jpg", imageAlt: "Luxury Marketing Excellence"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -83,15 +71,9 @@ export default function ServicesPage() {
tag="Service Excellence"
metrics={[
{
id: "1",
value: "15+",
description: "Years of dedicated experience in premium brand development and luxury market positioning.",
},
id: "1", value: "15+", description: "Years of dedicated experience in premium brand development and luxury market positioning."},
{
id: "2",
value: "98%",
description: "Client retention rate demonstrating our commitment to long-term partnership and exceptional results.",
},
id: "2", value: "98%", description: "Client retention rate demonstrating our commitment to long-term partnership and exceptional results."},
]}
tagAnimation="slide-up"
metricsAnimation="slide-up"
@@ -107,39 +89,25 @@ export default function ServicesPage() {
description="Schedule a consultation with our team to explore how our premium services can elevate your luxury brand to new heights of excellence and market impact."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
name: "company",
type: "text",
placeholder: "Company Name",
required: true,
name: "company", type: "text", placeholder: "Company Name", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: false,
name: "phone", type: "tel", placeholder: "Phone Number", required: false,
},
]}
textarea={{
name: "message",
placeholder: "Tell us about your service needs and brand vision...",
rows: 5,
name: "message", placeholder: "Tell us about your service needs and brand vision...", rows: 5,
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiling-curly-woman-talking-by-phone_171337-16735.jpg?_wi=2"
imageAlt: "VOLGA Service Consultation"
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiling-curly-woman-talking-by-phone_171337-16735.jpg"
imageAlt="VOLGA Service Consultation"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Schedule Consultation"
@@ -152,13 +120,9 @@ export default function ServicesPage() {
<FooterLogoReveal
logoText="VOLGA"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
ariaLabel="Site footer"
/>
</div>