@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.
Files changed (51) hide show
  1. package/dist/components.cjs +90 -90
  2. package/dist/components.js +90 -90
  3. package/dist/feature-bento-image-grid.cjs +219 -114
  4. package/dist/feature-bento-image-grid.js +219 -114
  5. package/dist/feature-icon-grid-bordered.cjs +1 -1
  6. package/dist/feature-icon-grid-bordered.js +1 -1
  7. package/dist/footer-accordion-social.cjs +6 -6
  8. package/dist/footer-accordion-social.js +6 -6
  9. package/dist/footer-animated-social.cjs +7 -7
  10. package/dist/footer-animated-social.js +7 -7
  11. package/dist/footer-background-card.cjs +13 -13
  12. package/dist/footer-background-card.js +13 -13
  13. package/dist/footer-brand-description.cjs +12 -10
  14. package/dist/footer-brand-description.d.cts +5 -1
  15. package/dist/footer-brand-description.d.ts +5 -1
  16. package/dist/footer-brand-description.js +12 -10
  17. package/dist/footer-brand-links-contact.cjs +9 -9
  18. package/dist/footer-brand-links-contact.js +9 -9
  19. package/dist/footer-comprehensive-links.cjs +1 -1
  20. package/dist/footer-comprehensive-links.js +1 -1
  21. package/dist/footer-contact-card.cjs +7 -39
  22. package/dist/footer-contact-card.js +7 -39
  23. package/dist/footer-cta-banner.cjs +10 -10
  24. package/dist/footer-cta-banner.js +10 -10
  25. package/dist/footer-cta-social.cjs +7 -7
  26. package/dist/footer-cta-social.js +7 -7
  27. package/dist/footer-info-cards-accordion.cjs +9 -9
  28. package/dist/footer-info-cards-accordion.js +9 -9
  29. package/dist/footer-links-grid.cjs +1 -1
  30. package/dist/footer-links-grid.js +1 -1
  31. package/dist/footer-nav-social.cjs +8 -8
  32. package/dist/footer-nav-social.js +8 -8
  33. package/dist/footer-newsletter-contact.cjs +5 -5
  34. package/dist/footer-newsletter-contact.js +5 -5
  35. package/dist/footer-newsletter-grid.cjs +9 -9
  36. package/dist/footer-newsletter-grid.js +9 -9
  37. package/dist/footer-newsletter-minimal.cjs +6 -6
  38. package/dist/footer-newsletter-minimal.js +6 -6
  39. package/dist/footer-simple-centered.cjs +6 -6
  40. package/dist/footer-simple-centered.js +6 -6
  41. package/dist/footer-social-apps.cjs +2 -2
  42. package/dist/footer-social-apps.js +2 -2
  43. package/dist/footer-social-newsletter.cjs +2 -2
  44. package/dist/footer-social-newsletter.js +2 -2
  45. package/dist/footer-split-image-accordion.cjs +6 -6
  46. package/dist/footer-split-image-accordion.js +6 -6
  47. package/dist/index.cjs +90 -90
  48. package/dist/index.js +90 -90
  49. package/dist/registry.cjs +346 -215
  50. package/dist/registry.js +346 -215
  51. package/package.json +1 -1
@@ -3520,7 +3520,7 @@ function FooterLinksGrid({
3520
3520
  internalBrandSlug: "open_site_ai",
3521
3521
  optionIndex: 0,
3522
3522
  variant: "span",
3523
- linkClassName: "hover:text-primary"
3523
+ linkClassName: "hover:opacity-100"
3524
3524
  }
3525
3525
  )
3526
3526
  ] }),
@@ -3700,7 +3700,7 @@ function FooterSocialNewsletter({
3700
3700
  "div",
3701
3701
  {
3702
3702
  className: cn(
3703
- "flex flex-col gap-2 text-muted-foreground md:flex-row md:items-center md:gap-4",
3703
+ "flex flex-col gap-2 opacity-80 md:flex-row md:items-center md:gap-4",
3704
3704
  copyrightClassName
3705
3705
  ),
3706
3706
  children: [
@@ -3711,7 +3711,7 @@ function FooterSocialNewsletter({
3711
3711
  internalBrandSlug: "open_site_ai",
3712
3712
  optionIndex: 7,
3713
3713
  variant: "span",
3714
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
3714
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
3715
3715
  }
3716
3716
  )
3717
3717
  ]
@@ -3803,7 +3803,7 @@ function FooterSocialApps({
3803
3803
  ] })
3804
3804
  ] })
3805
3805
  ] }),
3806
- /* @__PURE__ */ jsx("div", { className: "mt-24 border-t pt-8", children: /* @__PURE__ */ jsx("div", { className: "flex flex-col justify-between gap-4 text-center text-sm font-medium text-muted-foreground md:flex-row md:text-left", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-wrap items-center gap-4", children: [
3806
+ /* @__PURE__ */ jsx("div", { className: "mt-24 border-t pt-8", children: /* @__PURE__ */ 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__ */ jsxs("div", { className: "flex flex-wrap items-center gap-4", children: [
3807
3807
  /* @__PURE__ */ jsx(FooterCopyright, { copyright }),
3808
3808
  /* @__PURE__ */ jsx(
3809
3809
  BrandAttribution,
@@ -3811,7 +3811,7 @@ function FooterSocialApps({
3811
3811
  internalBrandSlug: "open_site_ai",
3812
3812
  optionIndex: 6,
3813
3813
  variant: "span",
3814
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
3814
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
3815
3815
  }
3816
3816
  )
3817
3817
  ] }) }) })
@@ -3857,7 +3857,7 @@ function FooterSimpleCentered({
3857
3857
  {
3858
3858
  href: link.href,
3859
3859
  className: cn(
3860
- "text-sm text-muted-foreground transition-colors hover:text-primary",
3860
+ "text-sm opacity-80 transition-colors hover:opacity-100",
3861
3861
  sitemapLinkClassName
3862
3862
  ),
3863
3863
  children: link.label
@@ -3874,13 +3874,13 @@ function FooterSimpleCentered({
3874
3874
  const bottomLinksContent = useMemo(() => {
3875
3875
  if (!bottomLinks || bottomLinks.length === 0) return null;
3876
3876
  return bottomLinks.map((link, idx) => /* @__PURE__ */ jsxs(React4.Fragment, { children: [
3877
- idx > 0 && /* @__PURE__ */ jsx("span", { className: "text-muted-foreground", children: "\u2022" }),
3877
+ idx > 0 && /* @__PURE__ */ jsx("span", { className: "opacity-70", children: "\u2022" }),
3878
3878
  /* @__PURE__ */ jsx(
3879
3879
  Pressable,
3880
3880
  {
3881
3881
  href: link.href,
3882
3882
  className: cn(
3883
- "text-sm text-muted-foreground transition-colors hover:text-primary",
3883
+ "text-sm opacity-80 transition-colors hover:opacity-100",
3884
3884
  bottomLinkClassName
3885
3885
  ),
3886
3886
  children: link.text
@@ -3943,7 +3943,7 @@ function FooterSimpleCentered({
3943
3943
  "div",
3944
3944
  {
3945
3945
  className: cn(
3946
- "flex flex-col items-baseline justify-between gap-8 border-t border-border pt-8 md:flex-row md:gap-16",
3946
+ "flex flex-col items-baseline justify-between gap-8 border-t pt-8 md:flex-row md:gap-16",
3947
3947
  bottomBarClassName
3948
3948
  ),
3949
3949
  children: [
@@ -3951,7 +3951,7 @@ function FooterSimpleCentered({
3951
3951
  "div",
3952
3952
  {
3953
3953
  className: cn(
3954
- "flex flex-col gap-2 text-xs text-muted-foreground sm:flex-row sm:items-center sm:gap-4 sm:text-sm",
3954
+ "flex flex-col gap-2 text-xs opacity-80 sm:flex-row sm:items-center sm:gap-4 sm:text-sm",
3955
3955
  copyrightClassName
3956
3956
  ),
3957
3957
  children: [
@@ -3962,7 +3962,7 @@ function FooterSimpleCentered({
3962
3962
  internalBrandSlug: "open_site_ai",
3963
3963
  optionIndex: 5,
3964
3964
  variant: "span",
3965
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
3965
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
3966
3966
  }
3967
3967
  )
3968
3968
  ]
@@ -4011,10 +4011,11 @@ function FooterBrandDescription({
4011
4011
  legalLinksClassName,
4012
4012
  legalLinkClassName,
4013
4013
  background,
4014
- spacing,
4015
4014
  pattern,
4016
4015
  patternOpacity,
4017
- optixFlowConfig
4016
+ optixFlowConfig,
4017
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
4018
+ spacing = "py-6 md:py-32"
4018
4019
  }) {
4019
4020
  return /* @__PURE__ */ jsx(
4020
4021
  Section,
@@ -4024,6 +4025,7 @@ function FooterBrandDescription({
4024
4025
  pattern,
4025
4026
  patternOpacity,
4026
4027
  className: cn(className),
4028
+ containerClassName,
4027
4029
  children: /* @__PURE__ */ jsxs("div", { className: cn(contentClassName), children: [
4028
4030
  /* @__PURE__ */ jsxs(
4029
4031
  "div",
@@ -4062,7 +4064,7 @@ function FooterBrandDescription({
4062
4064
  "p",
4063
4065
  {
4064
4066
  className: cn(
4065
- "max-w-[70%] text-sm text-muted-foreground",
4067
+ "max-w-[70%] text-sm opacity-80",
4066
4068
  descriptionClassName
4067
4069
  ),
4068
4070
  children: description
@@ -4072,7 +4074,7 @@ function FooterBrandDescription({
4072
4074
  "ul",
4073
4075
  {
4074
4076
  className: cn(
4075
- "flex items-center space-x-6 text-muted-foreground",
4077
+ "flex items-center space-x-6 opacity-80",
4076
4078
  socialLinksClassName
4077
4079
  ),
4078
4080
  children: socialLinks.map((social, idx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
@@ -4082,7 +4084,7 @@ function FooterBrandDescription({
4082
4084
  label: social.label,
4083
4085
  iconNameOverride: social.iconNameOverride,
4084
4086
  className: cn(
4085
- "font-medium hover:text-primary",
4087
+ "font-medium hover:opacity-100",
4086
4088
  socialLinkClassName
4087
4089
  )
4088
4090
  }
@@ -4105,14 +4107,14 @@ function FooterBrandDescription({
4105
4107
  "ul",
4106
4108
  {
4107
4109
  className: cn(
4108
- "space-y-3 text-sm text-muted-foreground",
4110
+ "space-y-3 text-sm opacity-80",
4109
4111
  navLinksClassName
4110
4112
  ),
4111
4113
  children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx(
4112
4114
  "li",
4113
4115
  {
4114
4116
  className: cn(
4115
- "font-medium hover:text-primary",
4117
+ "font-medium hover:opacity-100",
4116
4118
  navLinkClassName
4117
4119
  ),
4118
4120
  children: /* @__PURE__ */ jsx(Pressable, { href: link.href, children: link.name })
@@ -4131,7 +4133,7 @@ function FooterBrandDescription({
4131
4133
  "div",
4132
4134
  {
4133
4135
  className: cn(
4134
- "mt-8 flex flex-col justify-between gap-4 border-t py-8 text-xs font-medium text-muted-foreground md:flex-row md:items-center md:text-left",
4136
+ "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",
4135
4137
  bottomClassName
4136
4138
  ),
4137
4139
  children: [
@@ -4150,7 +4152,7 @@ function FooterBrandDescription({
4150
4152
  internalBrandSlug: "open_site_ai",
4151
4153
  optionIndex: 4,
4152
4154
  variant: "span",
4153
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
4155
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
4154
4156
  }
4155
4157
  )
4156
4158
  ]
@@ -4166,7 +4168,7 @@ function FooterBrandDescription({
4166
4168
  children: legalLinks.map((link, idx) => /* @__PURE__ */ jsx(
4167
4169
  "li",
4168
4170
  {
4169
- className: cn("hover:text-primary", legalLinkClassName),
4171
+ className: cn("hover:opacity-100", legalLinkClassName),
4170
4172
  children: /* @__PURE__ */ jsx(Pressable, { href: link.href, children: link.name })
4171
4173
  },
4172
4174
  idx
@@ -4203,10 +4205,10 @@ function FooterNewsletterGrid({
4203
4205
  if (!sections || sections.length === 0) return null;
4204
4206
  return sections.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { className: "col-span-2 md:col-span-1", children: [
4205
4207
  /* @__PURE__ */ jsx("h3", { className: "mb-5 font-medium", children: section.title }),
4206
- /* @__PURE__ */ jsx("ul", { className: "space-y-4 text-sm text-muted-foreground", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx(
4208
+ /* @__PURE__ */ jsx("ul", { className: "space-y-4 text-sm opacity-80", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx(
4207
4209
  "li",
4208
4210
  {
4209
- className: "font-medium hover:text-primary",
4211
+ className: "font-medium hover:opacity-100",
4210
4212
  children: /* @__PURE__ */ jsx(Pressable, { href: link.href, children: link.name })
4211
4213
  },
4212
4214
  linkIdx
@@ -4222,7 +4224,7 @@ function FooterNewsletterGrid({
4222
4224
  label: social.label,
4223
4225
  iconNameOverride: social.iconNameOverride,
4224
4226
  iconSize: 24,
4225
- className: "font-medium duration-200 hover:scale-110 hover:text-muted-foreground"
4227
+ className: "font-medium duration-200 hover:scale-110 hover:opacity-70"
4226
4228
  }
4227
4229
  ) }, idx));
4228
4230
  }, [socialLinks]);
@@ -4245,7 +4247,7 @@ function FooterNewsletterGrid({
4245
4247
  optixFlowConfig
4246
4248
  }
4247
4249
  ) }),
4248
- description && /* @__PURE__ */ jsx("p", { className: "text-muted-foreground", children: description }),
4250
+ description && /* @__PURE__ */ jsx("p", { className: "opacity-80", children: description }),
4249
4251
  socialLinks && socialLinks.length > 0 && /* @__PURE__ */ jsx("ul", { className: "flex items-center space-x-6", children: socialLinksContent })
4250
4252
  ] }),
4251
4253
  sectionsContent,
@@ -4257,7 +4259,7 @@ function FooterNewsletterGrid({
4257
4259
  {
4258
4260
  type: "email",
4259
4261
  placeholder: newsletterPlaceholder,
4260
- className: "flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50"
4262
+ 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"
4261
4263
  }
4262
4264
  ),
4263
4265
  newsletterButtonText && /* @__PURE__ */ jsx(
@@ -4269,20 +4271,20 @@ function FooterNewsletterGrid({
4269
4271
  }
4270
4272
  )
4271
4273
  ] }) }),
4272
- (privacyText || privacyLinkText) && /* @__PURE__ */ jsxs("p", { className: "mt-1 text-xs font-medium text-muted-foreground", children: [
4274
+ (privacyText || privacyLinkText) && /* @__PURE__ */ jsxs("p", { className: "mt-1 text-xs font-medium opacity-80", children: [
4273
4275
  privacyText,
4274
4276
  privacyLinkText && privacyLinkUrl && /* @__PURE__ */ jsx(
4275
4277
  Pressable,
4276
4278
  {
4277
4279
  href: privacyLinkUrl,
4278
- className: "ml-1 text-primary hover:underline",
4280
+ className: "ml-1 hover:underline hover:opacity-100",
4279
4281
  children: privacyLinkText
4280
4282
  }
4281
4283
  )
4282
4284
  ] })
4283
4285
  ] })
4284
4286
  ] }),
4285
- /* @__PURE__ */ jsx("div", { className: "mt-20 flex flex-col justify-between gap-4 border-t pt-8 text-sm font-medium text-muted-foreground lg:flex-row lg:items-center lg:text-left", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-wrap items-center gap-4", children: [
4287
+ /* @__PURE__ */ 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__ */ jsxs("div", { className: "flex flex-wrap items-center gap-4", children: [
4286
4288
  /* @__PURE__ */ jsx(FooterCopyright, { copyright }),
4287
4289
  /* @__PURE__ */ jsx(
4288
4290
  BrandAttribution,
@@ -4290,7 +4292,7 @@ function FooterNewsletterGrid({
4290
4292
  internalBrandSlug: "open_site_ai",
4291
4293
  optionIndex: 3,
4292
4294
  variant: "span",
4293
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
4295
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
4294
4296
  }
4295
4297
  )
4296
4298
  ] }) })
@@ -4349,14 +4351,14 @@ function FooterCtaBanner({
4349
4351
  patternOpacity,
4350
4352
  className: cn("dark", className),
4351
4353
  children: /* @__PURE__ */ jsx("div", { className: cn(contentClassName), children: /* @__PURE__ */ jsxs("footer", { children: [
4352
- /* @__PURE__ */ jsxs("div", { className: cn("mb-16 rounded-lg bg-primary/10 p-8 text-center md:p-12", ctaBannerClassName), children: [
4354
+ /* @__PURE__ */ jsxs("div", { className: cn("mb-16 rounded-lg border p-8 text-center md:p-12", ctaBannerClassName), children: [
4353
4355
  /* @__PURE__ */ jsx("h2", { className: cn("mb-4 text-3xl font-bold md:text-4xl", ctaHeadingClassName), children: ctaHeading }),
4354
- /* @__PURE__ */ jsx("p", { className: cn("mx-auto mb-6 max-w-2xl text-muted-foreground", ctaDescriptionClassName), children: ctaDescription }),
4356
+ /* @__PURE__ */ jsx("p", { className: cn("mx-auto mb-6 max-w-2xl opacity-80", ctaDescriptionClassName), children: ctaDescription }),
4355
4357
  /* @__PURE__ */ jsx(
4356
4358
  Pressable,
4357
4359
  {
4358
4360
  href: ctaButtonUrl,
4359
- 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 bg-primary text-primary-foreground hover:bg-primary/90 h-11 px-8", ctaButtonClassName),
4361
+ 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),
4360
4362
  children: ctaButtonText
4361
4363
  }
4362
4364
  )
@@ -4380,7 +4382,7 @@ function FooterCtaBanner({
4380
4382
  {
4381
4383
  type: "email",
4382
4384
  placeholder: newsletterPlaceholder,
4383
- className: cn("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground 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)
4385
+ 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)
4384
4386
  }
4385
4387
  ),
4386
4388
  /* @__PURE__ */ jsx(
@@ -4399,23 +4401,23 @@ function FooterCtaBanner({
4399
4401
  href: social.href,
4400
4402
  label: social.label,
4401
4403
  iconNameOverride: social.iconNameOverride,
4402
- className: cn("text-muted-foreground transition-colors hover:text-primary", socialLinkClassName)
4404
+ className: cn("opacity-80 transition-colors hover:opacity-100", socialLinkClassName)
4403
4405
  }
4404
4406
  ) }, idx)) })
4405
4407
  ] }),
4406
4408
  sections?.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { className: cn(navSectionClassName), children: [
4407
4409
  /* @__PURE__ */ jsx("h3", { className: cn("mb-4 font-semibold", navTitleClassName), children: section.title }),
4408
- /* @__PURE__ */ jsx("ul", { className: cn("space-y-3 text-sm text-muted-foreground", navLinksClassName), children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
4410
+ /* @__PURE__ */ jsx("ul", { className: cn("space-y-3 text-sm opacity-80", navLinksClassName), children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
4409
4411
  Pressable,
4410
4412
  {
4411
4413
  href: link.href,
4412
- className: cn("hover:text-primary", navLinkClassName),
4414
+ className: cn("hover:opacity-100", navLinkClassName),
4413
4415
  children: link.name
4414
4416
  }
4415
4417
  ) }, linkIdx)) })
4416
4418
  ] }, sectionIdx))
4417
4419
  ] }),
4418
- /* @__PURE__ */ jsxs("div", { className: cn("mt-16 flex flex-col justify-between gap-4 border-t border-border pt-8 text-sm text-muted-foreground md:flex-row md:items-center", bottomClassName), children: [
4420
+ /* @__PURE__ */ 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: [
4419
4421
  /* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-2 md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
4420
4422
  /* @__PURE__ */ jsx(FooterCopyright, { copyright }),
4421
4423
  /* @__PURE__ */ jsx(
@@ -4424,11 +4426,11 @@ function FooterCtaBanner({
4424
4426
  internalBrandSlug: "open_site_ai",
4425
4427
  optionIndex: 8,
4426
4428
  variant: "span",
4427
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
4429
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
4428
4430
  }
4429
4431
  )
4430
4432
  ] }),
4431
- /* @__PURE__ */ jsx("ul", { className: cn("flex gap-4", legalLinksClassName), children: legalLinks?.map((link, idx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Pressable, { href: link.href, className: cn("hover:text-primary", legalLinkClassName), children: link.name }) }, idx)) })
4433
+ /* @__PURE__ */ jsx("ul", { className: cn("flex gap-4", legalLinksClassName), children: legalLinks?.map((link, idx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Pressable, { href: link.href, className: cn("hover:opacity-100", legalLinkClassName), children: link.name }) }, idx)) })
4432
4434
  ] })
4433
4435
  ] }) })
4434
4436
  }
@@ -4491,12 +4493,12 @@ function FooterContactCard({
4491
4493
  }
4492
4494
  ),
4493
4495
  heading && /* @__PURE__ */ jsx("h2", { className: cn("mb-8 text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl", headingClassName), children: heading }),
4494
- (email || phone || address) && /* @__PURE__ */ jsxs("div", { className: cn("space-y-4 text-muted-foreground", contactClassName), children: [
4496
+ (email || phone || address) && /* @__PURE__ */ jsxs("div", { className: cn("space-y-4 opacity-80", contactClassName), children: [
4495
4497
  email && /* @__PURE__ */ jsx("p", { children: /* @__PURE__ */ jsx(
4496
4498
  Pressable,
4497
4499
  {
4498
4500
  href: `mailto:${email}`,
4499
- className: "hover:text-primary",
4501
+ className: "hover:opacity-100",
4500
4502
  children: email
4501
4503
  }
4502
4504
  ) }),
@@ -4504,7 +4506,7 @@ function FooterContactCard({
4504
4506
  Pressable,
4505
4507
  {
4506
4508
  href: `tel:${phone}`,
4507
- className: "hover:text-primary",
4509
+ className: "hover:opacity-100",
4508
4510
  children: phone
4509
4511
  }
4510
4512
  ) }),
@@ -4521,9 +4523,7 @@ function FooterContactCard({
4521
4523
  label: social.label,
4522
4524
  iconNameOverride: social.iconNameOverride,
4523
4525
  className: cn(
4524
- "flex size-12 items-center justify-center rounded-full transition-colors hover:bg-primary hover:text-primary-foreground",
4525
- getNestedCardBg(background),
4526
- getNestedCardTextColor(background),
4526
+ "flex size-12 items-center justify-center rounded-full border transition-colors hover:opacity-80",
4527
4527
  socialLinkClassName
4528
4528
  )
4529
4529
  }
@@ -4533,13 +4533,13 @@ function FooterContactCard({
4533
4533
  Pressable,
4534
4534
  {
4535
4535
  href: link.href,
4536
- className: cn("text-muted-foreground hover:text-primary", navLinkClassName),
4536
+ className: cn("opacity-80 hover:opacity-100", navLinkClassName),
4537
4537
  children: link.name
4538
4538
  }
4539
4539
  ) }, idx)) }) })
4540
4540
  ] })
4541
4541
  ] }),
4542
- /* @__PURE__ */ jsxs("div", { className: cn("mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm text-muted-foreground md:flex-row md:items-center", bottomClassName), children: [
4542
+ /* @__PURE__ */ 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: [
4543
4543
  /* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-2 md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
4544
4544
  /* @__PURE__ */ jsx(FooterCopyright, { copyright }),
4545
4545
  /* @__PURE__ */ jsx(
@@ -4548,7 +4548,7 @@ function FooterContactCard({
4548
4548
  internalBrandSlug: "open_site_ai",
4549
4549
  optionIndex: 7,
4550
4550
  variant: "span",
4551
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
4551
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
4552
4552
  }
4553
4553
  )
4554
4554
  ] }),
@@ -4611,7 +4611,7 @@ function FooterBackgroundCard({
4611
4611
  patternOpacity,
4612
4612
  className: cn("bg-cover bg-center bg-no-repeat", className),
4613
4613
  style: sectionStyle,
4614
- children: /* @__PURE__ */ jsxs("div", { className: cn("mx-auto max-w-7xl rounded-lg bg-background p-8 shadow-lg md:p-12", cardClassName), children: [
4614
+ children: /* @__PURE__ */ jsxs("div", { className: cn("mx-auto max-w-7xl rounded-lg p-8 shadow-lg md:p-12", cardClassName), children: [
4615
4615
  /* @__PURE__ */ jsxs("div", { className: cn("grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-4 lg:gap-12", gridClassName), children: [
4616
4616
  (profileImage || tagline || personalMessage || ctaText) && /* @__PURE__ */ jsxs("div", { className: cn("lg:col-span-1", profileSectionClassName), children: [
4617
4617
  (profileImage || tagline) && /* @__PURE__ */ jsxs("div", { className: "mb-4 flex items-center gap-4", children: [
@@ -4626,33 +4626,33 @@ function FooterBackgroundCard({
4626
4626
  ),
4627
4627
  tagline && /* @__PURE__ */ jsx("h3", { className: cn("text-2xl font-medium", taglineClassName), children: tagline })
4628
4628
  ] }),
4629
- personalMessage && /* @__PURE__ */ jsx("p", { className: cn("mb-6 text-sm leading-relaxed text-muted-foreground", messageClassName), children: personalMessage }),
4629
+ personalMessage && /* @__PURE__ */ jsx("p", { className: cn("mb-6 text-sm leading-relaxed opacity-80", messageClassName), children: personalMessage }),
4630
4630
  ctaText && /* @__PURE__ */ jsx(
4631
4631
  Pressable,
4632
4632
  {
4633
4633
  href: ctaUrl || "#",
4634
- 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 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2", ctaClassName),
4634
+ 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),
4635
4635
  children: ctaText
4636
4636
  }
4637
4637
  )
4638
4638
  ] }),
4639
4639
  menuItems && menuItems.length > 0 && menuItems.map((menu, idx) => /* @__PURE__ */ jsxs("div", { className: cn(menuSectionClassName), children: [
4640
- /* @__PURE__ */ jsx("h3", { className: cn("mb-4 text-sm font-medium tracking-wider text-primary uppercase", menuTitleClassName), children: menu.title }),
4640
+ /* @__PURE__ */ jsx("h3", { className: cn("mb-4 text-sm font-medium tracking-wider uppercase", menuTitleClassName), children: menu.title }),
4641
4641
  /* @__PURE__ */ jsx("ul", { className: "space-y-3", children: menu.links.map((link, index) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
4642
4642
  Pressable,
4643
4643
  {
4644
4644
  href: link.url,
4645
- className: cn("border-b border-transparent text-muted-foreground transition-all duration-300 ease-in-out hover:border-primary hover:text-primary", menuLinkClassName),
4645
+ className: cn("border-b border-transparent opacity-80 transition-all duration-300 ease-in-out hover:opacity-100", menuLinkClassName),
4646
4646
  children: link.text
4647
4647
  }
4648
4648
  ) }, index)) })
4649
4649
  ] }, idx)),
4650
4650
  (contactTitle || contact) && /* @__PURE__ */ jsxs("div", { className: cn(contactSectionClassName), children: [
4651
- contactTitle && /* @__PURE__ */ jsx("h3", { className: cn("mb-4 text-sm font-medium tracking-wider text-primary uppercase", contactTitleClassName), children: contactTitle }),
4651
+ contactTitle && /* @__PURE__ */ jsx("h3", { className: cn("mb-4 text-sm font-medium tracking-wider uppercase", contactTitleClassName), children: contactTitle }),
4652
4652
  contact && /* @__PURE__ */ jsxs("ul", { className: "space-y-3", children: [
4653
- contact.phone && /* @__PURE__ */ jsx("li", { className: cn("text-muted-foreground", contactItemClassName), children: contact.phone }),
4654
- contact.email && /* @__PURE__ */ jsx("li", { className: cn("text-muted-foreground", contactItemClassName), children: contact.email }),
4655
- (contact.location || contact.timezone) && /* @__PURE__ */ jsxs("li", { className: cn("text-muted-foreground", contactItemClassName), children: [
4653
+ contact.phone && /* @__PURE__ */ jsx("li", { className: cn("opacity-80", contactItemClassName), children: contact.phone }),
4654
+ contact.email && /* @__PURE__ */ jsx("li", { className: cn("opacity-80", contactItemClassName), children: contact.email }),
4655
+ (contact.location || contact.timezone) && /* @__PURE__ */ jsxs("li", { className: cn("opacity-80", contactItemClassName), children: [
4656
4656
  contact.location,
4657
4657
  contact.location && contact.timezone && " \u2022 ",
4658
4658
  contact.timezone
@@ -4660,8 +4660,8 @@ function FooterBackgroundCard({
4660
4660
  ] })
4661
4661
  ] })
4662
4662
  ] }),
4663
- /* @__PURE__ */ jsxs("div", { className: cn("mt-12 flex flex-col items-center justify-between gap-4 border-t border-border pt-8 md:flex-row", bottomClassName), children: [
4664
- /* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-2 text-sm text-muted-foreground md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
4663
+ /* @__PURE__ */ jsxs("div", { className: cn("mt-12 flex flex-col items-center justify-between gap-4 border-t pt-8 md:flex-row", bottomClassName), children: [
4664
+ /* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-2 text-sm opacity-80 md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
4665
4665
  /* @__PURE__ */ jsx(FooterCopyright, { copyright }),
4666
4666
  /* @__PURE__ */ jsx(
4667
4667
  BrandAttribution,
@@ -4669,7 +4669,7 @@ function FooterBackgroundCard({
4669
4669
  internalBrandSlug: "open_site_ai",
4670
4670
  optionIndex: 3,
4671
4671
  variant: "span",
4672
- linkClassName: "hover:text-primary"
4672
+ linkClassName: "hover:opacity-100"
4673
4673
  }
4674
4674
  )
4675
4675
  ] }),
@@ -4677,7 +4677,7 @@ function FooterBackgroundCard({
4677
4677
  Pressable,
4678
4678
  {
4679
4679
  href: link.url,
4680
- className: "text-sm text-muted-foreground transition-colors hover:text-primary",
4680
+ className: "text-sm opacity-80 transition-colors hover:opacity-100",
4681
4681
  children: link.text
4682
4682
  },
4683
4683
  idx
@@ -4749,7 +4749,7 @@ function FooterAnimatedSocial({
4749
4749
  label: link.label,
4750
4750
  iconNameOverride: link.iconNameOverride,
4751
4751
  iconSize: 24,
4752
- className: cn("group flex items-center gap-2 py-2 transition-colors hover:text-muted-foreground", socialLinkClassName)
4752
+ className: cn("group flex items-center gap-2 py-2 transition-colors hover:opacity-70", socialLinkClassName)
4753
4753
  }
4754
4754
  )
4755
4755
  },
@@ -4777,13 +4777,13 @@ function FooterAnimatedSocial({
4777
4777
  /* @__PURE__ */ jsxs("div", { className: cn("space-y-8", leftColumnClassName), children: [
4778
4778
  /* @__PURE__ */ jsxs(motion.div, { variants: itemVariants, className: "space-y-6", children: [
4779
4779
  /* @__PURE__ */ jsx("h2", { className: cn("text-4xl leading-tight font-bold lg:text-5xl", headingClassName), children: heading }),
4780
- /* @__PURE__ */ jsx("p", { className: cn("max-w-md text-lg leading-relaxed text-muted-foreground", descriptionClassName), children: description })
4780
+ /* @__PURE__ */ jsx("p", { className: cn("max-w-md text-lg leading-relaxed opacity-80", descriptionClassName), children: description })
4781
4781
  ] }),
4782
4782
  ctaUrl && ctaText && /* @__PURE__ */ jsx(motion.div, { variants: itemVariants, children: /* @__PURE__ */ jsx(
4783
4783
  Pressable,
4784
4784
  {
4785
4785
  href: ctaUrl,
4786
- 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 bg-primary text-primary-foreground hover:bg-primary/90 h-11 px-8", ctaClassName),
4786
+ 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),
4787
4787
  children: ctaText
4788
4788
  }
4789
4789
  ) })
@@ -4801,21 +4801,21 @@ function FooterAnimatedSocial({
4801
4801
  viewport: { once: true },
4802
4802
  className: cn("mt-16", bottomClassName),
4803
4803
  children: [
4804
- /* @__PURE__ */ jsx(motion.div, { variants: itemVariants, children: /* @__PURE__ */ jsx("div", { className: cn("mb-8 h-px w-full bg-border", separatorClassName) }) }),
4804
+ /* @__PURE__ */ jsx(motion.div, { variants: itemVariants, children: /* @__PURE__ */ jsx("div", { className: cn("mb-8 h-px w-full opacity-20", separatorClassName), style: { backgroundColor: "currentColor" } }) }),
4805
4805
  /* @__PURE__ */ jsxs(
4806
4806
  motion.div,
4807
4807
  {
4808
4808
  variants: itemVariants,
4809
4809
  className: cn("flex flex-col items-start justify-between gap-4 sm:flex-row sm:items-center", copyrightClassName),
4810
4810
  children: [
4811
- /* @__PURE__ */ jsx(FooterCopyright, { copyright, className: "text-sm text-muted-foreground" }),
4812
- /* @__PURE__ */ jsx("div", { className: "flex items-center gap-6 text-sm text-muted-foreground", children: /* @__PURE__ */ jsx(
4811
+ /* @__PURE__ */ jsx(FooterCopyright, { copyright, className: "text-sm opacity-70" }),
4812
+ /* @__PURE__ */ jsx("div", { className: "flex items-center gap-6 text-sm opacity-70", children: /* @__PURE__ */ jsx(
4813
4813
  BrandAttribution,
4814
4814
  {
4815
4815
  internalBrandSlug: "open_site_ai",
4816
4816
  optionIndex: 2,
4817
4817
  variant: "span",
4818
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
4818
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
4819
4819
  }
4820
4820
  ) })
4821
4821
  ]
@@ -4996,7 +4996,7 @@ function FooterNewsletterMinimal({
4996
4996
  Pressable,
4997
4997
  {
4998
4998
  href: item.href,
4999
- className: cn("tracking-tight hover:text-muted-foreground", navLinkClassName),
4999
+ className: cn("tracking-tight hover:opacity-70", navLinkClassName),
5000
5000
  children: item.label
5001
5001
  }
5002
5002
  ) }, idx));
@@ -5010,7 +5010,7 @@ function FooterNewsletterMinimal({
5010
5010
  label: item.label,
5011
5011
  iconNameOverride: item.iconNameOverride,
5012
5012
  iconSize: 14,
5013
- className: cn("group flex items-center gap-1 tracking-tight hover:text-muted-foreground", socialLinkClassName)
5013
+ className: cn("group flex items-center gap-1 tracking-tight hover:opacity-70", socialLinkClassName)
5014
5014
  }
5015
5015
  ) }, idx));
5016
5016
  }, [socialLinks, socialLinkClassName]);
@@ -5020,7 +5020,7 @@ function FooterNewsletterMinimal({
5020
5020
  Pressable,
5021
5021
  {
5022
5022
  href: item.href,
5023
- className: cn("group flex items-center gap-1 tracking-tight hover:text-muted-foreground", footerLinkClassName),
5023
+ className: cn("group flex items-center gap-1 tracking-tight hover:opacity-70", footerLinkClassName),
5024
5024
  children: item.label
5025
5025
  }
5026
5026
  ) }, item.label));
@@ -5114,7 +5114,7 @@ function FooterNewsletterMinimal({
5114
5114
  {
5115
5115
  componentType: "button",
5116
5116
  type: "submit",
5117
- className: cn("p-2 hover:bg-muted/20", newsletterButtonClassName),
5117
+ className: cn("p-2 hover:opacity-80", newsletterButtonClassName),
5118
5118
  asButton: false,
5119
5119
  disabled: form.isSubmitting,
5120
5120
  children: /* @__PURE__ */ jsx(DynamicIcon, { name: "lucide/arrow-right", size: 20 })
@@ -5140,7 +5140,7 @@ function FooterNewsletterMinimal({
5140
5140
  children: /* @__PURE__ */ jsx("span", { className: cn("text-6xl font-bold tracking-tighter md:text-8xl lg:text-9xl", brandTextClassName), children: brandText })
5141
5141
  }
5142
5142
  ) }),
5143
- /* @__PURE__ */ jsxs("div", { className: cn("mt-8 text-center text-sm text-muted-foreground", copyrightClassName), children: [
5143
+ /* @__PURE__ */ jsxs("div", { className: cn("mt-8 text-center text-sm opacity-80", copyrightClassName), children: [
5144
5144
  /* @__PURE__ */ jsx(FooterCopyright, { copyright }),
5145
5145
  /* @__PURE__ */ jsx(
5146
5146
  BrandAttribution,
@@ -5149,7 +5149,7 @@ function FooterNewsletterMinimal({
5149
5149
  optionIndex: 4,
5150
5150
  variant: "div",
5151
5151
  containerClassName: "mt-2",
5152
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
5152
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
5153
5153
  }
5154
5154
  )
5155
5155
  ] })
@@ -5212,16 +5212,16 @@ function FooterCtaSocial({
5212
5212
  children: /* @__PURE__ */ jsx("div", { className: cn("relative z-10", contentClassName), children: /* @__PURE__ */ jsxs("div", { className: cn("mx-auto flex max-w-3xl flex-col items-center gap-2 text-center", containerClassName), children: [
5213
5213
  /* @__PURE__ */ jsxs("div", { className: cn("flex w-full items-center gap-4", preHeadingWrapperClassName), children: [
5214
5214
  /* @__PURE__ */ 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) }),
5215
- /* @__PURE__ */ jsx("p", { className: cn("text-sm text-muted-foreground italic md:text-base", preHeadingClassName), children: preHeading }),
5215
+ /* @__PURE__ */ jsx("p", { className: cn("text-sm opacity-70 italic md:text-base", preHeadingClassName), children: preHeading }),
5216
5216
  /* @__PURE__ */ 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) })
5217
5217
  ] }),
5218
5218
  /* @__PURE__ */ jsx("h2", { className: cn("py-6 text-5xl font-bold md:text-6xl", headingClassName), children: heading }),
5219
- /* @__PURE__ */ jsx("p", { className: cn("max-w-2xl text-base text-muted-foreground md:text-lg", descriptionClassName), children: description }),
5219
+ /* @__PURE__ */ jsx("p", { className: cn("max-w-2xl text-base opacity-80 md:text-lg", descriptionClassName), children: description }),
5220
5220
  /* @__PURE__ */ jsxs(
5221
5221
  Pressable,
5222
5222
  {
5223
5223
  href: buttonUrl,
5224
- className: cn("group relative mt-4 inline-flex items-center gap-2 rounded-lg border bg-background px-8 py-4 text-base font-medium transition-all hover:bg-muted", buttonClassName),
5224
+ 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),
5225
5225
  children: [
5226
5226
  /* @__PURE__ */ jsx("span", { children: buttonText }),
5227
5227
  /* @__PURE__ */ jsx(
@@ -5236,15 +5236,15 @@ function FooterCtaSocial({
5236
5236
  }
5237
5237
  ),
5238
5238
  socialLinks && socialLinks.length > 0 && /* @__PURE__ */ jsx("div", { className: cn("flex items-center gap-6 pt-8", socialLinksClassName), children: socialLinksContent }),
5239
- email && /* @__PURE__ */ jsx("p", { className: cn("pt-2 text-sm text-muted-foreground md:text-base", emailClassName), children: /* @__PURE__ */ jsx(
5239
+ email && /* @__PURE__ */ jsx("p", { className: cn("pt-2 text-sm opacity-80 md:text-base", emailClassName), children: /* @__PURE__ */ jsx(
5240
5240
  Pressable,
5241
5241
  {
5242
5242
  href: `mailto:${email}`,
5243
- className: "transition-colors hover:text-primary",
5243
+ className: "transition-colors hover:opacity-100",
5244
5244
  children: email
5245
5245
  }
5246
5246
  ) }),
5247
- /* @__PURE__ */ jsx("div", { className: cn("mt-8 border-t pt-8 text-sm text-muted-foreground", bottomClassName), children: /* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-2", copyrightClassName), children: [
5247
+ /* @__PURE__ */ jsx("div", { className: cn("mt-8 border-t pt-8 text-sm opacity-70", bottomClassName), children: /* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-2", copyrightClassName), children: [
5248
5248
  /* @__PURE__ */ jsx(FooterCopyright, { copyright }),
5249
5249
  /* @__PURE__ */ jsx(
5250
5250
  BrandAttribution,
@@ -5252,7 +5252,7 @@ function FooterCtaSocial({
5252
5252
  internalBrandSlug: "open_site_ai",
5253
5253
  optionIndex: 9,
5254
5254
  variant: "span",
5255
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
5255
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
5256
5256
  }
5257
5257
  )
5258
5258
  ] }) })
@@ -5305,11 +5305,11 @@ function FooterNavSocial({
5305
5305
  if (!sections || sections.length === 0) return null;
5306
5306
  return sections.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { className: cn(navSectionClassName), children: [
5307
5307
  /* @__PURE__ */ jsx("h3", { className: cn("mb-4 font-semibold", navTitleClassName), children: section.title }),
5308
- /* @__PURE__ */ jsx("ul", { className: cn("space-y-3 text-sm text-muted-foreground", navLinksClassName), children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx("li", { className: cn(navLinkClassName), children: /* @__PURE__ */ jsx(
5308
+ /* @__PURE__ */ jsx("ul", { className: cn("space-y-3 text-sm opacity-80", navLinksClassName), children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx("li", { className: cn(navLinkClassName), children: /* @__PURE__ */ jsx(
5309
5309
  Pressable,
5310
5310
  {
5311
5311
  href: link.href,
5312
- className: "hover:text-primary",
5312
+ className: "hover:opacity-100",
5313
5313
  children: link.name
5314
5314
  }
5315
5315
  ) }, linkIdx)) })
@@ -5323,13 +5323,13 @@ function FooterNavSocial({
5323
5323
  href: social.href,
5324
5324
  label: social.label,
5325
5325
  iconNameOverride: social.iconNameOverride,
5326
- className: cn("text-muted-foreground transition-colors hover:text-primary", socialLinkClassName)
5326
+ className: cn("opacity-80 transition-colors hover:opacity-100", socialLinkClassName)
5327
5327
  }
5328
5328
  ) }, idx));
5329
5329
  }, [socialLinks, socialLinkClassName]);
5330
5330
  const legalLinksContent = useMemo(() => {
5331
5331
  if (!legalLinks || legalLinks.length === 0) return null;
5332
- return legalLinks.map((link, idx) => /* @__PURE__ */ jsx("li", { className: cn(legalLinkClassName), children: /* @__PURE__ */ jsx(Pressable, { href: link.href, className: "hover:text-primary", children: link.name }) }, idx));
5332
+ return legalLinks.map((link, idx) => /* @__PURE__ */ jsx("li", { className: cn(legalLinkClassName), children: /* @__PURE__ */ jsx(Pressable, { href: link.href, className: "hover:opacity-100", children: link.name }) }, idx));
5333
5333
  }, [legalLinks, legalLinkClassName]);
5334
5334
  return /* @__PURE__ */ jsx(
5335
5335
  Section,
@@ -5356,14 +5356,14 @@ function FooterNavSocial({
5356
5356
  /* @__PURE__ */ jsxs("div", { className: cn("flex flex-col justify-between", rightColumnClassName), children: [
5357
5357
  (newsletterHeading || newsletterDescription) && /* @__PURE__ */ jsxs("div", { className: cn("mb-8", newsletterClassName), children: [
5358
5358
  newsletterHeading && /* @__PURE__ */ jsx("h3", { className: cn("mb-2 text-lg font-semibold", newsletterHeadingClassName), children: newsletterHeading }),
5359
- newsletterDescription && /* @__PURE__ */ jsx("p", { className: cn("mb-4 text-sm text-muted-foreground", newsletterDescriptionClassName), children: newsletterDescription }),
5359
+ newsletterDescription && /* @__PURE__ */ jsx("p", { className: cn("mb-4 text-sm opacity-80", newsletterDescriptionClassName), children: newsletterDescription }),
5360
5360
  /* @__PURE__ */ jsxs("div", { className: cn("flex max-w-md gap-2", newsletterFormClassName), children: [
5361
5361
  /* @__PURE__ */ jsx(
5362
5362
  "input",
5363
5363
  {
5364
5364
  type: "email",
5365
5365
  placeholder: newsletterPlaceholder,
5366
- className: "flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50"
5366
+ 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"
5367
5367
  }
5368
5368
  ),
5369
5369
  newsletterButtonText && /* @__PURE__ */ jsx(
@@ -5382,7 +5382,7 @@ function FooterNavSocial({
5382
5382
  ] })
5383
5383
  ] })
5384
5384
  ] }),
5385
- /* @__PURE__ */ jsxs("div", { className: cn("mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm text-muted-foreground md:flex-row md:items-center", bottomClassName), children: [
5385
+ /* @__PURE__ */ 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: [
5386
5386
  /* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-2 md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
5387
5387
  /* @__PURE__ */ jsx(FooterCopyright, { copyright }),
5388
5388
  /* @__PURE__ */ jsx(
@@ -5391,7 +5391,7 @@ function FooterNavSocial({
5391
5391
  internalBrandSlug: "open_site_ai",
5392
5392
  optionIndex: 1,
5393
5393
  variant: "span",
5394
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
5394
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
5395
5395
  }
5396
5396
  )
5397
5397
  ] }),