@opensite/ui 1.4.0 → 1.4.1
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/dist/components.cjs +90 -90
- package/dist/components.js +90 -90
- package/dist/feature-bento-image-grid.cjs +219 -114
- package/dist/feature-bento-image-grid.js +219 -114
- package/dist/feature-icon-grid-bordered.cjs +1 -1
- package/dist/feature-icon-grid-bordered.js +1 -1
- package/dist/footer-accordion-social.cjs +6 -6
- package/dist/footer-accordion-social.js +6 -6
- package/dist/footer-animated-social.cjs +7 -7
- package/dist/footer-animated-social.js +7 -7
- package/dist/footer-background-card.cjs +13 -13
- package/dist/footer-background-card.js +13 -13
- package/dist/footer-brand-description.cjs +12 -10
- package/dist/footer-brand-description.d.cts +5 -1
- package/dist/footer-brand-description.d.ts +5 -1
- package/dist/footer-brand-description.js +12 -10
- package/dist/footer-brand-links-contact.cjs +9 -9
- package/dist/footer-brand-links-contact.js +9 -9
- package/dist/footer-comprehensive-links.cjs +1 -1
- package/dist/footer-comprehensive-links.js +1 -1
- package/dist/footer-contact-card.cjs +7 -39
- package/dist/footer-contact-card.js +7 -39
- package/dist/footer-cta-banner.cjs +10 -10
- package/dist/footer-cta-banner.js +10 -10
- package/dist/footer-cta-social.cjs +7 -7
- package/dist/footer-cta-social.js +7 -7
- package/dist/footer-info-cards-accordion.cjs +9 -9
- package/dist/footer-info-cards-accordion.js +9 -9
- package/dist/footer-links-grid.cjs +1 -1
- package/dist/footer-links-grid.js +1 -1
- package/dist/footer-nav-social.cjs +8 -8
- package/dist/footer-nav-social.js +8 -8
- package/dist/footer-newsletter-contact.cjs +5 -5
- package/dist/footer-newsletter-contact.js +5 -5
- package/dist/footer-newsletter-grid.cjs +9 -9
- package/dist/footer-newsletter-grid.js +9 -9
- package/dist/footer-newsletter-minimal.cjs +6 -6
- package/dist/footer-newsletter-minimal.js +6 -6
- package/dist/footer-simple-centered.cjs +6 -6
- package/dist/footer-simple-centered.js +6 -6
- package/dist/footer-social-apps.cjs +2 -2
- package/dist/footer-social-apps.js +2 -2
- package/dist/footer-social-newsletter.cjs +2 -2
- package/dist/footer-social-newsletter.js +2 -2
- package/dist/footer-split-image-accordion.cjs +6 -6
- package/dist/footer-split-image-accordion.js +6 -6
- package/dist/index.cjs +90 -90
- package/dist/index.js +90 -90
- package/dist/registry.cjs +346 -215
- package/dist/registry.js +346 -215
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3574,7 +3574,7 @@ function FooterLinksGrid({
|
|
|
3574
3574
|
internalBrandSlug: "open_site_ai",
|
|
3575
3575
|
optionIndex: 0,
|
|
3576
3576
|
variant: "span",
|
|
3577
|
-
linkClassName: "hover:
|
|
3577
|
+
linkClassName: "hover:opacity-100"
|
|
3578
3578
|
}
|
|
3579
3579
|
)
|
|
3580
3580
|
] }),
|
|
@@ -3754,7 +3754,7 @@ function FooterSocialNewsletter({
|
|
|
3754
3754
|
"div",
|
|
3755
3755
|
{
|
|
3756
3756
|
className: cn(
|
|
3757
|
-
"flex flex-col gap-2
|
|
3757
|
+
"flex flex-col gap-2 opacity-80 md:flex-row md:items-center md:gap-4",
|
|
3758
3758
|
copyrightClassName
|
|
3759
3759
|
),
|
|
3760
3760
|
children: [
|
|
@@ -3765,7 +3765,7 @@ function FooterSocialNewsletter({
|
|
|
3765
3765
|
internalBrandSlug: "open_site_ai",
|
|
3766
3766
|
optionIndex: 7,
|
|
3767
3767
|
variant: "span",
|
|
3768
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
3768
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
3769
3769
|
}
|
|
3770
3770
|
)
|
|
3771
3771
|
]
|
|
@@ -3857,7 +3857,7 @@ function FooterSocialApps({
|
|
|
3857
3857
|
] })
|
|
3858
3858
|
] })
|
|
3859
3859
|
] }),
|
|
3860
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-24 border-t pt-8", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col justify-between gap-4 text-center text-sm font-medium
|
|
3860
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-24 border-t pt-8", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col justify-between gap-4 text-center text-sm font-medium opacity-80 md:flex-row md:text-left", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-center gap-4", children: [
|
|
3861
3861
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
3862
3862
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3863
3863
|
BrandAttribution,
|
|
@@ -3865,7 +3865,7 @@ function FooterSocialApps({
|
|
|
3865
3865
|
internalBrandSlug: "open_site_ai",
|
|
3866
3866
|
optionIndex: 6,
|
|
3867
3867
|
variant: "span",
|
|
3868
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
3868
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
3869
3869
|
}
|
|
3870
3870
|
)
|
|
3871
3871
|
] }) }) })
|
|
@@ -3911,7 +3911,7 @@ function FooterSimpleCentered({
|
|
|
3911
3911
|
{
|
|
3912
3912
|
href: link.href,
|
|
3913
3913
|
className: cn(
|
|
3914
|
-
"text-sm
|
|
3914
|
+
"text-sm opacity-80 transition-colors hover:opacity-100",
|
|
3915
3915
|
sitemapLinkClassName
|
|
3916
3916
|
),
|
|
3917
3917
|
children: link.label
|
|
@@ -3928,13 +3928,13 @@ function FooterSimpleCentered({
|
|
|
3928
3928
|
const bottomLinksContent = React4.useMemo(() => {
|
|
3929
3929
|
if (!bottomLinks || bottomLinks.length === 0) return null;
|
|
3930
3930
|
return bottomLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsxs(React4__namespace.Fragment, { children: [
|
|
3931
|
-
idx > 0 && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "
|
|
3931
|
+
idx > 0 && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "opacity-70", children: "\u2022" }),
|
|
3932
3932
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3933
3933
|
Pressable,
|
|
3934
3934
|
{
|
|
3935
3935
|
href: link.href,
|
|
3936
3936
|
className: cn(
|
|
3937
|
-
"text-sm
|
|
3937
|
+
"text-sm opacity-80 transition-colors hover:opacity-100",
|
|
3938
3938
|
bottomLinkClassName
|
|
3939
3939
|
),
|
|
3940
3940
|
children: link.text
|
|
@@ -3997,7 +3997,7 @@ function FooterSimpleCentered({
|
|
|
3997
3997
|
"div",
|
|
3998
3998
|
{
|
|
3999
3999
|
className: cn(
|
|
4000
|
-
"flex flex-col items-baseline justify-between gap-8 border-t
|
|
4000
|
+
"flex flex-col items-baseline justify-between gap-8 border-t pt-8 md:flex-row md:gap-16",
|
|
4001
4001
|
bottomBarClassName
|
|
4002
4002
|
),
|
|
4003
4003
|
children: [
|
|
@@ -4005,7 +4005,7 @@ function FooterSimpleCentered({
|
|
|
4005
4005
|
"div",
|
|
4006
4006
|
{
|
|
4007
4007
|
className: cn(
|
|
4008
|
-
"flex flex-col gap-2 text-xs
|
|
4008
|
+
"flex flex-col gap-2 text-xs opacity-80 sm:flex-row sm:items-center sm:gap-4 sm:text-sm",
|
|
4009
4009
|
copyrightClassName
|
|
4010
4010
|
),
|
|
4011
4011
|
children: [
|
|
@@ -4016,7 +4016,7 @@ function FooterSimpleCentered({
|
|
|
4016
4016
|
internalBrandSlug: "open_site_ai",
|
|
4017
4017
|
optionIndex: 5,
|
|
4018
4018
|
variant: "span",
|
|
4019
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
4019
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
4020
4020
|
}
|
|
4021
4021
|
)
|
|
4022
4022
|
]
|
|
@@ -4065,10 +4065,11 @@ function FooterBrandDescription({
|
|
|
4065
4065
|
legalLinksClassName,
|
|
4066
4066
|
legalLinkClassName,
|
|
4067
4067
|
background,
|
|
4068
|
-
spacing,
|
|
4069
4068
|
pattern,
|
|
4070
4069
|
patternOpacity,
|
|
4071
|
-
optixFlowConfig
|
|
4070
|
+
optixFlowConfig,
|
|
4071
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
4072
|
+
spacing = "py-6 md:py-32"
|
|
4072
4073
|
}) {
|
|
4073
4074
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4074
4075
|
Section,
|
|
@@ -4078,6 +4079,7 @@ function FooterBrandDescription({
|
|
|
4078
4079
|
pattern,
|
|
4079
4080
|
patternOpacity,
|
|
4080
4081
|
className: cn(className),
|
|
4082
|
+
containerClassName,
|
|
4081
4083
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(contentClassName), children: [
|
|
4082
4084
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
4083
4085
|
"div",
|
|
@@ -4116,7 +4118,7 @@ function FooterBrandDescription({
|
|
|
4116
4118
|
"p",
|
|
4117
4119
|
{
|
|
4118
4120
|
className: cn(
|
|
4119
|
-
"max-w-[70%] text-sm
|
|
4121
|
+
"max-w-[70%] text-sm opacity-80",
|
|
4120
4122
|
descriptionClassName
|
|
4121
4123
|
),
|
|
4122
4124
|
children: description
|
|
@@ -4126,7 +4128,7 @@ function FooterBrandDescription({
|
|
|
4126
4128
|
"ul",
|
|
4127
4129
|
{
|
|
4128
4130
|
className: cn(
|
|
4129
|
-
"flex items-center space-x-6
|
|
4131
|
+
"flex items-center space-x-6 opacity-80",
|
|
4130
4132
|
socialLinksClassName
|
|
4131
4133
|
),
|
|
4132
4134
|
children: socialLinks.map((social, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4136,7 +4138,7 @@ function FooterBrandDescription({
|
|
|
4136
4138
|
label: social.label,
|
|
4137
4139
|
iconNameOverride: social.iconNameOverride,
|
|
4138
4140
|
className: cn(
|
|
4139
|
-
"font-medium hover:
|
|
4141
|
+
"font-medium hover:opacity-100",
|
|
4140
4142
|
socialLinkClassName
|
|
4141
4143
|
)
|
|
4142
4144
|
}
|
|
@@ -4159,14 +4161,14 @@ function FooterBrandDescription({
|
|
|
4159
4161
|
"ul",
|
|
4160
4162
|
{
|
|
4161
4163
|
className: cn(
|
|
4162
|
-
"space-y-3 text-sm
|
|
4164
|
+
"space-y-3 text-sm opacity-80",
|
|
4163
4165
|
navLinksClassName
|
|
4164
4166
|
),
|
|
4165
4167
|
children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4166
4168
|
"li",
|
|
4167
4169
|
{
|
|
4168
4170
|
className: cn(
|
|
4169
|
-
"font-medium hover:
|
|
4171
|
+
"font-medium hover:opacity-100",
|
|
4170
4172
|
navLinkClassName
|
|
4171
4173
|
),
|
|
4172
4174
|
children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.href, children: link.name })
|
|
@@ -4185,7 +4187,7 @@ function FooterBrandDescription({
|
|
|
4185
4187
|
"div",
|
|
4186
4188
|
{
|
|
4187
4189
|
className: cn(
|
|
4188
|
-
"mt-8 flex flex-col justify-between gap-4 border-t py-8 text-xs font-medium
|
|
4190
|
+
"mt-8 flex flex-col justify-between gap-4 border-t py-8 text-xs font-medium opacity-70 md:flex-row md:items-center md:text-left",
|
|
4189
4191
|
bottomClassName
|
|
4190
4192
|
),
|
|
4191
4193
|
children: [
|
|
@@ -4204,7 +4206,7 @@ function FooterBrandDescription({
|
|
|
4204
4206
|
internalBrandSlug: "open_site_ai",
|
|
4205
4207
|
optionIndex: 4,
|
|
4206
4208
|
variant: "span",
|
|
4207
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
4209
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
4208
4210
|
}
|
|
4209
4211
|
)
|
|
4210
4212
|
]
|
|
@@ -4220,7 +4222,7 @@ function FooterBrandDescription({
|
|
|
4220
4222
|
children: legalLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4221
4223
|
"li",
|
|
4222
4224
|
{
|
|
4223
|
-
className: cn("hover:
|
|
4225
|
+
className: cn("hover:opacity-100", legalLinkClassName),
|
|
4224
4226
|
children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.href, children: link.name })
|
|
4225
4227
|
},
|
|
4226
4228
|
idx
|
|
@@ -4257,10 +4259,10 @@ function FooterNewsletterGrid({
|
|
|
4257
4259
|
if (!sections || sections.length === 0) return null;
|
|
4258
4260
|
return sections.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "col-span-2 md:col-span-1", children: [
|
|
4259
4261
|
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-5 font-medium", children: section.title }),
|
|
4260
|
-
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-4 text-sm
|
|
4262
|
+
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-4 text-sm opacity-80", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4261
4263
|
"li",
|
|
4262
4264
|
{
|
|
4263
|
-
className: "font-medium hover:
|
|
4265
|
+
className: "font-medium hover:opacity-100",
|
|
4264
4266
|
children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.href, children: link.name })
|
|
4265
4267
|
},
|
|
4266
4268
|
linkIdx
|
|
@@ -4276,7 +4278,7 @@ function FooterNewsletterGrid({
|
|
|
4276
4278
|
label: social.label,
|
|
4277
4279
|
iconNameOverride: social.iconNameOverride,
|
|
4278
4280
|
iconSize: 24,
|
|
4279
|
-
className: "font-medium duration-200 hover:scale-110 hover:
|
|
4281
|
+
className: "font-medium duration-200 hover:scale-110 hover:opacity-70"
|
|
4280
4282
|
}
|
|
4281
4283
|
) }, idx));
|
|
4282
4284
|
}, [socialLinks]);
|
|
@@ -4299,7 +4301,7 @@ function FooterNewsletterGrid({
|
|
|
4299
4301
|
optixFlowConfig
|
|
4300
4302
|
}
|
|
4301
4303
|
) }),
|
|
4302
|
-
description && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "
|
|
4304
|
+
description && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "opacity-80", children: description }),
|
|
4303
4305
|
socialLinks && socialLinks.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex items-center space-x-6", children: socialLinksContent })
|
|
4304
4306
|
] }),
|
|
4305
4307
|
sectionsContent,
|
|
@@ -4311,7 +4313,7 @@ function FooterNewsletterGrid({
|
|
|
4311
4313
|
{
|
|
4312
4314
|
type: "email",
|
|
4313
4315
|
placeholder: newsletterPlaceholder,
|
|
4314
|
-
className: "flex h-10 w-full rounded-md border border-input
|
|
4316
|
+
className: "flex h-10 w-full rounded-md border border-input px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50"
|
|
4315
4317
|
}
|
|
4316
4318
|
),
|
|
4317
4319
|
newsletterButtonText && /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4323,20 +4325,20 @@ function FooterNewsletterGrid({
|
|
|
4323
4325
|
}
|
|
4324
4326
|
)
|
|
4325
4327
|
] }) }),
|
|
4326
|
-
(privacyText || privacyLinkText) && /* @__PURE__ */ jsxRuntime.jsxs("p", { className: "mt-1 text-xs font-medium
|
|
4328
|
+
(privacyText || privacyLinkText) && /* @__PURE__ */ jsxRuntime.jsxs("p", { className: "mt-1 text-xs font-medium opacity-80", children: [
|
|
4327
4329
|
privacyText,
|
|
4328
4330
|
privacyLinkText && privacyLinkUrl && /* @__PURE__ */ jsxRuntime.jsx(
|
|
4329
4331
|
Pressable,
|
|
4330
4332
|
{
|
|
4331
4333
|
href: privacyLinkUrl,
|
|
4332
|
-
className: "ml-1
|
|
4334
|
+
className: "ml-1 hover:underline hover:opacity-100",
|
|
4333
4335
|
children: privacyLinkText
|
|
4334
4336
|
}
|
|
4335
4337
|
)
|
|
4336
4338
|
] })
|
|
4337
4339
|
] })
|
|
4338
4340
|
] }),
|
|
4339
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-20 flex flex-col justify-between gap-4 border-t pt-8 text-sm font-medium
|
|
4341
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-20 flex flex-col justify-between gap-4 border-t pt-8 text-sm font-medium opacity-80 lg:flex-row lg:items-center lg:text-left", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-center gap-4", children: [
|
|
4340
4342
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
4341
4343
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4342
4344
|
BrandAttribution,
|
|
@@ -4344,7 +4346,7 @@ function FooterNewsletterGrid({
|
|
|
4344
4346
|
internalBrandSlug: "open_site_ai",
|
|
4345
4347
|
optionIndex: 3,
|
|
4346
4348
|
variant: "span",
|
|
4347
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
4349
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
4348
4350
|
}
|
|
4349
4351
|
)
|
|
4350
4352
|
] }) })
|
|
@@ -4403,14 +4405,14 @@ function FooterCtaBanner({
|
|
|
4403
4405
|
patternOpacity,
|
|
4404
4406
|
className: cn("dark", className),
|
|
4405
4407
|
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(contentClassName), children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
|
|
4406
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mb-16 rounded-lg
|
|
4408
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mb-16 rounded-lg border p-8 text-center md:p-12", ctaBannerClassName), children: [
|
|
4407
4409
|
/* @__PURE__ */ jsxRuntime.jsx("h2", { className: cn("mb-4 text-3xl font-bold md:text-4xl", ctaHeadingClassName), children: ctaHeading }),
|
|
4408
|
-
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mx-auto mb-6 max-w-2xl
|
|
4410
|
+
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mx-auto mb-6 max-w-2xl opacity-80", ctaDescriptionClassName), children: ctaDescription }),
|
|
4409
4411
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4410
4412
|
Pressable,
|
|
4411
4413
|
{
|
|
4412
4414
|
href: ctaButtonUrl,
|
|
4413
|
-
className: cn("inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50
|
|
4415
|
+
className: cn("inline-flex items-center justify-center whitespace-nowrap rounded-md border text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:opacity-80 h-11 px-8", ctaButtonClassName),
|
|
4414
4416
|
children: ctaButtonText
|
|
4415
4417
|
}
|
|
4416
4418
|
)
|
|
@@ -4434,7 +4436,7 @@ function FooterCtaBanner({
|
|
|
4434
4436
|
{
|
|
4435
4437
|
type: "email",
|
|
4436
4438
|
placeholder: newsletterPlaceholder,
|
|
4437
|
-
className: cn("flex h-10 w-full rounded-md border border-input
|
|
4439
|
+
className: cn("flex h-10 w-full rounded-md border border-input px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50", newsletterInputClassName)
|
|
4438
4440
|
}
|
|
4439
4441
|
),
|
|
4440
4442
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4453,23 +4455,23 @@ function FooterCtaBanner({
|
|
|
4453
4455
|
href: social.href,
|
|
4454
4456
|
label: social.label,
|
|
4455
4457
|
iconNameOverride: social.iconNameOverride,
|
|
4456
|
-
className: cn("
|
|
4458
|
+
className: cn("opacity-80 transition-colors hover:opacity-100", socialLinkClassName)
|
|
4457
4459
|
}
|
|
4458
4460
|
) }, idx)) })
|
|
4459
4461
|
] }),
|
|
4460
4462
|
sections?.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(navSectionClassName), children: [
|
|
4461
4463
|
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 font-semibold", navTitleClassName), children: section.title }),
|
|
4462
|
-
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: cn("space-y-3 text-sm
|
|
4464
|
+
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: cn("space-y-3 text-sm opacity-80", navLinksClassName), children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4463
4465
|
Pressable,
|
|
4464
4466
|
{
|
|
4465
4467
|
href: link.href,
|
|
4466
|
-
className: cn("hover:
|
|
4468
|
+
className: cn("hover:opacity-100", navLinkClassName),
|
|
4467
4469
|
children: link.name
|
|
4468
4470
|
}
|
|
4469
4471
|
) }, linkIdx)) })
|
|
4470
4472
|
] }, sectionIdx))
|
|
4471
4473
|
] }),
|
|
4472
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-16 flex flex-col justify-between gap-4 border-t
|
|
4474
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm opacity-80 md:flex-row md:items-center", bottomClassName), children: [
|
|
4473
4475
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-2 md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
|
|
4474
4476
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
4475
4477
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4478,11 +4480,11 @@ function FooterCtaBanner({
|
|
|
4478
4480
|
internalBrandSlug: "open_site_ai",
|
|
4479
4481
|
optionIndex: 8,
|
|
4480
4482
|
variant: "span",
|
|
4481
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
4483
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
4482
4484
|
}
|
|
4483
4485
|
)
|
|
4484
4486
|
] }),
|
|
4485
|
-
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: cn("flex gap-4", legalLinksClassName), children: legalLinks?.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.href, className: cn("hover:
|
|
4487
|
+
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: cn("flex gap-4", legalLinksClassName), children: legalLinks?.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.href, className: cn("hover:opacity-100", legalLinkClassName), children: link.name }) }, idx)) })
|
|
4486
4488
|
] })
|
|
4487
4489
|
] }) })
|
|
4488
4490
|
}
|
|
@@ -4545,12 +4547,12 @@ function FooterContactCard({
|
|
|
4545
4547
|
}
|
|
4546
4548
|
),
|
|
4547
4549
|
heading && /* @__PURE__ */ jsxRuntime.jsx("h2", { className: cn("mb-8 text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl", headingClassName), children: heading }),
|
|
4548
|
-
(email || phone || address) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("space-y-4
|
|
4550
|
+
(email || phone || address) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("space-y-4 opacity-80", contactClassName), children: [
|
|
4549
4551
|
email && /* @__PURE__ */ jsxRuntime.jsx("p", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4550
4552
|
Pressable,
|
|
4551
4553
|
{
|
|
4552
4554
|
href: `mailto:${email}`,
|
|
4553
|
-
className: "hover:
|
|
4555
|
+
className: "hover:opacity-100",
|
|
4554
4556
|
children: email
|
|
4555
4557
|
}
|
|
4556
4558
|
) }),
|
|
@@ -4558,7 +4560,7 @@ function FooterContactCard({
|
|
|
4558
4560
|
Pressable,
|
|
4559
4561
|
{
|
|
4560
4562
|
href: `tel:${phone}`,
|
|
4561
|
-
className: "hover:
|
|
4563
|
+
className: "hover:opacity-100",
|
|
4562
4564
|
children: phone
|
|
4563
4565
|
}
|
|
4564
4566
|
) }),
|
|
@@ -4575,9 +4577,7 @@ function FooterContactCard({
|
|
|
4575
4577
|
label: social.label,
|
|
4576
4578
|
iconNameOverride: social.iconNameOverride,
|
|
4577
4579
|
className: cn(
|
|
4578
|
-
"flex size-12 items-center justify-center rounded-full transition-colors hover:
|
|
4579
|
-
getNestedCardBg(background),
|
|
4580
|
-
getNestedCardTextColor(background),
|
|
4580
|
+
"flex size-12 items-center justify-center rounded-full border transition-colors hover:opacity-80",
|
|
4581
4581
|
socialLinkClassName
|
|
4582
4582
|
)
|
|
4583
4583
|
}
|
|
@@ -4587,13 +4587,13 @@ function FooterContactCard({
|
|
|
4587
4587
|
Pressable,
|
|
4588
4588
|
{
|
|
4589
4589
|
href: link.href,
|
|
4590
|
-
className: cn("
|
|
4590
|
+
className: cn("opacity-80 hover:opacity-100", navLinkClassName),
|
|
4591
4591
|
children: link.name
|
|
4592
4592
|
}
|
|
4593
4593
|
) }, idx)) }) })
|
|
4594
4594
|
] })
|
|
4595
4595
|
] }),
|
|
4596
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm
|
|
4596
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm opacity-80 md:flex-row md:items-center", bottomClassName), children: [
|
|
4597
4597
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-2 md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
|
|
4598
4598
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
4599
4599
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4602,7 +4602,7 @@ function FooterContactCard({
|
|
|
4602
4602
|
internalBrandSlug: "open_site_ai",
|
|
4603
4603
|
optionIndex: 7,
|
|
4604
4604
|
variant: "span",
|
|
4605
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
4605
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
4606
4606
|
}
|
|
4607
4607
|
)
|
|
4608
4608
|
] }),
|
|
@@ -4665,7 +4665,7 @@ function FooterBackgroundCard({
|
|
|
4665
4665
|
patternOpacity,
|
|
4666
4666
|
className: cn("bg-cover bg-center bg-no-repeat", className),
|
|
4667
4667
|
style: sectionStyle,
|
|
4668
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mx-auto max-w-7xl rounded-lg
|
|
4668
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mx-auto max-w-7xl rounded-lg p-8 shadow-lg md:p-12", cardClassName), children: [
|
|
4669
4669
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-4 lg:gap-12", gridClassName), children: [
|
|
4670
4670
|
(profileImage || tagline || personalMessage || ctaText) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("lg:col-span-1", profileSectionClassName), children: [
|
|
4671
4671
|
(profileImage || tagline) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-4 flex items-center gap-4", children: [
|
|
@@ -4680,33 +4680,33 @@ function FooterBackgroundCard({
|
|
|
4680
4680
|
),
|
|
4681
4681
|
tagline && /* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("text-2xl font-medium", taglineClassName), children: tagline })
|
|
4682
4682
|
] }),
|
|
4683
|
-
personalMessage && /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-6 text-sm leading-relaxed
|
|
4683
|
+
personalMessage && /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-6 text-sm leading-relaxed opacity-80", messageClassName), children: personalMessage }),
|
|
4684
4684
|
ctaText && /* @__PURE__ */ jsxRuntime.jsx(
|
|
4685
4685
|
Pressable,
|
|
4686
4686
|
{
|
|
4687
4687
|
href: ctaUrl || "#",
|
|
4688
|
-
className: cn("inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50
|
|
4688
|
+
className: cn("inline-flex items-center justify-center whitespace-nowrap rounded-md border text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:opacity-80 h-10 px-4 py-2", ctaClassName),
|
|
4689
4689
|
children: ctaText
|
|
4690
4690
|
}
|
|
4691
4691
|
)
|
|
4692
4692
|
] }),
|
|
4693
4693
|
menuItems && menuItems.length > 0 && menuItems.map((menu, idx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(menuSectionClassName), children: [
|
|
4694
|
-
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 text-sm font-medium tracking-wider
|
|
4694
|
+
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 text-sm font-medium tracking-wider uppercase", menuTitleClassName), children: menu.title }),
|
|
4695
4695
|
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-3", children: menu.links.map((link, index) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4696
4696
|
Pressable,
|
|
4697
4697
|
{
|
|
4698
4698
|
href: link.url,
|
|
4699
|
-
className: cn("border-b border-transparent
|
|
4699
|
+
className: cn("border-b border-transparent opacity-80 transition-all duration-300 ease-in-out hover:opacity-100", menuLinkClassName),
|
|
4700
4700
|
children: link.text
|
|
4701
4701
|
}
|
|
4702
4702
|
) }, index)) })
|
|
4703
4703
|
] }, idx)),
|
|
4704
4704
|
(contactTitle || contact) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(contactSectionClassName), children: [
|
|
4705
|
-
contactTitle && /* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 text-sm font-medium tracking-wider
|
|
4705
|
+
contactTitle && /* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 text-sm font-medium tracking-wider uppercase", contactTitleClassName), children: contactTitle }),
|
|
4706
4706
|
contact && /* @__PURE__ */ jsxRuntime.jsxs("ul", { className: "space-y-3", children: [
|
|
4707
|
-
contact.phone && /* @__PURE__ */ jsxRuntime.jsx("li", { className: cn("
|
|
4708
|
-
contact.email && /* @__PURE__ */ jsxRuntime.jsx("li", { className: cn("
|
|
4709
|
-
(contact.location || contact.timezone) && /* @__PURE__ */ jsxRuntime.jsxs("li", { className: cn("
|
|
4707
|
+
contact.phone && /* @__PURE__ */ jsxRuntime.jsx("li", { className: cn("opacity-80", contactItemClassName), children: contact.phone }),
|
|
4708
|
+
contact.email && /* @__PURE__ */ jsxRuntime.jsx("li", { className: cn("opacity-80", contactItemClassName), children: contact.email }),
|
|
4709
|
+
(contact.location || contact.timezone) && /* @__PURE__ */ jsxRuntime.jsxs("li", { className: cn("opacity-80", contactItemClassName), children: [
|
|
4710
4710
|
contact.location,
|
|
4711
4711
|
contact.location && contact.timezone && " \u2022 ",
|
|
4712
4712
|
contact.timezone
|
|
@@ -4714,8 +4714,8 @@ function FooterBackgroundCard({
|
|
|
4714
4714
|
] })
|
|
4715
4715
|
] })
|
|
4716
4716
|
] }),
|
|
4717
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-12 flex flex-col items-center justify-between gap-4 border-t
|
|
4718
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-2 text-sm
|
|
4717
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-12 flex flex-col items-center justify-between gap-4 border-t pt-8 md:flex-row", bottomClassName), children: [
|
|
4718
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-2 text-sm opacity-80 md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
|
|
4719
4719
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
4720
4720
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4721
4721
|
BrandAttribution,
|
|
@@ -4723,7 +4723,7 @@ function FooterBackgroundCard({
|
|
|
4723
4723
|
internalBrandSlug: "open_site_ai",
|
|
4724
4724
|
optionIndex: 3,
|
|
4725
4725
|
variant: "span",
|
|
4726
|
-
linkClassName: "hover:
|
|
4726
|
+
linkClassName: "hover:opacity-100"
|
|
4727
4727
|
}
|
|
4728
4728
|
)
|
|
4729
4729
|
] }),
|
|
@@ -4731,7 +4731,7 @@ function FooterBackgroundCard({
|
|
|
4731
4731
|
Pressable,
|
|
4732
4732
|
{
|
|
4733
4733
|
href: link.url,
|
|
4734
|
-
className: "text-sm
|
|
4734
|
+
className: "text-sm opacity-80 transition-colors hover:opacity-100",
|
|
4735
4735
|
children: link.text
|
|
4736
4736
|
},
|
|
4737
4737
|
idx
|
|
@@ -4803,7 +4803,7 @@ function FooterAnimatedSocial({
|
|
|
4803
4803
|
label: link.label,
|
|
4804
4804
|
iconNameOverride: link.iconNameOverride,
|
|
4805
4805
|
iconSize: 24,
|
|
4806
|
-
className: cn("group flex items-center gap-2 py-2 transition-colors hover:
|
|
4806
|
+
className: cn("group flex items-center gap-2 py-2 transition-colors hover:opacity-70", socialLinkClassName)
|
|
4807
4807
|
}
|
|
4808
4808
|
)
|
|
4809
4809
|
},
|
|
@@ -4831,13 +4831,13 @@ function FooterAnimatedSocial({
|
|
|
4831
4831
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("space-y-8", leftColumnClassName), children: [
|
|
4832
4832
|
/* @__PURE__ */ jsxRuntime.jsxs(framerMotion.motion.div, { variants: itemVariants, className: "space-y-6", children: [
|
|
4833
4833
|
/* @__PURE__ */ jsxRuntime.jsx("h2", { className: cn("text-4xl leading-tight font-bold lg:text-5xl", headingClassName), children: heading }),
|
|
4834
|
-
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("max-w-md text-lg leading-relaxed
|
|
4834
|
+
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("max-w-md text-lg leading-relaxed opacity-80", descriptionClassName), children: description })
|
|
4835
4835
|
] }),
|
|
4836
4836
|
ctaUrl && ctaText && /* @__PURE__ */ jsxRuntime.jsx(framerMotion.motion.div, { variants: itemVariants, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4837
4837
|
Pressable,
|
|
4838
4838
|
{
|
|
4839
4839
|
href: ctaUrl,
|
|
4840
|
-
className: cn("inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50
|
|
4840
|
+
className: cn("inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border h-11 px-8 hover:opacity-80", ctaClassName),
|
|
4841
4841
|
children: ctaText
|
|
4842
4842
|
}
|
|
4843
4843
|
) })
|
|
@@ -4855,21 +4855,21 @@ function FooterAnimatedSocial({
|
|
|
4855
4855
|
viewport: { once: true },
|
|
4856
4856
|
className: cn("mt-16", bottomClassName),
|
|
4857
4857
|
children: [
|
|
4858
|
-
/* @__PURE__ */ jsxRuntime.jsx(framerMotion.motion.div, { variants: itemVariants, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mb-8 h-px w-full
|
|
4858
|
+
/* @__PURE__ */ jsxRuntime.jsx(framerMotion.motion.div, { variants: itemVariants, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mb-8 h-px w-full opacity-20", separatorClassName), style: { backgroundColor: "currentColor" } }) }),
|
|
4859
4859
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
4860
4860
|
framerMotion.motion.div,
|
|
4861
4861
|
{
|
|
4862
4862
|
variants: itemVariants,
|
|
4863
4863
|
className: cn("flex flex-col items-start justify-between gap-4 sm:flex-row sm:items-center", copyrightClassName),
|
|
4864
4864
|
children: [
|
|
4865
|
-
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright, className: "text-sm
|
|
4866
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center gap-6 text-sm
|
|
4865
|
+
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright, className: "text-sm opacity-70" }),
|
|
4866
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center gap-6 text-sm opacity-70", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4867
4867
|
BrandAttribution,
|
|
4868
4868
|
{
|
|
4869
4869
|
internalBrandSlug: "open_site_ai",
|
|
4870
4870
|
optionIndex: 2,
|
|
4871
4871
|
variant: "span",
|
|
4872
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
4872
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
4873
4873
|
}
|
|
4874
4874
|
) })
|
|
4875
4875
|
]
|
|
@@ -5050,7 +5050,7 @@ function FooterNewsletterMinimal({
|
|
|
5050
5050
|
Pressable,
|
|
5051
5051
|
{
|
|
5052
5052
|
href: item.href,
|
|
5053
|
-
className: cn("tracking-tight hover:
|
|
5053
|
+
className: cn("tracking-tight hover:opacity-70", navLinkClassName),
|
|
5054
5054
|
children: item.label
|
|
5055
5055
|
}
|
|
5056
5056
|
) }, idx));
|
|
@@ -5064,7 +5064,7 @@ function FooterNewsletterMinimal({
|
|
|
5064
5064
|
label: item.label,
|
|
5065
5065
|
iconNameOverride: item.iconNameOverride,
|
|
5066
5066
|
iconSize: 14,
|
|
5067
|
-
className: cn("group flex items-center gap-1 tracking-tight hover:
|
|
5067
|
+
className: cn("group flex items-center gap-1 tracking-tight hover:opacity-70", socialLinkClassName)
|
|
5068
5068
|
}
|
|
5069
5069
|
) }, idx));
|
|
5070
5070
|
}, [socialLinks, socialLinkClassName]);
|
|
@@ -5074,7 +5074,7 @@ function FooterNewsletterMinimal({
|
|
|
5074
5074
|
Pressable,
|
|
5075
5075
|
{
|
|
5076
5076
|
href: item.href,
|
|
5077
|
-
className: cn("group flex items-center gap-1 tracking-tight hover:
|
|
5077
|
+
className: cn("group flex items-center gap-1 tracking-tight hover:opacity-70", footerLinkClassName),
|
|
5078
5078
|
children: item.label
|
|
5079
5079
|
}
|
|
5080
5080
|
) }, item.label));
|
|
@@ -5168,7 +5168,7 @@ function FooterNewsletterMinimal({
|
|
|
5168
5168
|
{
|
|
5169
5169
|
componentType: "button",
|
|
5170
5170
|
type: "submit",
|
|
5171
|
-
className: cn("p-2 hover:
|
|
5171
|
+
className: cn("p-2 hover:opacity-80", newsletterButtonClassName),
|
|
5172
5172
|
asButton: false,
|
|
5173
5173
|
disabled: form.isSubmitting,
|
|
5174
5174
|
children: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/arrow-right", size: 20 })
|
|
@@ -5194,7 +5194,7 @@ function FooterNewsletterMinimal({
|
|
|
5194
5194
|
children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn("text-6xl font-bold tracking-tighter md:text-8xl lg:text-9xl", brandTextClassName), children: brandText })
|
|
5195
5195
|
}
|
|
5196
5196
|
) }),
|
|
5197
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-8 text-center text-sm
|
|
5197
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-8 text-center text-sm opacity-80", copyrightClassName), children: [
|
|
5198
5198
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
5199
5199
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5200
5200
|
BrandAttribution,
|
|
@@ -5203,7 +5203,7 @@ function FooterNewsletterMinimal({
|
|
|
5203
5203
|
optionIndex: 4,
|
|
5204
5204
|
variant: "div",
|
|
5205
5205
|
containerClassName: "mt-2",
|
|
5206
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
5206
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
5207
5207
|
}
|
|
5208
5208
|
)
|
|
5209
5209
|
] })
|
|
@@ -5266,16 +5266,16 @@ function FooterCtaSocial({
|
|
|
5266
5266
|
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("relative z-10", contentClassName), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mx-auto flex max-w-3xl flex-col items-center gap-2 text-center", containerClassName), children: [
|
|
5267
5267
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex w-full items-center gap-4", preHeadingWrapperClassName), children: [
|
|
5268
5268
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("h-px flex-1 bg-[linear-gradient(270deg,hsl(var(--primary,0_0%_100%))_0%,hsl(var(--secondary,0_0%_0%))_100%)] opacity-50", decorativeLineClassName) }),
|
|
5269
|
-
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-sm
|
|
5269
|
+
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-sm opacity-70 italic md:text-base", preHeadingClassName), children: preHeading }),
|
|
5270
5270
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("h-px flex-1 bg-[linear-gradient(270deg,hsl(var(--secondary,0_0%_0%))_0%,hsl(var(--primary,0_0%_100%))_100%)] opacity-50", decorativeLineClassName) })
|
|
5271
5271
|
] }),
|
|
5272
5272
|
/* @__PURE__ */ jsxRuntime.jsx("h2", { className: cn("py-6 text-5xl font-bold md:text-6xl", headingClassName), children: heading }),
|
|
5273
|
-
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("max-w-2xl text-base
|
|
5273
|
+
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("max-w-2xl text-base opacity-80 md:text-lg", descriptionClassName), children: description }),
|
|
5274
5274
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
5275
5275
|
Pressable,
|
|
5276
5276
|
{
|
|
5277
5277
|
href: buttonUrl,
|
|
5278
|
-
className: cn("group relative mt-4 inline-flex items-center gap-2 rounded-lg border
|
|
5278
|
+
className: cn("group relative mt-4 inline-flex items-center gap-2 rounded-lg border px-8 py-4 text-base font-medium transition-all hover:opacity-80", buttonClassName),
|
|
5279
5279
|
children: [
|
|
5280
5280
|
/* @__PURE__ */ jsxRuntime.jsx("span", { children: buttonText }),
|
|
5281
5281
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -5290,15 +5290,15 @@ function FooterCtaSocial({
|
|
|
5290
5290
|
}
|
|
5291
5291
|
),
|
|
5292
5292
|
socialLinks && socialLinks.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("flex items-center gap-6 pt-8", socialLinksClassName), children: socialLinksContent }),
|
|
5293
|
-
email && /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("pt-2 text-sm
|
|
5293
|
+
email && /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("pt-2 text-sm opacity-80 md:text-base", emailClassName), children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5294
5294
|
Pressable,
|
|
5295
5295
|
{
|
|
5296
5296
|
href: `mailto:${email}`,
|
|
5297
|
-
className: "transition-colors hover:
|
|
5297
|
+
className: "transition-colors hover:opacity-100",
|
|
5298
5298
|
children: email
|
|
5299
5299
|
}
|
|
5300
5300
|
) }),
|
|
5301
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mt-8 border-t pt-8 text-sm
|
|
5301
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mt-8 border-t pt-8 text-sm opacity-70", bottomClassName), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-2", copyrightClassName), children: [
|
|
5302
5302
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
5303
5303
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5304
5304
|
BrandAttribution,
|
|
@@ -5306,7 +5306,7 @@ function FooterCtaSocial({
|
|
|
5306
5306
|
internalBrandSlug: "open_site_ai",
|
|
5307
5307
|
optionIndex: 9,
|
|
5308
5308
|
variant: "span",
|
|
5309
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
5309
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
5310
5310
|
}
|
|
5311
5311
|
)
|
|
5312
5312
|
] }) })
|
|
@@ -5359,11 +5359,11 @@ function FooterNavSocial({
|
|
|
5359
5359
|
if (!sections || sections.length === 0) return null;
|
|
5360
5360
|
return sections.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(navSectionClassName), children: [
|
|
5361
5361
|
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 font-semibold", navTitleClassName), children: section.title }),
|
|
5362
|
-
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: cn("space-y-3 text-sm
|
|
5362
|
+
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: cn("space-y-3 text-sm opacity-80", navLinksClassName), children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: cn(navLinkClassName), children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5363
5363
|
Pressable,
|
|
5364
5364
|
{
|
|
5365
5365
|
href: link.href,
|
|
5366
|
-
className: "hover:
|
|
5366
|
+
className: "hover:opacity-100",
|
|
5367
5367
|
children: link.name
|
|
5368
5368
|
}
|
|
5369
5369
|
) }, linkIdx)) })
|
|
@@ -5377,13 +5377,13 @@ function FooterNavSocial({
|
|
|
5377
5377
|
href: social.href,
|
|
5378
5378
|
label: social.label,
|
|
5379
5379
|
iconNameOverride: social.iconNameOverride,
|
|
5380
|
-
className: cn("
|
|
5380
|
+
className: cn("opacity-80 transition-colors hover:opacity-100", socialLinkClassName)
|
|
5381
5381
|
}
|
|
5382
5382
|
) }, idx));
|
|
5383
5383
|
}, [socialLinks, socialLinkClassName]);
|
|
5384
5384
|
const legalLinksContent = React4.useMemo(() => {
|
|
5385
5385
|
if (!legalLinks || legalLinks.length === 0) return null;
|
|
5386
|
-
return legalLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: cn(legalLinkClassName), children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.href, className: "hover:
|
|
5386
|
+
return legalLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: cn(legalLinkClassName), children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.href, className: "hover:opacity-100", children: link.name }) }, idx));
|
|
5387
5387
|
}, [legalLinks, legalLinkClassName]);
|
|
5388
5388
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5389
5389
|
Section,
|
|
@@ -5410,14 +5410,14 @@ function FooterNavSocial({
|
|
|
5410
5410
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col justify-between", rightColumnClassName), children: [
|
|
5411
5411
|
(newsletterHeading || newsletterDescription) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mb-8", newsletterClassName), children: [
|
|
5412
5412
|
newsletterHeading && /* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-2 text-lg font-semibold", newsletterHeadingClassName), children: newsletterHeading }),
|
|
5413
|
-
newsletterDescription && /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-4 text-sm
|
|
5413
|
+
newsletterDescription && /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-4 text-sm opacity-80", newsletterDescriptionClassName), children: newsletterDescription }),
|
|
5414
5414
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex max-w-md gap-2", newsletterFormClassName), children: [
|
|
5415
5415
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5416
5416
|
"input",
|
|
5417
5417
|
{
|
|
5418
5418
|
type: "email",
|
|
5419
5419
|
placeholder: newsletterPlaceholder,
|
|
5420
|
-
className: "flex h-10 w-full rounded-md border border-input
|
|
5420
|
+
className: "flex h-10 w-full rounded-md border border-input px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50"
|
|
5421
5421
|
}
|
|
5422
5422
|
),
|
|
5423
5423
|
newsletterButtonText && /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -5436,7 +5436,7 @@ function FooterNavSocial({
|
|
|
5436
5436
|
] })
|
|
5437
5437
|
] })
|
|
5438
5438
|
] }),
|
|
5439
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm
|
|
5439
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm opacity-80 md:flex-row md:items-center", bottomClassName), children: [
|
|
5440
5440
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-2 md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
|
|
5441
5441
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
5442
5442
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -5445,7 +5445,7 @@ function FooterNavSocial({
|
|
|
5445
5445
|
internalBrandSlug: "open_site_ai",
|
|
5446
5446
|
optionIndex: 1,
|
|
5447
5447
|
variant: "span",
|
|
5448
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
5448
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
5449
5449
|
}
|
|
5450
5450
|
)
|
|
5451
5451
|
] }),
|