Merge version_1 into main #23

Merged
bender merged 4 commits from version_1 into main 2026-03-06 05:04:34 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
"textRules": {
"title": {
"required": true,
"example": "Our Services",
"example": " Our Services",
"minChars": 2,
"maxChars": 50
},
@@ -73,7 +73,7 @@
"cardTitleClassName?": "string",
"cardDescriptionClassName?": "string"
},
"usageExample": "<FeatureCardTwentySeven features={[{ id: '1', title: 'Web Development', description: 'Custom websites built with modern technologies.', imageSrc: '/service1.jpg', imageAlt: 'Web Development' }]} gridVariant=\"uniform-4-items\" animationType=\"slide-up\" title=\"Our Services\" description=\"Discover what makes us different\" textboxLayout=\"default\" useInvertedBackground=\"noInvert\" />",
"usageExample": "<FeatureCardTwentySeven features={[{ id: '1', title: 'Web Development', description: 'Custom websites built with modern technologies.', imageSrc: '/service1.jpg', imageAlt: 'Web Development' }]} gridVariant=\"uniform-4-items\" animationType=\"slide-up\" title=\" Our Services\" description=\"Discover what makes us different\" textboxLayout=\"default\" useInvertedBackground=\"noInvert\" />",
"do": [
"Use for interactive feature showcases where exploration is desired",
"Best for 3-6 items (4 recommended)",

View File

@@ -40,7 +40,7 @@ export default function ContactPage() {
<div id="contact-process" data-section="contact-process">
<FeatureCardNineteen
title="How to Work With Us"
title="Hoasdw to Work With Us"
description="A simple process to bring your event vision to life"
tag="Let's Connect"
tagAnimation="slide-up"

View File

@@ -89,7 +89,7 @@ export default function HomePage() {
<div id="services" data-section="services">
<FeatureCardNineteen
title="Our Services"
title=" Our Services"
description="Comprehensive event solutions tailored to your brand vision and audience"
tag="What We Offer"
tagAnimation="slide-up"

View File

@@ -69,7 +69,7 @@ export default function ServicesPage() {
<div id="why-services" data-section="why-services">
<SplitAbout
title="Why Our Services Stand Out"
title="Why Our Services Stand Out"
description="Deep expertise in event production combined with local market knowledge"
tag="Service Advantages"
tagAnimation="slide-up"