@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/components.cjs
CHANGED
|
@@ -3543,7 +3543,7 @@ function FooterLinksGrid({
|
|
|
3543
3543
|
internalBrandSlug: "open_site_ai",
|
|
3544
3544
|
optionIndex: 0,
|
|
3545
3545
|
variant: "span",
|
|
3546
|
-
linkClassName: "hover:
|
|
3546
|
+
linkClassName: "hover:opacity-100"
|
|
3547
3547
|
}
|
|
3548
3548
|
)
|
|
3549
3549
|
] }),
|
|
@@ -3723,7 +3723,7 @@ function FooterSocialNewsletter({
|
|
|
3723
3723
|
"div",
|
|
3724
3724
|
{
|
|
3725
3725
|
className: cn(
|
|
3726
|
-
"flex flex-col gap-2
|
|
3726
|
+
"flex flex-col gap-2 opacity-80 md:flex-row md:items-center md:gap-4",
|
|
3727
3727
|
copyrightClassName
|
|
3728
3728
|
),
|
|
3729
3729
|
children: [
|
|
@@ -3734,7 +3734,7 @@ function FooterSocialNewsletter({
|
|
|
3734
3734
|
internalBrandSlug: "open_site_ai",
|
|
3735
3735
|
optionIndex: 7,
|
|
3736
3736
|
variant: "span",
|
|
3737
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
3737
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
3738
3738
|
}
|
|
3739
3739
|
)
|
|
3740
3740
|
]
|
|
@@ -3826,7 +3826,7 @@ function FooterSocialApps({
|
|
|
3826
3826
|
] })
|
|
3827
3827
|
] })
|
|
3828
3828
|
] }),
|
|
3829
|
-
/* @__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
|
|
3829
|
+
/* @__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: [
|
|
3830
3830
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
3831
3831
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3832
3832
|
BrandAttribution,
|
|
@@ -3834,7 +3834,7 @@ function FooterSocialApps({
|
|
|
3834
3834
|
internalBrandSlug: "open_site_ai",
|
|
3835
3835
|
optionIndex: 6,
|
|
3836
3836
|
variant: "span",
|
|
3837
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
3837
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
3838
3838
|
}
|
|
3839
3839
|
)
|
|
3840
3840
|
] }) }) })
|
|
@@ -3880,7 +3880,7 @@ function FooterSimpleCentered({
|
|
|
3880
3880
|
{
|
|
3881
3881
|
href: link.href,
|
|
3882
3882
|
className: cn(
|
|
3883
|
-
"text-sm
|
|
3883
|
+
"text-sm opacity-80 transition-colors hover:opacity-100",
|
|
3884
3884
|
sitemapLinkClassName
|
|
3885
3885
|
),
|
|
3886
3886
|
children: link.label
|
|
@@ -3897,13 +3897,13 @@ function FooterSimpleCentered({
|
|
|
3897
3897
|
const bottomLinksContent = React4.useMemo(() => {
|
|
3898
3898
|
if (!bottomLinks || bottomLinks.length === 0) return null;
|
|
3899
3899
|
return bottomLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsxs(React4__namespace.Fragment, { children: [
|
|
3900
|
-
idx > 0 && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "
|
|
3900
|
+
idx > 0 && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "opacity-70", children: "\u2022" }),
|
|
3901
3901
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3902
3902
|
Pressable,
|
|
3903
3903
|
{
|
|
3904
3904
|
href: link.href,
|
|
3905
3905
|
className: cn(
|
|
3906
|
-
"text-sm
|
|
3906
|
+
"text-sm opacity-80 transition-colors hover:opacity-100",
|
|
3907
3907
|
bottomLinkClassName
|
|
3908
3908
|
),
|
|
3909
3909
|
children: link.text
|
|
@@ -3966,7 +3966,7 @@ function FooterSimpleCentered({
|
|
|
3966
3966
|
"div",
|
|
3967
3967
|
{
|
|
3968
3968
|
className: cn(
|
|
3969
|
-
"flex flex-col items-baseline justify-between gap-8 border-t
|
|
3969
|
+
"flex flex-col items-baseline justify-between gap-8 border-t pt-8 md:flex-row md:gap-16",
|
|
3970
3970
|
bottomBarClassName
|
|
3971
3971
|
),
|
|
3972
3972
|
children: [
|
|
@@ -3974,7 +3974,7 @@ function FooterSimpleCentered({
|
|
|
3974
3974
|
"div",
|
|
3975
3975
|
{
|
|
3976
3976
|
className: cn(
|
|
3977
|
-
"flex flex-col gap-2 text-xs
|
|
3977
|
+
"flex flex-col gap-2 text-xs opacity-80 sm:flex-row sm:items-center sm:gap-4 sm:text-sm",
|
|
3978
3978
|
copyrightClassName
|
|
3979
3979
|
),
|
|
3980
3980
|
children: [
|
|
@@ -3985,7 +3985,7 @@ function FooterSimpleCentered({
|
|
|
3985
3985
|
internalBrandSlug: "open_site_ai",
|
|
3986
3986
|
optionIndex: 5,
|
|
3987
3987
|
variant: "span",
|
|
3988
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
3988
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
3989
3989
|
}
|
|
3990
3990
|
)
|
|
3991
3991
|
]
|
|
@@ -4034,10 +4034,11 @@ function FooterBrandDescription({
|
|
|
4034
4034
|
legalLinksClassName,
|
|
4035
4035
|
legalLinkClassName,
|
|
4036
4036
|
background,
|
|
4037
|
-
spacing,
|
|
4038
4037
|
pattern,
|
|
4039
4038
|
patternOpacity,
|
|
4040
|
-
optixFlowConfig
|
|
4039
|
+
optixFlowConfig,
|
|
4040
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
4041
|
+
spacing = "py-6 md:py-32"
|
|
4041
4042
|
}) {
|
|
4042
4043
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4043
4044
|
Section,
|
|
@@ -4047,6 +4048,7 @@ function FooterBrandDescription({
|
|
|
4047
4048
|
pattern,
|
|
4048
4049
|
patternOpacity,
|
|
4049
4050
|
className: cn(className),
|
|
4051
|
+
containerClassName,
|
|
4050
4052
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(contentClassName), children: [
|
|
4051
4053
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
4052
4054
|
"div",
|
|
@@ -4085,7 +4087,7 @@ function FooterBrandDescription({
|
|
|
4085
4087
|
"p",
|
|
4086
4088
|
{
|
|
4087
4089
|
className: cn(
|
|
4088
|
-
"max-w-[70%] text-sm
|
|
4090
|
+
"max-w-[70%] text-sm opacity-80",
|
|
4089
4091
|
descriptionClassName
|
|
4090
4092
|
),
|
|
4091
4093
|
children: description
|
|
@@ -4095,7 +4097,7 @@ function FooterBrandDescription({
|
|
|
4095
4097
|
"ul",
|
|
4096
4098
|
{
|
|
4097
4099
|
className: cn(
|
|
4098
|
-
"flex items-center space-x-6
|
|
4100
|
+
"flex items-center space-x-6 opacity-80",
|
|
4099
4101
|
socialLinksClassName
|
|
4100
4102
|
),
|
|
4101
4103
|
children: socialLinks.map((social, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4105,7 +4107,7 @@ function FooterBrandDescription({
|
|
|
4105
4107
|
label: social.label,
|
|
4106
4108
|
iconNameOverride: social.iconNameOverride,
|
|
4107
4109
|
className: cn(
|
|
4108
|
-
"font-medium hover:
|
|
4110
|
+
"font-medium hover:opacity-100",
|
|
4109
4111
|
socialLinkClassName
|
|
4110
4112
|
)
|
|
4111
4113
|
}
|
|
@@ -4128,14 +4130,14 @@ function FooterBrandDescription({
|
|
|
4128
4130
|
"ul",
|
|
4129
4131
|
{
|
|
4130
4132
|
className: cn(
|
|
4131
|
-
"space-y-3 text-sm
|
|
4133
|
+
"space-y-3 text-sm opacity-80",
|
|
4132
4134
|
navLinksClassName
|
|
4133
4135
|
),
|
|
4134
4136
|
children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4135
4137
|
"li",
|
|
4136
4138
|
{
|
|
4137
4139
|
className: cn(
|
|
4138
|
-
"font-medium hover:
|
|
4140
|
+
"font-medium hover:opacity-100",
|
|
4139
4141
|
navLinkClassName
|
|
4140
4142
|
),
|
|
4141
4143
|
children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.href, children: link.name })
|
|
@@ -4154,7 +4156,7 @@ function FooterBrandDescription({
|
|
|
4154
4156
|
"div",
|
|
4155
4157
|
{
|
|
4156
4158
|
className: cn(
|
|
4157
|
-
"mt-8 flex flex-col justify-between gap-4 border-t py-8 text-xs font-medium
|
|
4159
|
+
"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",
|
|
4158
4160
|
bottomClassName
|
|
4159
4161
|
),
|
|
4160
4162
|
children: [
|
|
@@ -4173,7 +4175,7 @@ function FooterBrandDescription({
|
|
|
4173
4175
|
internalBrandSlug: "open_site_ai",
|
|
4174
4176
|
optionIndex: 4,
|
|
4175
4177
|
variant: "span",
|
|
4176
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
4178
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
4177
4179
|
}
|
|
4178
4180
|
)
|
|
4179
4181
|
]
|
|
@@ -4189,7 +4191,7 @@ function FooterBrandDescription({
|
|
|
4189
4191
|
children: legalLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4190
4192
|
"li",
|
|
4191
4193
|
{
|
|
4192
|
-
className: cn("hover:
|
|
4194
|
+
className: cn("hover:opacity-100", legalLinkClassName),
|
|
4193
4195
|
children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.href, children: link.name })
|
|
4194
4196
|
},
|
|
4195
4197
|
idx
|
|
@@ -4226,10 +4228,10 @@ function FooterNewsletterGrid({
|
|
|
4226
4228
|
if (!sections || sections.length === 0) return null;
|
|
4227
4229
|
return sections.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "col-span-2 md:col-span-1", children: [
|
|
4228
4230
|
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-5 font-medium", children: section.title }),
|
|
4229
|
-
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-4 text-sm
|
|
4231
|
+
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-4 text-sm opacity-80", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4230
4232
|
"li",
|
|
4231
4233
|
{
|
|
4232
|
-
className: "font-medium hover:
|
|
4234
|
+
className: "font-medium hover:opacity-100",
|
|
4233
4235
|
children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.href, children: link.name })
|
|
4234
4236
|
},
|
|
4235
4237
|
linkIdx
|
|
@@ -4245,7 +4247,7 @@ function FooterNewsletterGrid({
|
|
|
4245
4247
|
label: social.label,
|
|
4246
4248
|
iconNameOverride: social.iconNameOverride,
|
|
4247
4249
|
iconSize: 24,
|
|
4248
|
-
className: "font-medium duration-200 hover:scale-110 hover:
|
|
4250
|
+
className: "font-medium duration-200 hover:scale-110 hover:opacity-70"
|
|
4249
4251
|
}
|
|
4250
4252
|
) }, idx));
|
|
4251
4253
|
}, [socialLinks]);
|
|
@@ -4268,7 +4270,7 @@ function FooterNewsletterGrid({
|
|
|
4268
4270
|
optixFlowConfig
|
|
4269
4271
|
}
|
|
4270
4272
|
) }),
|
|
4271
|
-
description && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "
|
|
4273
|
+
description && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "opacity-80", children: description }),
|
|
4272
4274
|
socialLinks && socialLinks.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex items-center space-x-6", children: socialLinksContent })
|
|
4273
4275
|
] }),
|
|
4274
4276
|
sectionsContent,
|
|
@@ -4280,7 +4282,7 @@ function FooterNewsletterGrid({
|
|
|
4280
4282
|
{
|
|
4281
4283
|
type: "email",
|
|
4282
4284
|
placeholder: newsletterPlaceholder,
|
|
4283
|
-
className: "flex h-10 w-full rounded-md border border-input
|
|
4285
|
+
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"
|
|
4284
4286
|
}
|
|
4285
4287
|
),
|
|
4286
4288
|
newsletterButtonText && /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4292,20 +4294,20 @@ function FooterNewsletterGrid({
|
|
|
4292
4294
|
}
|
|
4293
4295
|
)
|
|
4294
4296
|
] }) }),
|
|
4295
|
-
(privacyText || privacyLinkText) && /* @__PURE__ */ jsxRuntime.jsxs("p", { className: "mt-1 text-xs font-medium
|
|
4297
|
+
(privacyText || privacyLinkText) && /* @__PURE__ */ jsxRuntime.jsxs("p", { className: "mt-1 text-xs font-medium opacity-80", children: [
|
|
4296
4298
|
privacyText,
|
|
4297
4299
|
privacyLinkText && privacyLinkUrl && /* @__PURE__ */ jsxRuntime.jsx(
|
|
4298
4300
|
Pressable,
|
|
4299
4301
|
{
|
|
4300
4302
|
href: privacyLinkUrl,
|
|
4301
|
-
className: "ml-1
|
|
4303
|
+
className: "ml-1 hover:underline hover:opacity-100",
|
|
4302
4304
|
children: privacyLinkText
|
|
4303
4305
|
}
|
|
4304
4306
|
)
|
|
4305
4307
|
] })
|
|
4306
4308
|
] })
|
|
4307
4309
|
] }),
|
|
4308
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-20 flex flex-col justify-between gap-4 border-t pt-8 text-sm font-medium
|
|
4310
|
+
/* @__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: [
|
|
4309
4311
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
4310
4312
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4311
4313
|
BrandAttribution,
|
|
@@ -4313,7 +4315,7 @@ function FooterNewsletterGrid({
|
|
|
4313
4315
|
internalBrandSlug: "open_site_ai",
|
|
4314
4316
|
optionIndex: 3,
|
|
4315
4317
|
variant: "span",
|
|
4316
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
4318
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
4317
4319
|
}
|
|
4318
4320
|
)
|
|
4319
4321
|
] }) })
|
|
@@ -4372,14 +4374,14 @@ function FooterCtaBanner({
|
|
|
4372
4374
|
patternOpacity,
|
|
4373
4375
|
className: cn("dark", className),
|
|
4374
4376
|
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(contentClassName), children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
|
|
4375
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mb-16 rounded-lg
|
|
4377
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mb-16 rounded-lg border p-8 text-center md:p-12", ctaBannerClassName), children: [
|
|
4376
4378
|
/* @__PURE__ */ jsxRuntime.jsx("h2", { className: cn("mb-4 text-3xl font-bold md:text-4xl", ctaHeadingClassName), children: ctaHeading }),
|
|
4377
|
-
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mx-auto mb-6 max-w-2xl
|
|
4379
|
+
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mx-auto mb-6 max-w-2xl opacity-80", ctaDescriptionClassName), children: ctaDescription }),
|
|
4378
4380
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4379
4381
|
Pressable,
|
|
4380
4382
|
{
|
|
4381
4383
|
href: ctaButtonUrl,
|
|
4382
|
-
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
|
|
4384
|
+
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),
|
|
4383
4385
|
children: ctaButtonText
|
|
4384
4386
|
}
|
|
4385
4387
|
)
|
|
@@ -4403,7 +4405,7 @@ function FooterCtaBanner({
|
|
|
4403
4405
|
{
|
|
4404
4406
|
type: "email",
|
|
4405
4407
|
placeholder: newsletterPlaceholder,
|
|
4406
|
-
className: cn("flex h-10 w-full rounded-md border border-input
|
|
4408
|
+
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)
|
|
4407
4409
|
}
|
|
4408
4410
|
),
|
|
4409
4411
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4422,23 +4424,23 @@ function FooterCtaBanner({
|
|
|
4422
4424
|
href: social.href,
|
|
4423
4425
|
label: social.label,
|
|
4424
4426
|
iconNameOverride: social.iconNameOverride,
|
|
4425
|
-
className: cn("
|
|
4427
|
+
className: cn("opacity-80 transition-colors hover:opacity-100", socialLinkClassName)
|
|
4426
4428
|
}
|
|
4427
4429
|
) }, idx)) })
|
|
4428
4430
|
] }),
|
|
4429
4431
|
sections?.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(navSectionClassName), children: [
|
|
4430
4432
|
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 font-semibold", navTitleClassName), children: section.title }),
|
|
4431
|
-
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: cn("space-y-3 text-sm
|
|
4433
|
+
/* @__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(
|
|
4432
4434
|
Pressable,
|
|
4433
4435
|
{
|
|
4434
4436
|
href: link.href,
|
|
4435
|
-
className: cn("hover:
|
|
4437
|
+
className: cn("hover:opacity-100", navLinkClassName),
|
|
4436
4438
|
children: link.name
|
|
4437
4439
|
}
|
|
4438
4440
|
) }, linkIdx)) })
|
|
4439
4441
|
] }, sectionIdx))
|
|
4440
4442
|
] }),
|
|
4441
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-16 flex flex-col justify-between gap-4 border-t
|
|
4443
|
+
/* @__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: [
|
|
4442
4444
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-2 md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
|
|
4443
4445
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
4444
4446
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4447,11 +4449,11 @@ function FooterCtaBanner({
|
|
|
4447
4449
|
internalBrandSlug: "open_site_ai",
|
|
4448
4450
|
optionIndex: 8,
|
|
4449
4451
|
variant: "span",
|
|
4450
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
4452
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
4451
4453
|
}
|
|
4452
4454
|
)
|
|
4453
4455
|
] }),
|
|
4454
|
-
/* @__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:
|
|
4456
|
+
/* @__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)) })
|
|
4455
4457
|
] })
|
|
4456
4458
|
] }) })
|
|
4457
4459
|
}
|
|
@@ -4514,12 +4516,12 @@ function FooterContactCard({
|
|
|
4514
4516
|
}
|
|
4515
4517
|
),
|
|
4516
4518
|
heading && /* @__PURE__ */ jsxRuntime.jsx("h2", { className: cn("mb-8 text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl", headingClassName), children: heading }),
|
|
4517
|
-
(email || phone || address) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("space-y-4
|
|
4519
|
+
(email || phone || address) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("space-y-4 opacity-80", contactClassName), children: [
|
|
4518
4520
|
email && /* @__PURE__ */ jsxRuntime.jsx("p", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4519
4521
|
Pressable,
|
|
4520
4522
|
{
|
|
4521
4523
|
href: `mailto:${email}`,
|
|
4522
|
-
className: "hover:
|
|
4524
|
+
className: "hover:opacity-100",
|
|
4523
4525
|
children: email
|
|
4524
4526
|
}
|
|
4525
4527
|
) }),
|
|
@@ -4527,7 +4529,7 @@ function FooterContactCard({
|
|
|
4527
4529
|
Pressable,
|
|
4528
4530
|
{
|
|
4529
4531
|
href: `tel:${phone}`,
|
|
4530
|
-
className: "hover:
|
|
4532
|
+
className: "hover:opacity-100",
|
|
4531
4533
|
children: phone
|
|
4532
4534
|
}
|
|
4533
4535
|
) }),
|
|
@@ -4544,9 +4546,7 @@ function FooterContactCard({
|
|
|
4544
4546
|
label: social.label,
|
|
4545
4547
|
iconNameOverride: social.iconNameOverride,
|
|
4546
4548
|
className: cn(
|
|
4547
|
-
"flex size-12 items-center justify-center rounded-full transition-colors hover:
|
|
4548
|
-
getNestedCardBg(background),
|
|
4549
|
-
getNestedCardTextColor(background),
|
|
4549
|
+
"flex size-12 items-center justify-center rounded-full border transition-colors hover:opacity-80",
|
|
4550
4550
|
socialLinkClassName
|
|
4551
4551
|
)
|
|
4552
4552
|
}
|
|
@@ -4556,13 +4556,13 @@ function FooterContactCard({
|
|
|
4556
4556
|
Pressable,
|
|
4557
4557
|
{
|
|
4558
4558
|
href: link.href,
|
|
4559
|
-
className: cn("
|
|
4559
|
+
className: cn("opacity-80 hover:opacity-100", navLinkClassName),
|
|
4560
4560
|
children: link.name
|
|
4561
4561
|
}
|
|
4562
4562
|
) }, idx)) }) })
|
|
4563
4563
|
] })
|
|
4564
4564
|
] }),
|
|
4565
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm
|
|
4565
|
+
/* @__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: [
|
|
4566
4566
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-2 md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
|
|
4567
4567
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
4568
4568
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4571,7 +4571,7 @@ function FooterContactCard({
|
|
|
4571
4571
|
internalBrandSlug: "open_site_ai",
|
|
4572
4572
|
optionIndex: 7,
|
|
4573
4573
|
variant: "span",
|
|
4574
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
4574
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
4575
4575
|
}
|
|
4576
4576
|
)
|
|
4577
4577
|
] }),
|
|
@@ -4634,7 +4634,7 @@ function FooterBackgroundCard({
|
|
|
4634
4634
|
patternOpacity,
|
|
4635
4635
|
className: cn("bg-cover bg-center bg-no-repeat", className),
|
|
4636
4636
|
style: sectionStyle,
|
|
4637
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mx-auto max-w-7xl rounded-lg
|
|
4637
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mx-auto max-w-7xl rounded-lg p-8 shadow-lg md:p-12", cardClassName), children: [
|
|
4638
4638
|
/* @__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: [
|
|
4639
4639
|
(profileImage || tagline || personalMessage || ctaText) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("lg:col-span-1", profileSectionClassName), children: [
|
|
4640
4640
|
(profileImage || tagline) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-4 flex items-center gap-4", children: [
|
|
@@ -4649,33 +4649,33 @@ function FooterBackgroundCard({
|
|
|
4649
4649
|
),
|
|
4650
4650
|
tagline && /* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("text-2xl font-medium", taglineClassName), children: tagline })
|
|
4651
4651
|
] }),
|
|
4652
|
-
personalMessage && /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-6 text-sm leading-relaxed
|
|
4652
|
+
personalMessage && /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-6 text-sm leading-relaxed opacity-80", messageClassName), children: personalMessage }),
|
|
4653
4653
|
ctaText && /* @__PURE__ */ jsxRuntime.jsx(
|
|
4654
4654
|
Pressable,
|
|
4655
4655
|
{
|
|
4656
4656
|
href: ctaUrl || "#",
|
|
4657
|
-
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
|
|
4657
|
+
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),
|
|
4658
4658
|
children: ctaText
|
|
4659
4659
|
}
|
|
4660
4660
|
)
|
|
4661
4661
|
] }),
|
|
4662
4662
|
menuItems && menuItems.length > 0 && menuItems.map((menu, idx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(menuSectionClassName), children: [
|
|
4663
|
-
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 text-sm font-medium tracking-wider
|
|
4663
|
+
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 text-sm font-medium tracking-wider uppercase", menuTitleClassName), children: menu.title }),
|
|
4664
4664
|
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-3", children: menu.links.map((link, index) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4665
4665
|
Pressable,
|
|
4666
4666
|
{
|
|
4667
4667
|
href: link.url,
|
|
4668
|
-
className: cn("border-b border-transparent
|
|
4668
|
+
className: cn("border-b border-transparent opacity-80 transition-all duration-300 ease-in-out hover:opacity-100", menuLinkClassName),
|
|
4669
4669
|
children: link.text
|
|
4670
4670
|
}
|
|
4671
4671
|
) }, index)) })
|
|
4672
4672
|
] }, idx)),
|
|
4673
4673
|
(contactTitle || contact) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(contactSectionClassName), children: [
|
|
4674
|
-
contactTitle && /* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 text-sm font-medium tracking-wider
|
|
4674
|
+
contactTitle && /* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 text-sm font-medium tracking-wider uppercase", contactTitleClassName), children: contactTitle }),
|
|
4675
4675
|
contact && /* @__PURE__ */ jsxRuntime.jsxs("ul", { className: "space-y-3", children: [
|
|
4676
|
-
contact.phone && /* @__PURE__ */ jsxRuntime.jsx("li", { className: cn("
|
|
4677
|
-
contact.email && /* @__PURE__ */ jsxRuntime.jsx("li", { className: cn("
|
|
4678
|
-
(contact.location || contact.timezone) && /* @__PURE__ */ jsxRuntime.jsxs("li", { className: cn("
|
|
4676
|
+
contact.phone && /* @__PURE__ */ jsxRuntime.jsx("li", { className: cn("opacity-80", contactItemClassName), children: contact.phone }),
|
|
4677
|
+
contact.email && /* @__PURE__ */ jsxRuntime.jsx("li", { className: cn("opacity-80", contactItemClassName), children: contact.email }),
|
|
4678
|
+
(contact.location || contact.timezone) && /* @__PURE__ */ jsxRuntime.jsxs("li", { className: cn("opacity-80", contactItemClassName), children: [
|
|
4679
4679
|
contact.location,
|
|
4680
4680
|
contact.location && contact.timezone && " \u2022 ",
|
|
4681
4681
|
contact.timezone
|
|
@@ -4683,8 +4683,8 @@ function FooterBackgroundCard({
|
|
|
4683
4683
|
] })
|
|
4684
4684
|
] })
|
|
4685
4685
|
] }),
|
|
4686
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-12 flex flex-col items-center justify-between gap-4 border-t
|
|
4687
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-2 text-sm
|
|
4686
|
+
/* @__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: [
|
|
4687
|
+
/* @__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: [
|
|
4688
4688
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
4689
4689
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4690
4690
|
BrandAttribution,
|
|
@@ -4692,7 +4692,7 @@ function FooterBackgroundCard({
|
|
|
4692
4692
|
internalBrandSlug: "open_site_ai",
|
|
4693
4693
|
optionIndex: 3,
|
|
4694
4694
|
variant: "span",
|
|
4695
|
-
linkClassName: "hover:
|
|
4695
|
+
linkClassName: "hover:opacity-100"
|
|
4696
4696
|
}
|
|
4697
4697
|
)
|
|
4698
4698
|
] }),
|
|
@@ -4700,7 +4700,7 @@ function FooterBackgroundCard({
|
|
|
4700
4700
|
Pressable,
|
|
4701
4701
|
{
|
|
4702
4702
|
href: link.url,
|
|
4703
|
-
className: "text-sm
|
|
4703
|
+
className: "text-sm opacity-80 transition-colors hover:opacity-100",
|
|
4704
4704
|
children: link.text
|
|
4705
4705
|
},
|
|
4706
4706
|
idx
|
|
@@ -4772,7 +4772,7 @@ function FooterAnimatedSocial({
|
|
|
4772
4772
|
label: link.label,
|
|
4773
4773
|
iconNameOverride: link.iconNameOverride,
|
|
4774
4774
|
iconSize: 24,
|
|
4775
|
-
className: cn("group flex items-center gap-2 py-2 transition-colors hover:
|
|
4775
|
+
className: cn("group flex items-center gap-2 py-2 transition-colors hover:opacity-70", socialLinkClassName)
|
|
4776
4776
|
}
|
|
4777
4777
|
)
|
|
4778
4778
|
},
|
|
@@ -4800,13 +4800,13 @@ function FooterAnimatedSocial({
|
|
|
4800
4800
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("space-y-8", leftColumnClassName), children: [
|
|
4801
4801
|
/* @__PURE__ */ jsxRuntime.jsxs(framerMotion.motion.div, { variants: itemVariants, className: "space-y-6", children: [
|
|
4802
4802
|
/* @__PURE__ */ jsxRuntime.jsx("h2", { className: cn("text-4xl leading-tight font-bold lg:text-5xl", headingClassName), children: heading }),
|
|
4803
|
-
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("max-w-md text-lg leading-relaxed
|
|
4803
|
+
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("max-w-md text-lg leading-relaxed opacity-80", descriptionClassName), children: description })
|
|
4804
4804
|
] }),
|
|
4805
4805
|
ctaUrl && ctaText && /* @__PURE__ */ jsxRuntime.jsx(framerMotion.motion.div, { variants: itemVariants, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4806
4806
|
Pressable,
|
|
4807
4807
|
{
|
|
4808
4808
|
href: ctaUrl,
|
|
4809
|
-
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
|
|
4809
|
+
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),
|
|
4810
4810
|
children: ctaText
|
|
4811
4811
|
}
|
|
4812
4812
|
) })
|
|
@@ -4824,21 +4824,21 @@ function FooterAnimatedSocial({
|
|
|
4824
4824
|
viewport: { once: true },
|
|
4825
4825
|
className: cn("mt-16", bottomClassName),
|
|
4826
4826
|
children: [
|
|
4827
|
-
/* @__PURE__ */ jsxRuntime.jsx(framerMotion.motion.div, { variants: itemVariants, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mb-8 h-px w-full
|
|
4827
|
+
/* @__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" } }) }),
|
|
4828
4828
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
4829
4829
|
framerMotion.motion.div,
|
|
4830
4830
|
{
|
|
4831
4831
|
variants: itemVariants,
|
|
4832
4832
|
className: cn("flex flex-col items-start justify-between gap-4 sm:flex-row sm:items-center", copyrightClassName),
|
|
4833
4833
|
children: [
|
|
4834
|
-
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright, className: "text-sm
|
|
4835
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center gap-6 text-sm
|
|
4834
|
+
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright, className: "text-sm opacity-70" }),
|
|
4835
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center gap-6 text-sm opacity-70", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4836
4836
|
BrandAttribution,
|
|
4837
4837
|
{
|
|
4838
4838
|
internalBrandSlug: "open_site_ai",
|
|
4839
4839
|
optionIndex: 2,
|
|
4840
4840
|
variant: "span",
|
|
4841
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
4841
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
4842
4842
|
}
|
|
4843
4843
|
) })
|
|
4844
4844
|
]
|
|
@@ -5019,7 +5019,7 @@ function FooterNewsletterMinimal({
|
|
|
5019
5019
|
Pressable,
|
|
5020
5020
|
{
|
|
5021
5021
|
href: item.href,
|
|
5022
|
-
className: cn("tracking-tight hover:
|
|
5022
|
+
className: cn("tracking-tight hover:opacity-70", navLinkClassName),
|
|
5023
5023
|
children: item.label
|
|
5024
5024
|
}
|
|
5025
5025
|
) }, idx));
|
|
@@ -5033,7 +5033,7 @@ function FooterNewsletterMinimal({
|
|
|
5033
5033
|
label: item.label,
|
|
5034
5034
|
iconNameOverride: item.iconNameOverride,
|
|
5035
5035
|
iconSize: 14,
|
|
5036
|
-
className: cn("group flex items-center gap-1 tracking-tight hover:
|
|
5036
|
+
className: cn("group flex items-center gap-1 tracking-tight hover:opacity-70", socialLinkClassName)
|
|
5037
5037
|
}
|
|
5038
5038
|
) }, idx));
|
|
5039
5039
|
}, [socialLinks, socialLinkClassName]);
|
|
@@ -5043,7 +5043,7 @@ function FooterNewsletterMinimal({
|
|
|
5043
5043
|
Pressable,
|
|
5044
5044
|
{
|
|
5045
5045
|
href: item.href,
|
|
5046
|
-
className: cn("group flex items-center gap-1 tracking-tight hover:
|
|
5046
|
+
className: cn("group flex items-center gap-1 tracking-tight hover:opacity-70", footerLinkClassName),
|
|
5047
5047
|
children: item.label
|
|
5048
5048
|
}
|
|
5049
5049
|
) }, item.label));
|
|
@@ -5137,7 +5137,7 @@ function FooterNewsletterMinimal({
|
|
|
5137
5137
|
{
|
|
5138
5138
|
componentType: "button",
|
|
5139
5139
|
type: "submit",
|
|
5140
|
-
className: cn("p-2 hover:
|
|
5140
|
+
className: cn("p-2 hover:opacity-80", newsletterButtonClassName),
|
|
5141
5141
|
asButton: false,
|
|
5142
5142
|
disabled: form.isSubmitting,
|
|
5143
5143
|
children: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/arrow-right", size: 20 })
|
|
@@ -5163,7 +5163,7 @@ function FooterNewsletterMinimal({
|
|
|
5163
5163
|
children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn("text-6xl font-bold tracking-tighter md:text-8xl lg:text-9xl", brandTextClassName), children: brandText })
|
|
5164
5164
|
}
|
|
5165
5165
|
) }),
|
|
5166
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-8 text-center text-sm
|
|
5166
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-8 text-center text-sm opacity-80", copyrightClassName), children: [
|
|
5167
5167
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
5168
5168
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5169
5169
|
BrandAttribution,
|
|
@@ -5172,7 +5172,7 @@ function FooterNewsletterMinimal({
|
|
|
5172
5172
|
optionIndex: 4,
|
|
5173
5173
|
variant: "div",
|
|
5174
5174
|
containerClassName: "mt-2",
|
|
5175
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
5175
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
5176
5176
|
}
|
|
5177
5177
|
)
|
|
5178
5178
|
] })
|
|
@@ -5235,16 +5235,16 @@ function FooterCtaSocial({
|
|
|
5235
5235
|
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: [
|
|
5236
5236
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex w-full items-center gap-4", preHeadingWrapperClassName), children: [
|
|
5237
5237
|
/* @__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) }),
|
|
5238
|
-
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-sm
|
|
5238
|
+
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-sm opacity-70 italic md:text-base", preHeadingClassName), children: preHeading }),
|
|
5239
5239
|
/* @__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) })
|
|
5240
5240
|
] }),
|
|
5241
5241
|
/* @__PURE__ */ jsxRuntime.jsx("h2", { className: cn("py-6 text-5xl font-bold md:text-6xl", headingClassName), children: heading }),
|
|
5242
|
-
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("max-w-2xl text-base
|
|
5242
|
+
/* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("max-w-2xl text-base opacity-80 md:text-lg", descriptionClassName), children: description }),
|
|
5243
5243
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
5244
5244
|
Pressable,
|
|
5245
5245
|
{
|
|
5246
5246
|
href: buttonUrl,
|
|
5247
|
-
className: cn("group relative mt-4 inline-flex items-center gap-2 rounded-lg border
|
|
5247
|
+
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),
|
|
5248
5248
|
children: [
|
|
5249
5249
|
/* @__PURE__ */ jsxRuntime.jsx("span", { children: buttonText }),
|
|
5250
5250
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -5259,15 +5259,15 @@ function FooterCtaSocial({
|
|
|
5259
5259
|
}
|
|
5260
5260
|
),
|
|
5261
5261
|
socialLinks && socialLinks.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("flex items-center gap-6 pt-8", socialLinksClassName), children: socialLinksContent }),
|
|
5262
|
-
email && /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("pt-2 text-sm
|
|
5262
|
+
email && /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("pt-2 text-sm opacity-80 md:text-base", emailClassName), children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5263
5263
|
Pressable,
|
|
5264
5264
|
{
|
|
5265
5265
|
href: `mailto:${email}`,
|
|
5266
|
-
className: "transition-colors hover:
|
|
5266
|
+
className: "transition-colors hover:opacity-100",
|
|
5267
5267
|
children: email
|
|
5268
5268
|
}
|
|
5269
5269
|
) }),
|
|
5270
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mt-8 border-t pt-8 text-sm
|
|
5270
|
+
/* @__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: [
|
|
5271
5271
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
5272
5272
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5273
5273
|
BrandAttribution,
|
|
@@ -5275,7 +5275,7 @@ function FooterCtaSocial({
|
|
|
5275
5275
|
internalBrandSlug: "open_site_ai",
|
|
5276
5276
|
optionIndex: 9,
|
|
5277
5277
|
variant: "span",
|
|
5278
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
5278
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
5279
5279
|
}
|
|
5280
5280
|
)
|
|
5281
5281
|
] }) })
|
|
@@ -5328,11 +5328,11 @@ function FooterNavSocial({
|
|
|
5328
5328
|
if (!sections || sections.length === 0) return null;
|
|
5329
5329
|
return sections.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(navSectionClassName), children: [
|
|
5330
5330
|
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 font-semibold", navTitleClassName), children: section.title }),
|
|
5331
|
-
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: cn("space-y-3 text-sm
|
|
5331
|
+
/* @__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(
|
|
5332
5332
|
Pressable,
|
|
5333
5333
|
{
|
|
5334
5334
|
href: link.href,
|
|
5335
|
-
className: "hover:
|
|
5335
|
+
className: "hover:opacity-100",
|
|
5336
5336
|
children: link.name
|
|
5337
5337
|
}
|
|
5338
5338
|
) }, linkIdx)) })
|
|
@@ -5346,13 +5346,13 @@ function FooterNavSocial({
|
|
|
5346
5346
|
href: social.href,
|
|
5347
5347
|
label: social.label,
|
|
5348
5348
|
iconNameOverride: social.iconNameOverride,
|
|
5349
|
-
className: cn("
|
|
5349
|
+
className: cn("opacity-80 transition-colors hover:opacity-100", socialLinkClassName)
|
|
5350
5350
|
}
|
|
5351
5351
|
) }, idx));
|
|
5352
5352
|
}, [socialLinks, socialLinkClassName]);
|
|
5353
5353
|
const legalLinksContent = React4.useMemo(() => {
|
|
5354
5354
|
if (!legalLinks || legalLinks.length === 0) return null;
|
|
5355
|
-
return legalLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: cn(legalLinkClassName), children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.href, className: "hover:
|
|
5355
|
+
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));
|
|
5356
5356
|
}, [legalLinks, legalLinkClassName]);
|
|
5357
5357
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5358
5358
|
Section,
|
|
@@ -5379,14 +5379,14 @@ function FooterNavSocial({
|
|
|
5379
5379
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col justify-between", rightColumnClassName), children: [
|
|
5380
5380
|
(newsletterHeading || newsletterDescription) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mb-8", newsletterClassName), children: [
|
|
5381
5381
|
newsletterHeading && /* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-2 text-lg font-semibold", newsletterHeadingClassName), children: newsletterHeading }),
|
|
5382
|
-
newsletterDescription && /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-4 text-sm
|
|
5382
|
+
newsletterDescription && /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-4 text-sm opacity-80", newsletterDescriptionClassName), children: newsletterDescription }),
|
|
5383
5383
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex max-w-md gap-2", newsletterFormClassName), children: [
|
|
5384
5384
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5385
5385
|
"input",
|
|
5386
5386
|
{
|
|
5387
5387
|
type: "email",
|
|
5388
5388
|
placeholder: newsletterPlaceholder,
|
|
5389
|
-
className: "flex h-10 w-full rounded-md border border-input
|
|
5389
|
+
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"
|
|
5390
5390
|
}
|
|
5391
5391
|
),
|
|
5392
5392
|
newsletterButtonText && /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -5405,7 +5405,7 @@ function FooterNavSocial({
|
|
|
5405
5405
|
] })
|
|
5406
5406
|
] })
|
|
5407
5407
|
] }),
|
|
5408
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm
|
|
5408
|
+
/* @__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: [
|
|
5409
5409
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-2 md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
|
|
5410
5410
|
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
5411
5411
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -5414,7 +5414,7 @@ function FooterNavSocial({
|
|
|
5414
5414
|
internalBrandSlug: "open_site_ai",
|
|
5415
5415
|
optionIndex: 1,
|
|
5416
5416
|
variant: "span",
|
|
5417
|
-
linkClassName: "underline underline-offset-4 transition-colors hover:
|
|
5417
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
5418
5418
|
}
|
|
5419
5419
|
)
|
|
5420
5420
|
] }),
|