mcp-probe-kit 3.0.14 → 3.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -11
- package/build/lib/__tests__/gitnexus-bridge.unit.test.js +9 -1
- package/build/lib/gitnexus-bridge.d.ts +1 -0
- package/build/lib/gitnexus-bridge.js +29 -1
- package/build/lib/skill-bridge.d.ts +31 -0
- package/build/lib/skill-bridge.js +100 -0
- package/build/resources/ui-ux-data/charts.json +302 -0
- package/build/resources/ui-ux-data/colors.json +1058 -0
- package/build/resources/ui-ux-data/icons.json +1102 -0
- package/build/resources/ui-ux-data/landing.json +262 -0
- package/build/resources/ui-ux-data/metadata.json +6 -0
- package/build/resources/ui-ux-data/products.json +1058 -0
- package/build/resources/ui-ux-data/react-performance.json +574 -0
- package/build/resources/ui-ux-data/stacks/astro.json +266 -0
- package/build/resources/ui-ux-data/stacks/flutter.json +626 -0
- package/build/resources/ui-ux-data/stacks/html-tailwind.json +662 -0
- package/build/resources/ui-ux-data/stacks/jetpack-compose.json +626 -0
- package/build/resources/ui-ux-data/stacks/nextjs.json +218 -0
- package/build/resources/ui-ux-data/stacks/nuxt-ui.json +14 -0
- package/build/resources/ui-ux-data/stacks/nuxtjs.json +182 -0
- package/build/resources/ui-ux-data/stacks/react-native.json +350 -0
- package/build/resources/ui-ux-data/stacks/react.json +530 -0
- package/build/resources/ui-ux-data/stacks/shadcn.json +566 -0
- package/build/resources/ui-ux-data/stacks/svelte.json +134 -0
- package/build/resources/ui-ux-data/stacks/swiftui.json +26 -0
- package/build/resources/ui-ux-data/stacks/vue.json +170 -0
- package/build/resources/ui-ux-data/styles.json +1610 -0
- package/build/resources/ui-ux-data/typography.json +743 -0
- package/build/resources/ui-ux-data/ui-reasoning.json +1431 -0
- package/build/resources/ui-ux-data/ux-guidelines.json +1190 -0
- package/build/resources/ui-ux-data/web-interface.json +389 -0
- package/build/schemas/ui-ux-schemas.js +1 -1
- package/build/tools/start_product.js +8 -1
- package/build/tools/start_ui.js +14 -3
- package/build/tools/ui-ux-tools.js +21 -17
- package/build/utils/ui-data-loader.d.ts +18 -2
- package/build/utils/ui-data-loader.js +74 -12
- package/docs/i18n/en.json +4 -2
- package/docs/i18n/ja.json +4 -2
- package/docs/i18n/ko.json +4 -2
- package/docs/i18n/zh-CN.json +4 -2
- package/docs/pages/getting-started.html +3 -0
- package/package.json +2 -1
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"No": "1",
|
|
4
|
+
"Pattern Name": "Hero + Features + CTA",
|
|
5
|
+
"Keywords": "hero, hero-centric, features, feature-rich, cta, call-to-action",
|
|
6
|
+
"Section Order": "1. Hero with headline/image, 2. Value prop, 3. Key features (3-5), 4. CTA section, 5. Footer",
|
|
7
|
+
"Primary CTA Placement": "Hero (sticky) + Bottom",
|
|
8
|
+
"Color Strategy": "Hero: Brand primary or vibrant. Features: Card bg #FAFAFA. CTA: Contrasting accent color",
|
|
9
|
+
"Recommended Effects": "Hero parallax, feature card hover lift, CTA glow on hover",
|
|
10
|
+
"Conversion Optimization": "Deep CTA placement. Use contrasting color (at least 7:1 contrast ratio). Sticky navbar CTA."
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"No": "2",
|
|
14
|
+
"Pattern Name": "Hero + Testimonials + CTA",
|
|
15
|
+
"Keywords": "hero, testimonials, social-proof, trust, reviews, cta",
|
|
16
|
+
"Section Order": "1. Hero, 2. Problem statement, 3. Solution overview, 4. Testimonials carousel, 5. CTA",
|
|
17
|
+
"Primary CTA Placement": "Hero (sticky) + Post-testimonials",
|
|
18
|
+
"Color Strategy": "Hero: Brand color. Testimonials: Light bg #F5F5F5. Quotes: Italic, muted color #666. CTA: Vibrant",
|
|
19
|
+
"Recommended Effects": "Testimonial carousel slide animations, quote marks animations, avatar fade-in",
|
|
20
|
+
"Conversion Optimization": "Social proof before CTA. Use 3-5 testimonials. Include photo + name + role. CTA after social proof."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"No": "3",
|
|
24
|
+
"Pattern Name": "Product Demo + Features",
|
|
25
|
+
"Keywords": "demo, product-demo, features, showcase, interactive",
|
|
26
|
+
"Section Order": "1. Hero, 2. Product video/mockup (center), 3. Feature breakdown per section, 4. Comparison (optional), 5. CTA",
|
|
27
|
+
"Primary CTA Placement": "Video center + CTA right/bottom",
|
|
28
|
+
"Color Strategy": "Video surround: Brand color overlay. Features: Icon color #0080FF. Text: Dark #222",
|
|
29
|
+
"Recommended Effects": "Video play button pulse, feature scroll reveals, demo interaction highlights",
|
|
30
|
+
"Conversion Optimization": "Embedded product demo increases engagement. Use interactive mockup if possible. Auto-play video muted."
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"No": "4",
|
|
34
|
+
"Pattern Name": "Minimal Single Column",
|
|
35
|
+
"Keywords": "minimal, simple, direct, single-column, clean",
|
|
36
|
+
"Section Order": "1. Hero headline, 2. Short description, 3. Benefit bullets (3 max), 4. CTA, 5. Footer",
|
|
37
|
+
"Primary CTA Placement": "Center, large CTA button",
|
|
38
|
+
"Color Strategy": "Minimalist: Brand + white #FFFFFF + accent. Buttons: High contrast 7:1+. Text: Black/Dark grey",
|
|
39
|
+
"Recommended Effects": "Minimal hover effects. Smooth scroll. CTA scale on hover (subtle)",
|
|
40
|
+
"Conversion Optimization": "Single CTA focus. Large typography. Lots of whitespace. No nav clutter. Mobile-first."
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"No": "5",
|
|
44
|
+
"Pattern Name": "Funnel (3-Step Conversion)",
|
|
45
|
+
"Keywords": "funnel, conversion, steps, wizard, onboarding",
|
|
46
|
+
"Section Order": "1. Hero, 2. Step 1 (problem), 3. Step 2 (solution), 4. Step 3 (action), 5. CTA progression",
|
|
47
|
+
"Primary CTA Placement": "Each step: mini-CTA. Final: main CTA",
|
|
48
|
+
"Color Strategy": "Step colors: 1 (Red/Problem), 2 (Orange/Process), 3 (Green/Solution). CTA: Brand color",
|
|
49
|
+
"Recommended Effects": "Step number animations, progress bar fill, step transitions smooth scroll",
|
|
50
|
+
"Conversion Optimization": "Progressive disclosure. Show only essential info per step. Use progress indicators. Multiple CTAs."
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"No": "6",
|
|
54
|
+
"Pattern Name": "Comparison Table + CTA",
|
|
55
|
+
"Keywords": "comparison, table, compare, versus, cta",
|
|
56
|
+
"Section Order": "1. Hero, 2. Problem intro, 3. Comparison table (product vs competitors), 4. Pricing (optional), 5. CTA",
|
|
57
|
+
"Primary CTA Placement": "Table: Right column. CTA: Below table",
|
|
58
|
+
"Color Strategy": "Table: Alternating rows (white/light grey). Your product: Highlight #FFFACD (light yellow) or green. Text: Dark",
|
|
59
|
+
"Recommended Effects": "Table row hover highlight, price toggle animations, feature checkmark animations",
|
|
60
|
+
"Conversion Optimization": "Use comparison to show unique value. Highlight your product row. Include 'free trial' in pricing row."
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"No": "7",
|
|
64
|
+
"Pattern Name": "Lead Magnet + Form",
|
|
65
|
+
"Keywords": "lead, form, signup, capture, email, magnet",
|
|
66
|
+
"Section Order": "1. Hero (benefit headline), 2. Lead magnet preview (ebook cover, checklist, etc), 3. Form (minimal fields), 4. CTA submit",
|
|
67
|
+
"Primary CTA Placement": "Form CTA: Submit button",
|
|
68
|
+
"Color Strategy": "Lead magnet: Professional design. Form: Clean white bg. Inputs: Light border #CCCCCC. CTA: Brand color",
|
|
69
|
+
"Recommended Effects": "Form focus state animations, input validation animations, success confirmation animation",
|
|
70
|
+
"Conversion Optimization": "Form fields ≤ 3 for best conversion. Offer valuable lead magnet preview. Show form submission progress."
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"No": "8",
|
|
74
|
+
"Pattern Name": "Pricing Page + CTA",
|
|
75
|
+
"Keywords": "pricing, plans, tiers, comparison, cta",
|
|
76
|
+
"Section Order": "1. Hero (pricing headline), 2. Price comparison cards, 3. Feature comparison table, 4. FAQ section, 5. Final CTA",
|
|
77
|
+
"Primary CTA Placement": "Each card: CTA button. Sticky CTA in nav",
|
|
78
|
+
"Color Strategy": "Free: Grey, Starter: Blue, Pro: Green/Gold, Enterprise: Dark. Cards: 1px border, shadow",
|
|
79
|
+
"Recommended Effects": "Price toggle animation (monthly/yearly), card comparison highlight, FAQ accordion open/close",
|
|
80
|
+
"Conversion Optimization": "Recommend starter plan (pre-select/highlight). Show annual discount (20-30%). Use FAQs to address concerns."
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"No": "9",
|
|
84
|
+
"Pattern Name": "Video-First Hero",
|
|
85
|
+
"Keywords": "video, hero, media, visual, engaging",
|
|
86
|
+
"Section Order": "1. Hero with video background, 2. Key features overlay, 3. Benefits section, 4. CTA",
|
|
87
|
+
"Primary CTA Placement": "Overlay on video (center/bottom) + Bottom section",
|
|
88
|
+
"Color Strategy": "Dark overlay 60% on video. Brand accent for CTA. White text on dark.",
|
|
89
|
+
"Recommended Effects": "Video autoplay muted, parallax scroll, text fade-in on scroll",
|
|
90
|
+
"Conversion Optimization": "86% higher engagement with video. Add captions for accessibility. Compress video for performance."
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"No": "10",
|
|
94
|
+
"Pattern Name": "Scroll-Triggered Storytelling",
|
|
95
|
+
"Keywords": "storytelling, scroll, narrative, story, immersive",
|
|
96
|
+
"Section Order": "1. Intro hook, 2. Chapter 1 (problem), 3. Chapter 2 (journey), 4. Chapter 3 (solution), 5. Climax CTA",
|
|
97
|
+
"Primary CTA Placement": "End of each chapter (mini) + Final climax CTA",
|
|
98
|
+
"Color Strategy": "Progressive reveal. Each chapter has distinct color. Building intensity.",
|
|
99
|
+
"Recommended Effects": "ScrollTrigger animations, parallax layers, progressive disclosure, chapter transitions",
|
|
100
|
+
"Conversion Optimization": "Narrative increases time-on-page 3x. Use progress indicator. Mobile: simplify animations."
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"No": "11",
|
|
104
|
+
"Pattern Name": "AI Personalization Landing",
|
|
105
|
+
"Keywords": "ai, personalization, smart, recommendation, dynamic",
|
|
106
|
+
"Section Order": "1. Dynamic hero (personalized), 2. Relevant features, 3. Tailored testimonials, 4. Smart CTA",
|
|
107
|
+
"Primary CTA Placement": "Context-aware placement based on user segment",
|
|
108
|
+
"Color Strategy": "Adaptive based on user data. A/B test color variations per segment.",
|
|
109
|
+
"Recommended Effects": "Dynamic content swap, fade transitions, personalized product recommendations",
|
|
110
|
+
"Conversion Optimization": "20%+ conversion with personalization. Requires analytics integration. Fallback for new users."
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"No": "12",
|
|
114
|
+
"Pattern Name": "Waitlist/Coming Soon",
|
|
115
|
+
"Keywords": "waitlist, coming-soon, launch, early-access, notify",
|
|
116
|
+
"Section Order": "1. Hero with countdown, 2. Product teaser/preview, 3. Email capture form, 4. Social proof (waitlist count)",
|
|
117
|
+
"Primary CTA Placement": "Email form prominent (above fold) + Sticky form on scroll",
|
|
118
|
+
"Color Strategy": "Anticipation: Dark + accent highlights. Countdown in brand color. Urgency indicators.",
|
|
119
|
+
"Recommended Effects": "Countdown timer animation, email validation feedback, success confetti, social share buttons",
|
|
120
|
+
"Conversion Optimization": "Scarcity + exclusivity. Show waitlist count. Early access benefits. Referral program."
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"No": "13",
|
|
124
|
+
"Pattern Name": "Comparison Table Focus",
|
|
125
|
+
"Keywords": "comparison, table, versus, compare, features",
|
|
126
|
+
"Section Order": "1. Hero (problem statement), 2. Comparison matrix (you vs competitors), 3. Feature deep-dive, 4. Winner CTA",
|
|
127
|
+
"Primary CTA Placement": "After comparison table (highlighted row) + Bottom",
|
|
128
|
+
"Color Strategy": "Your product column highlighted (accent bg or green). Competitors neutral. Checkmarks green.",
|
|
129
|
+
"Recommended Effects": "Table row hover highlight, feature checkmark animations, sticky comparison header",
|
|
130
|
+
"Conversion Optimization": "Show value vs competitors. 35% higher conversion. Be factual. Include pricing if favorable."
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"No": "14",
|
|
134
|
+
"Pattern Name": "Pricing-Focused Landing",
|
|
135
|
+
"Keywords": "pricing, price, cost, plans, subscription",
|
|
136
|
+
"Section Order": "1. Hero (value proposition), 2. Pricing cards (3 tiers), 3. Feature comparison, 4. FAQ, 5. Final CTA",
|
|
137
|
+
"Primary CTA Placement": "Each pricing card + Sticky CTA in nav + Bottom",
|
|
138
|
+
"Color Strategy": "Popular plan highlighted (brand color border/bg). Free: grey. Enterprise: dark/premium.",
|
|
139
|
+
"Recommended Effects": "Price toggle monthly/annual animation, card hover lift, FAQ accordion smooth open",
|
|
140
|
+
"Conversion Optimization": "Annual discount 20-30%. Recommend mid-tier (most popular badge). Address objections in FAQ."
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"No": "15",
|
|
144
|
+
"Pattern Name": "App Store Style Landing",
|
|
145
|
+
"Keywords": "app, mobile, download, store, install",
|
|
146
|
+
"Section Order": "1. Hero with device mockup, 2. Screenshots carousel, 3. Features with icons, 4. Reviews/ratings, 5. Download CTAs",
|
|
147
|
+
"Primary CTA Placement": "Download buttons prominent (App Store + Play Store) throughout",
|
|
148
|
+
"Color Strategy": "Dark/light matching app store feel. Star ratings in gold. Screenshots with device frames.",
|
|
149
|
+
"Recommended Effects": "Device mockup rotations, screenshot slider, star rating animations, download button pulse",
|
|
150
|
+
"Conversion Optimization": "Show real screenshots. Include ratings (4.5+ stars). QR code for mobile. Platform-specific CTAs."
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"No": "16",
|
|
154
|
+
"Pattern Name": "FAQ/Documentation Landing",
|
|
155
|
+
"Keywords": "faq, documentation, help, support, questions",
|
|
156
|
+
"Section Order": "1. Hero with search bar, 2. Popular categories, 3. FAQ accordion, 4. Contact/support CTA",
|
|
157
|
+
"Primary CTA Placement": "Search bar prominent + Contact CTA for unresolved questions",
|
|
158
|
+
"Color Strategy": "Clean, high readability. Minimal color. Category icons in brand color. Success green for resolved.",
|
|
159
|
+
"Recommended Effects": "Search autocomplete, smooth accordion open/close, category hover, helpful feedback buttons",
|
|
160
|
+
"Conversion Optimization": "Reduce support tickets. Track search analytics. Show related articles. Contact escalation path."
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"No": "17",
|
|
164
|
+
"Pattern Name": "Immersive/Interactive Experience",
|
|
165
|
+
"Keywords": "immersive, interactive, experience, 3d, animation",
|
|
166
|
+
"Section Order": "1. Full-screen interactive element, 2. Guided product tour, 3. Key benefits revealed, 4. CTA after completion",
|
|
167
|
+
"Primary CTA Placement": "After interaction complete + Skip option for impatient users",
|
|
168
|
+
"Color Strategy": "Immersive experience colors. Dark background for focus. Highlight interactive elements.",
|
|
169
|
+
"Recommended Effects": "WebGL, 3D interactions, gamification elements, progress indicators, reward animations",
|
|
170
|
+
"Conversion Optimization": "40% higher engagement. Performance trade-off. Provide skip option. Mobile fallback essential."
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"No": "18",
|
|
174
|
+
"Pattern Name": "Event/Conference Landing",
|
|
175
|
+
"Keywords": "event, conference, meetup, registration, schedule",
|
|
176
|
+
"Section Order": "1. Hero (date/location/countdown), 2. Speakers grid, 3. Agenda/schedule, 4. Sponsors, 5. Register CTA",
|
|
177
|
+
"Primary CTA Placement": "Register CTA sticky + After speakers + Bottom",
|
|
178
|
+
"Color Strategy": "Urgency colors (countdown). Event branding. Speaker cards professional. Sponsor logos neutral.",
|
|
179
|
+
"Recommended Effects": "Countdown timer, speaker hover cards with bio, agenda tabs, early bird countdown",
|
|
180
|
+
"Conversion Optimization": "Early bird pricing with deadline. Social proof (past attendees). Speaker credibility. Multi-ticket discounts."
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"No": "19",
|
|
184
|
+
"Pattern Name": "Product Review/Ratings Focused",
|
|
185
|
+
"Keywords": "reviews, ratings, testimonials, social-proof, stars",
|
|
186
|
+
"Section Order": "1. Hero (product + aggregate rating), 2. Rating breakdown, 3. Individual reviews, 4. Buy/CTA",
|
|
187
|
+
"Primary CTA Placement": "After reviews summary + Buy button alongside reviews",
|
|
188
|
+
"Color Strategy": "Trust colors. Star ratings gold. Verified badge green. Review sentiment colors.",
|
|
189
|
+
"Recommended Effects": "Star fill animations, review filtering, helpful vote interactions, photo lightbox",
|
|
190
|
+
"Conversion Optimization": "User-generated content builds trust. Show verified purchases. Filter by rating. Respond to negative reviews."
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"No": "20",
|
|
194
|
+
"Pattern Name": "Community/Forum Landing",
|
|
195
|
+
"Keywords": "community, forum, social, members, discussion",
|
|
196
|
+
"Section Order": "1. Hero (community value prop), 2. Popular topics/categories, 3. Active members showcase, 4. Join CTA",
|
|
197
|
+
"Primary CTA Placement": "Join button prominent + After member showcase",
|
|
198
|
+
"Color Strategy": "Warm, welcoming. Member photos add humanity. Topic badges in brand colors. Activity indicators green.",
|
|
199
|
+
"Recommended Effects": "Member avatars animation, activity feed live updates, topic hover previews, join success celebration",
|
|
200
|
+
"Conversion Optimization": "Show active community (member count, posts today). Highlight benefits. Preview content. Easy onboarding."
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"No": "21",
|
|
204
|
+
"Pattern Name": "Before-After Transformation",
|
|
205
|
+
"Keywords": "before-after, transformation, results, comparison",
|
|
206
|
+
"Section Order": "1. Hero (problem state), 2. Transformation slider/comparison, 3. How it works, 4. Results CTA",
|
|
207
|
+
"Primary CTA Placement": "After transformation reveal + Bottom",
|
|
208
|
+
"Color Strategy": "Contrast: muted/grey (before) vs vibrant/colorful (after). Success green for results.",
|
|
209
|
+
"Recommended Effects": "Slider comparison interaction, before/after reveal animations, result counters, testimonial videos",
|
|
210
|
+
"Conversion Optimization": "Visual proof of value. 45% higher conversion. Real results. Specific metrics. Guarantee offer."
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"No": "22",
|
|
214
|
+
"Pattern Name": "Marketplace / Directory",
|
|
215
|
+
"Keywords": "marketplace, directory, search, listing",
|
|
216
|
+
"Section Order": "1. Hero (Search focused), 2. Categories, 3. Featured Listings, 4. Trust/Safety, 5. CTA (Become a host/seller)",
|
|
217
|
+
"Primary CTA Placement": "Hero Search Bar + Navbar 'List your item'",
|
|
218
|
+
"Color Strategy": "Search: High contrast. Categories: Visual icons. Trust: Blue/Green.",
|
|
219
|
+
"Recommended Effects": "Search autocomplete animation",
|
|
220
|
+
"Conversion Optimization": " map hover pins, card carousel, Search bar is the CTA. Reduce friction to search. Popular searches suggestions."
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"No": "23",
|
|
224
|
+
"Pattern Name": "Newsletter / Content First",
|
|
225
|
+
"Keywords": "newsletter, content, writer, blog, subscribe",
|
|
226
|
+
"Section Order": "1. Hero (Value Prop + Form), 2. Recent Issues/Archives, 3. Social Proof (Subscriber count), 4. About Author",
|
|
227
|
+
"Primary CTA Placement": "Hero inline form + Sticky header form",
|
|
228
|
+
"Color Strategy": "Minimalist. Paper-like background. Text focus. Accent color for Subscribe.",
|
|
229
|
+
"Recommended Effects": "Text highlight animations",
|
|
230
|
+
"Conversion Optimization": " typewriter effect, subtle fade-in, Single field form (Email only). Show 'Join X, 000 readers'. Read sample link."
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"No": "24",
|
|
234
|
+
"Pattern Name": "Webinar Registration",
|
|
235
|
+
"Keywords": "webinar, registration, event, training, live",
|
|
236
|
+
"Section Order": "1. Hero (Topic + Timer + Form), 2. What you'll learn, 3. Speaker Bio, 4. Urgency/Bonuses, 5. Form (again)",
|
|
237
|
+
"Primary CTA Placement": "Hero (Right side form) + Bottom anchor",
|
|
238
|
+
"Color Strategy": "Urgency: Red/Orange. Professional: Blue/Navy. Form: High contrast white.",
|
|
239
|
+
"Recommended Effects": "Countdown timer",
|
|
240
|
+
"Conversion Optimization": " speaker avatar float, urgent ticker, Limited seats logic. 'Live' indicator. Auto-fill timezone."
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"No": "25",
|
|
244
|
+
"Pattern Name": "Enterprise Gateway",
|
|
245
|
+
"Keywords": "enterprise, corporate, gateway, solutions, portal",
|
|
246
|
+
"Section Order": "1. Hero (Video/Mission), 2. Solutions by Industry, 3. Solutions by Role, 4. Client Logos, 5. Contact Sales",
|
|
247
|
+
"Primary CTA Placement": "Contact Sales (Primary) + Login (Secondary)",
|
|
248
|
+
"Color Strategy": "Corporate: Navy/Grey. High integrity. Conservative accents.",
|
|
249
|
+
"Recommended Effects": "Slow video background",
|
|
250
|
+
"Conversion Optimization": " logo carousel, tab switching for industries, Path selection (I am a...). Mega menu navigation. Trust signals prominent."
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"No": "26",
|
|
254
|
+
"Pattern Name": "Portfolio Grid",
|
|
255
|
+
"Keywords": "portfolio, grid, showcase, gallery, masonry",
|
|
256
|
+
"Section Order": "1. Hero (Name/Role), 2. Project Grid (Masonry), 3. About/Philosophy, 4. Contact",
|
|
257
|
+
"Primary CTA Placement": "Project Card Hover + Footer Contact",
|
|
258
|
+
"Color Strategy": "Neutral background (let work shine). Text: Black/White. Accent: Minimal.",
|
|
259
|
+
"Recommended Effects": "Image lazy load reveal",
|
|
260
|
+
"Conversion Optimization": " hover overlay info, lightbox view, Visuals first. Filter by category. Fast loading essential."
|
|
261
|
+
}
|
|
262
|
+
]
|