@opensite/ui 1.6.3 → 1.6.5

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.
@@ -4407,7 +4407,8 @@ function FooterCtaBanner({
4407
4407
  legalLinksClassName,
4408
4408
  legalLinkClassName,
4409
4409
  background,
4410
- spacing,
4410
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
4411
+ spacing = "py-6 md:py-32",
4411
4412
  pattern,
4412
4413
  patternOpacity,
4413
4414
  optixFlowConfig
@@ -4419,89 +4420,168 @@ function FooterCtaBanner({
4419
4420
  spacing,
4420
4421
  pattern,
4421
4422
  patternOpacity,
4422
- className: cn("dark", className),
4423
+ className,
4424
+ containerClassName,
4423
4425
  children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(contentClassName), children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
4424
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mb-16 rounded-lg border p-8 text-center md:p-12", ctaBannerClassName), children: [
4425
- /* @__PURE__ */ jsxRuntime.jsx("h2", { className: cn("mb-4 text-3xl font-bold md:text-4xl", ctaHeadingClassName), children: ctaHeading }),
4426
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mx-auto mb-6 max-w-2xl opacity-80", ctaDescriptionClassName), children: ctaDescription }),
4427
- /* @__PURE__ */ jsxRuntime.jsx(
4428
- Pressable,
4429
- {
4430
- href: ctaButtonUrl,
4431
- 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),
4432
- children: ctaButtonText
4433
- }
4434
- )
4435
- ] }),
4436
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("grid gap-10 lg:grid-cols-5", gridClassName), children: [
4437
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("lg:col-span-2", brandClassName), children: [
4438
- logo && /* @__PURE__ */ jsxRuntime.jsx(
4439
- FooterLogo,
4440
- {
4441
- logo,
4442
- logoClassName: cn("mb-6", logoWrapperClassName),
4443
- logoImageClassName: logoClassName,
4444
- optixFlowConfig
4445
- }
4426
+ /* @__PURE__ */ jsxRuntime.jsxs(
4427
+ "div",
4428
+ {
4429
+ className: cn(
4430
+ "mb-16 rounded-lg border p-8 text-center md:p-12",
4431
+ ctaBannerClassName
4446
4432
  ),
4447
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mb-6", newsletterClassName), children: [
4448
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-2 text-sm font-medium", children: newsletterLabel }),
4449
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex max-w-sm gap-2", children: [
4450
- /* @__PURE__ */ jsxRuntime.jsx(
4451
- "input",
4433
+ children: [
4434
+ /* @__PURE__ */ jsxRuntime.jsx(
4435
+ "h2",
4436
+ {
4437
+ className: cn(
4438
+ "mb-4 text-3xl font-bold md:text-4xl text-balance",
4439
+ ctaHeadingClassName
4440
+ ),
4441
+ children: ctaHeading
4442
+ }
4443
+ ),
4444
+ /* @__PURE__ */ jsxRuntime.jsx(
4445
+ "p",
4446
+ {
4447
+ className: cn(
4448
+ "mx-auto mb-6 max-w-2xl opacity-80 text-balance",
4449
+ ctaDescriptionClassName
4450
+ ),
4451
+ children: ctaDescription
4452
+ }
4453
+ ),
4454
+ /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: ctaButtonUrl, asButton: true, variant: "default", children: ctaButtonText })
4455
+ ]
4456
+ }
4457
+ ),
4458
+ /* @__PURE__ */ jsxRuntime.jsxs(
4459
+ "div",
4460
+ {
4461
+ className: cn(
4462
+ "grid gap-10 grid-cols-2 md:grid-cols-5",
4463
+ gridClassName
4464
+ ),
4465
+ children: [
4466
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("col-span-2", brandClassName), children: [
4467
+ logo && /* @__PURE__ */ jsxRuntime.jsx(
4468
+ FooterLogo,
4452
4469
  {
4453
- type: "email",
4454
- placeholder: newsletterPlaceholder,
4455
- 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)
4470
+ logo,
4471
+ logoClassName: cn("mb-6", logoWrapperClassName),
4472
+ logoImageClassName: logoClassName,
4473
+ optixFlowConfig
4456
4474
  }
4457
4475
  ),
4476
+ newsletterClassName && newsletterLabel && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mb-6", newsletterClassName), children: [
4477
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-2 text-sm font-medium", children: newsletterLabel }),
4478
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex max-w-sm gap-2", children: [
4479
+ /* @__PURE__ */ jsxRuntime.jsx(
4480
+ "input",
4481
+ {
4482
+ type: "email",
4483
+ placeholder: newsletterPlaceholder,
4484
+ className: cn(
4485
+ "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",
4486
+ newsletterInputClassName
4487
+ )
4488
+ }
4489
+ ),
4490
+ /* @__PURE__ */ jsxRuntime.jsx(
4491
+ "button",
4492
+ {
4493
+ type: "submit",
4494
+ className: cn(
4495
+ "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",
4496
+ newsletterButtonClassName
4497
+ ),
4498
+ children: newsletterButtonText
4499
+ }
4500
+ )
4501
+ ] })
4502
+ ] }),
4458
4503
  /* @__PURE__ */ jsxRuntime.jsx(
4459
- "button",
4504
+ "ul",
4505
+ {
4506
+ className: cn("flex items-center gap-4", socialLinksClassName),
4507
+ children: socialLinks?.map((social, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
4508
+ SocialLinkIcon,
4509
+ {
4510
+ href: social.href,
4511
+ label: social.label,
4512
+ iconNameOverride: social.iconNameOverride,
4513
+ className: cn(
4514
+ "opacity-80 transition-colors hover:opacity-100",
4515
+ socialLinkClassName
4516
+ )
4517
+ }
4518
+ ) }, idx))
4519
+ }
4520
+ )
4521
+ ] }),
4522
+ sections?.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(navSectionClassName), children: [
4523
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 font-semibold", navTitleClassName), children: section.title }),
4524
+ /* @__PURE__ */ jsxRuntime.jsx(
4525
+ "ul",
4460
4526
  {
4461
- type: "submit",
4462
- 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", newsletterButtonClassName),
4463
- children: newsletterButtonText
4527
+ className: cn(
4528
+ "space-y-3 text-sm opacity-80",
4529
+ navLinksClassName
4530
+ ),
4531
+ children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
4532
+ Pressable,
4533
+ {
4534
+ href: link.href,
4535
+ className: cn("hover:opacity-100", navLinkClassName),
4536
+ children: link.name
4537
+ }
4538
+ ) }, linkIdx))
4464
4539
  }
4465
4540
  )
4466
- ] })
4467
- ] }),
4468
- /* @__PURE__ */ jsxRuntime.jsx("ul", { className: cn("flex items-center gap-4", socialLinksClassName), children: socialLinks?.map((social, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
4469
- SocialLinkIcon,
4470
- {
4471
- href: social.href,
4472
- label: social.label,
4473
- iconNameOverride: social.iconNameOverride,
4474
- className: cn("opacity-80 transition-colors hover:opacity-100", socialLinkClassName)
4475
- }
4476
- ) }, idx)) })
4477
- ] }),
4478
- sections?.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(navSectionClassName), children: [
4479
- /* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 font-semibold", navTitleClassName), children: section.title }),
4480
- /* @__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(
4481
- Pressable,
4482
- {
4483
- href: link.href,
4484
- className: cn("hover:opacity-100", navLinkClassName),
4485
- children: link.name
4486
- }
4487
- ) }, linkIdx)) })
4488
- ] }, sectionIdx))
4489
- ] }),
4490
- /* @__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: [
4491
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-2 md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
4492
- /* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
4493
- /* @__PURE__ */ jsxRuntime.jsx(
4494
- BrandAttribution,
4495
- {
4496
- internalBrandSlug: "open_site_ai",
4497
- optionIndex: 8,
4498
- variant: "span",
4499
- linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
4500
- }
4501
- )
4502
- ] }),
4503
- /* @__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)) })
4504
- ] })
4541
+ ] }, sectionIdx))
4542
+ ]
4543
+ }
4544
+ ),
4545
+ /* @__PURE__ */ jsxRuntime.jsxs(
4546
+ "div",
4547
+ {
4548
+ className: cn(
4549
+ "mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm opacity-80 md:flex-row md:items-center",
4550
+ bottomClassName
4551
+ ),
4552
+ children: [
4553
+ /* @__PURE__ */ jsxRuntime.jsxs(
4554
+ "div",
4555
+ {
4556
+ className: cn(
4557
+ "flex flex-col gap-2 md:flex-row md:items-center md:gap-4",
4558
+ copyrightClassName
4559
+ ),
4560
+ children: [
4561
+ /* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
4562
+ /* @__PURE__ */ jsxRuntime.jsx(
4563
+ BrandAttribution,
4564
+ {
4565
+ internalBrandSlug: "open_site_ai",
4566
+ optionIndex: 8,
4567
+ variant: "span",
4568
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
4569
+ }
4570
+ )
4571
+ ]
4572
+ }
4573
+ ),
4574
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: cn("flex gap-4", legalLinksClassName), children: legalLinks?.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
4575
+ Pressable,
4576
+ {
4577
+ href: link.href,
4578
+ className: cn("hover:opacity-100", legalLinkClassName),
4579
+ children: link.name
4580
+ }
4581
+ ) }, idx)) })
4582
+ ]
4583
+ }
4584
+ )
4505
4585
  ] }) })
4506
4586
  }
4507
4587
  );
@@ -4384,7 +4384,8 @@ function FooterCtaBanner({
4384
4384
  legalLinksClassName,
4385
4385
  legalLinkClassName,
4386
4386
  background,
4387
- spacing,
4387
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
4388
+ spacing = "py-6 md:py-32",
4388
4389
  pattern,
4389
4390
  patternOpacity,
4390
4391
  optixFlowConfig
@@ -4396,89 +4397,168 @@ function FooterCtaBanner({
4396
4397
  spacing,
4397
4398
  pattern,
4398
4399
  patternOpacity,
4399
- className: cn("dark", className),
4400
+ className,
4401
+ containerClassName,
4400
4402
  children: /* @__PURE__ */ jsx("div", { className: cn(contentClassName), children: /* @__PURE__ */ jsxs("footer", { children: [
4401
- /* @__PURE__ */ jsxs("div", { className: cn("mb-16 rounded-lg border p-8 text-center md:p-12", ctaBannerClassName), children: [
4402
- /* @__PURE__ */ jsx("h2", { className: cn("mb-4 text-3xl font-bold md:text-4xl", ctaHeadingClassName), children: ctaHeading }),
4403
- /* @__PURE__ */ jsx("p", { className: cn("mx-auto mb-6 max-w-2xl opacity-80", ctaDescriptionClassName), children: ctaDescription }),
4404
- /* @__PURE__ */ jsx(
4405
- Pressable,
4406
- {
4407
- href: ctaButtonUrl,
4408
- 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),
4409
- children: ctaButtonText
4410
- }
4411
- )
4412
- ] }),
4413
- /* @__PURE__ */ jsxs("div", { className: cn("grid gap-10 lg:grid-cols-5", gridClassName), children: [
4414
- /* @__PURE__ */ jsxs("div", { className: cn("lg:col-span-2", brandClassName), children: [
4415
- logo && /* @__PURE__ */ jsx(
4416
- FooterLogo,
4417
- {
4418
- logo,
4419
- logoClassName: cn("mb-6", logoWrapperClassName),
4420
- logoImageClassName: logoClassName,
4421
- optixFlowConfig
4422
- }
4403
+ /* @__PURE__ */ jsxs(
4404
+ "div",
4405
+ {
4406
+ className: cn(
4407
+ "mb-16 rounded-lg border p-8 text-center md:p-12",
4408
+ ctaBannerClassName
4423
4409
  ),
4424
- /* @__PURE__ */ jsxs("div", { className: cn("mb-6", newsletterClassName), children: [
4425
- /* @__PURE__ */ jsx("p", { className: "mb-2 text-sm font-medium", children: newsletterLabel }),
4426
- /* @__PURE__ */ jsxs("div", { className: "flex max-w-sm gap-2", children: [
4427
- /* @__PURE__ */ jsx(
4428
- "input",
4410
+ children: [
4411
+ /* @__PURE__ */ jsx(
4412
+ "h2",
4413
+ {
4414
+ className: cn(
4415
+ "mb-4 text-3xl font-bold md:text-4xl text-balance",
4416
+ ctaHeadingClassName
4417
+ ),
4418
+ children: ctaHeading
4419
+ }
4420
+ ),
4421
+ /* @__PURE__ */ jsx(
4422
+ "p",
4423
+ {
4424
+ className: cn(
4425
+ "mx-auto mb-6 max-w-2xl opacity-80 text-balance",
4426
+ ctaDescriptionClassName
4427
+ ),
4428
+ children: ctaDescription
4429
+ }
4430
+ ),
4431
+ /* @__PURE__ */ jsx(Pressable, { href: ctaButtonUrl, asButton: true, variant: "default", children: ctaButtonText })
4432
+ ]
4433
+ }
4434
+ ),
4435
+ /* @__PURE__ */ jsxs(
4436
+ "div",
4437
+ {
4438
+ className: cn(
4439
+ "grid gap-10 grid-cols-2 md:grid-cols-5",
4440
+ gridClassName
4441
+ ),
4442
+ children: [
4443
+ /* @__PURE__ */ jsxs("div", { className: cn("col-span-2", brandClassName), children: [
4444
+ logo && /* @__PURE__ */ jsx(
4445
+ FooterLogo,
4429
4446
  {
4430
- type: "email",
4431
- placeholder: newsletterPlaceholder,
4432
- 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)
4447
+ logo,
4448
+ logoClassName: cn("mb-6", logoWrapperClassName),
4449
+ logoImageClassName: logoClassName,
4450
+ optixFlowConfig
4433
4451
  }
4434
4452
  ),
4453
+ newsletterClassName && newsletterLabel && /* @__PURE__ */ jsxs("div", { className: cn("mb-6", newsletterClassName), children: [
4454
+ /* @__PURE__ */ jsx("p", { className: "mb-2 text-sm font-medium", children: newsletterLabel }),
4455
+ /* @__PURE__ */ jsxs("div", { className: "flex max-w-sm gap-2", children: [
4456
+ /* @__PURE__ */ jsx(
4457
+ "input",
4458
+ {
4459
+ type: "email",
4460
+ placeholder: newsletterPlaceholder,
4461
+ className: cn(
4462
+ "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",
4463
+ newsletterInputClassName
4464
+ )
4465
+ }
4466
+ ),
4467
+ /* @__PURE__ */ jsx(
4468
+ "button",
4469
+ {
4470
+ type: "submit",
4471
+ className: cn(
4472
+ "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",
4473
+ newsletterButtonClassName
4474
+ ),
4475
+ children: newsletterButtonText
4476
+ }
4477
+ )
4478
+ ] })
4479
+ ] }),
4435
4480
  /* @__PURE__ */ jsx(
4436
- "button",
4481
+ "ul",
4482
+ {
4483
+ className: cn("flex items-center gap-4", socialLinksClassName),
4484
+ children: socialLinks?.map((social, idx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
4485
+ SocialLinkIcon,
4486
+ {
4487
+ href: social.href,
4488
+ label: social.label,
4489
+ iconNameOverride: social.iconNameOverride,
4490
+ className: cn(
4491
+ "opacity-80 transition-colors hover:opacity-100",
4492
+ socialLinkClassName
4493
+ )
4494
+ }
4495
+ ) }, idx))
4496
+ }
4497
+ )
4498
+ ] }),
4499
+ sections?.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { className: cn(navSectionClassName), children: [
4500
+ /* @__PURE__ */ jsx("h3", { className: cn("mb-4 font-semibold", navTitleClassName), children: section.title }),
4501
+ /* @__PURE__ */ jsx(
4502
+ "ul",
4437
4503
  {
4438
- type: "submit",
4439
- 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", newsletterButtonClassName),
4440
- children: newsletterButtonText
4504
+ className: cn(
4505
+ "space-y-3 text-sm opacity-80",
4506
+ navLinksClassName
4507
+ ),
4508
+ children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
4509
+ Pressable,
4510
+ {
4511
+ href: link.href,
4512
+ className: cn("hover:opacity-100", navLinkClassName),
4513
+ children: link.name
4514
+ }
4515
+ ) }, linkIdx))
4441
4516
  }
4442
4517
  )
4443
- ] })
4444
- ] }),
4445
- /* @__PURE__ */ jsx("ul", { className: cn("flex items-center gap-4", socialLinksClassName), children: socialLinks?.map((social, idx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
4446
- SocialLinkIcon,
4447
- {
4448
- href: social.href,
4449
- label: social.label,
4450
- iconNameOverride: social.iconNameOverride,
4451
- className: cn("opacity-80 transition-colors hover:opacity-100", socialLinkClassName)
4452
- }
4453
- ) }, idx)) })
4454
- ] }),
4455
- sections?.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { className: cn(navSectionClassName), children: [
4456
- /* @__PURE__ */ jsx("h3", { className: cn("mb-4 font-semibold", navTitleClassName), children: section.title }),
4457
- /* @__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(
4458
- Pressable,
4459
- {
4460
- href: link.href,
4461
- className: cn("hover:opacity-100", navLinkClassName),
4462
- children: link.name
4463
- }
4464
- ) }, linkIdx)) })
4465
- ] }, sectionIdx))
4466
- ] }),
4467
- /* @__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: [
4468
- /* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-2 md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
4469
- /* @__PURE__ */ jsx(FooterCopyright, { copyright }),
4470
- /* @__PURE__ */ jsx(
4471
- BrandAttribution,
4472
- {
4473
- internalBrandSlug: "open_site_ai",
4474
- optionIndex: 8,
4475
- variant: "span",
4476
- linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
4477
- }
4478
- )
4479
- ] }),
4480
- /* @__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)) })
4481
- ] })
4518
+ ] }, sectionIdx))
4519
+ ]
4520
+ }
4521
+ ),
4522
+ /* @__PURE__ */ jsxs(
4523
+ "div",
4524
+ {
4525
+ className: cn(
4526
+ "mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm opacity-80 md:flex-row md:items-center",
4527
+ bottomClassName
4528
+ ),
4529
+ children: [
4530
+ /* @__PURE__ */ jsxs(
4531
+ "div",
4532
+ {
4533
+ className: cn(
4534
+ "flex flex-col gap-2 md:flex-row md:items-center md:gap-4",
4535
+ copyrightClassName
4536
+ ),
4537
+ children: [
4538
+ /* @__PURE__ */ jsx(FooterCopyright, { copyright }),
4539
+ /* @__PURE__ */ jsx(
4540
+ BrandAttribution,
4541
+ {
4542
+ internalBrandSlug: "open_site_ai",
4543
+ optionIndex: 8,
4544
+ variant: "span",
4545
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
4546
+ }
4547
+ )
4548
+ ]
4549
+ }
4550
+ ),
4551
+ /* @__PURE__ */ jsx("ul", { className: cn("flex gap-4", legalLinksClassName), children: legalLinks?.map((link, idx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
4552
+ Pressable,
4553
+ {
4554
+ href: link.href,
4555
+ className: cn("hover:opacity-100", legalLinkClassName),
4556
+ children: link.name
4557
+ }
4558
+ ) }, idx)) })
4559
+ ]
4560
+ }
4561
+ )
4482
4562
  ] }) })
4483
4563
  }
4484
4564
  );
@@ -1057,7 +1057,7 @@ function FeatureUtilityCardsGrid({
1057
1057
  href: learnMoreAction.href,
1058
1058
  onClick: learnMoreAction.onClick,
1059
1059
  className: cn(
1060
- "flex items-center gap-1 font-medium transition-opacity hover:opacity-80",
1060
+ "flex items-center gap-1 font-medium transition-opacity hover:opacity-80 text-right",
1061
1061
  learnMoreAction.className
1062
1062
  ),
1063
1063
  "aria-label": learnMoreAction["aria-label"],
@@ -1035,7 +1035,7 @@ function FeatureUtilityCardsGrid({
1035
1035
  href: learnMoreAction.href,
1036
1036
  onClick: learnMoreAction.onClick,
1037
1037
  className: cn(
1038
- "flex items-center gap-1 font-medium transition-opacity hover:opacity-80",
1038
+ "flex items-center gap-1 font-medium transition-opacity hover:opacity-80 text-right",
1039
1039
  learnMoreAction.className
1040
1040
  ),
1041
1041
  "aria-label": learnMoreAction["aria-label"],