@opensite/ui 0.1.3 → 0.1.4

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 (101) hide show
  1. package/dist/components.cjs +1501 -0
  2. package/dist/components.cjs.map +1 -1
  3. package/dist/components.d.cts +13 -0
  4. package/dist/components.d.ts +13 -0
  5. package/dist/components.js +1489 -1
  6. package/dist/components.js.map +1 -1
  7. package/dist/footer-animated-social.cjs +272 -0
  8. package/dist/footer-animated-social.cjs.map +1 -0
  9. package/dist/footer-animated-social.d.cts +41 -0
  10. package/dist/footer-animated-social.d.ts +41 -0
  11. package/dist/footer-animated-social.js +250 -0
  12. package/dist/footer-animated-social.js.map +1 -0
  13. package/dist/footer-background-card.cjs +149 -0
  14. package/dist/footer-background-card.cjs.map +1 -0
  15. package/dist/footer-background-card.d.cts +74 -0
  16. package/dist/footer-background-card.d.ts +74 -0
  17. package/dist/footer-background-card.js +147 -0
  18. package/dist/footer-background-card.js.map +1 -0
  19. package/dist/footer-brand-description.cjs +244 -0
  20. package/dist/footer-brand-description.cjs.map +1 -0
  21. package/dist/footer-brand-description.d.cts +65 -0
  22. package/dist/footer-brand-description.d.ts +65 -0
  23. package/dist/footer-brand-description.js +222 -0
  24. package/dist/footer-brand-description.js.map +1 -0
  25. package/dist/footer-contact-card.cjs +238 -0
  26. package/dist/footer-contact-card.cjs.map +1 -0
  27. package/dist/footer-contact-card.d.cts +65 -0
  28. package/dist/footer-contact-card.d.ts +65 -0
  29. package/dist/footer-contact-card.js +216 -0
  30. package/dist/footer-contact-card.js.map +1 -0
  31. package/dist/footer-cta-banner.cjs +282 -0
  32. package/dist/footer-cta-banner.cjs.map +1 -0
  33. package/dist/footer-cta-banner.d.cts +77 -0
  34. package/dist/footer-cta-banner.d.ts +77 -0
  35. package/dist/footer-cta-banner.js +260 -0
  36. package/dist/footer-cta-banner.js.map +1 -0
  37. package/dist/footer-cta-social.cjs +221 -0
  38. package/dist/footer-cta-social.cjs.map +1 -0
  39. package/dist/footer-cta-social.d.cts +45 -0
  40. package/dist/footer-cta-social.d.ts +45 -0
  41. package/dist/footer-cta-social.js +199 -0
  42. package/dist/footer-cta-social.js.map +1 -0
  43. package/dist/footer-links-grid.cjs +119 -0
  44. package/dist/footer-links-grid.cjs.map +1 -0
  45. package/dist/footer-links-grid.d.cts +54 -0
  46. package/dist/footer-links-grid.d.ts +54 -0
  47. package/dist/footer-links-grid.js +117 -0
  48. package/dist/footer-links-grid.js.map +1 -0
  49. package/dist/footer-nav-social.cjs +273 -0
  50. package/dist/footer-nav-social.cjs.map +1 -0
  51. package/dist/footer-nav-social.d.cts +72 -0
  52. package/dist/footer-nav-social.d.ts +72 -0
  53. package/dist/footer-nav-social.js +251 -0
  54. package/dist/footer-nav-social.js.map +1 -0
  55. package/dist/footer-newsletter-grid.cjs +271 -0
  56. package/dist/footer-newsletter-grid.cjs.map +1 -0
  57. package/dist/footer-newsletter-grid.d.cts +74 -0
  58. package/dist/footer-newsletter-grid.d.ts +74 -0
  59. package/dist/footer-newsletter-grid.js +249 -0
  60. package/dist/footer-newsletter-grid.js.map +1 -0
  61. package/dist/footer-newsletter-minimal.cjs +271 -0
  62. package/dist/footer-newsletter-minimal.cjs.map +1 -0
  63. package/dist/footer-newsletter-minimal.d.cts +57 -0
  64. package/dist/footer-newsletter-minimal.d.ts +57 -0
  65. package/dist/footer-newsletter-minimal.js +249 -0
  66. package/dist/footer-newsletter-minimal.js.map +1 -0
  67. package/dist/footer-simple-centered.cjs +101 -0
  68. package/dist/footer-simple-centered.cjs.map +1 -0
  69. package/dist/footer-simple-centered.d.cts +52 -0
  70. package/dist/footer-simple-centered.d.ts +52 -0
  71. package/dist/footer-simple-centered.js +99 -0
  72. package/dist/footer-simple-centered.js.map +1 -0
  73. package/dist/footer-social-apps.cjs +247 -0
  74. package/dist/footer-social-apps.cjs.map +1 -0
  75. package/dist/footer-social-apps.d.cts +75 -0
  76. package/dist/footer-social-apps.d.ts +75 -0
  77. package/dist/footer-social-apps.js +225 -0
  78. package/dist/footer-social-apps.js.map +1 -0
  79. package/dist/footer-social-newsletter.cjs +267 -0
  80. package/dist/footer-social-newsletter.cjs.map +1 -0
  81. package/dist/footer-social-newsletter.d.cts +68 -0
  82. package/dist/footer-social-newsletter.d.ts +68 -0
  83. package/dist/footer-social-newsletter.js +245 -0
  84. package/dist/footer-social-newsletter.js.map +1 -0
  85. package/dist/index.cjs +1501 -0
  86. package/dist/index.cjs.map +1 -1
  87. package/dist/index.d.cts +13 -0
  88. package/dist/index.d.ts +13 -0
  89. package/dist/index.js +1489 -1
  90. package/dist/index.js.map +1 -1
  91. package/dist/registry.cjs +1971 -1
  92. package/dist/registry.cjs.map +1 -1
  93. package/dist/registry.js +1971 -1
  94. package/dist/registry.js.map +1 -1
  95. package/dist/team-media-showcase.cjs +182 -0
  96. package/dist/team-media-showcase.cjs.map +1 -0
  97. package/dist/team-media-showcase.d.cts +145 -0
  98. package/dist/team-media-showcase.d.ts +145 -0
  99. package/dist/team-media-showcase.js +160 -0
  100. package/dist/team-media-showcase.js.map +1 -0
  101. package/package.json +71 -1
@@ -1116,6 +1116,1494 @@ function MediaHoverCtas(props) {
1116
1116
  }
1117
1117
  ) });
1118
1118
  }
1119
+ var defaultMenuItems = [
1120
+ {
1121
+ title: "Product",
1122
+ links: [
1123
+ { text: "Overview", url: "#" },
1124
+ { text: "Pricing", url: "#" },
1125
+ { text: "Marketplace", url: "#" },
1126
+ { text: "Features", url: "#" },
1127
+ { text: "Integrations", url: "#" }
1128
+ ]
1129
+ },
1130
+ {
1131
+ title: "Company",
1132
+ links: [
1133
+ { text: "About", url: "#" },
1134
+ { text: "Team", url: "#" },
1135
+ { text: "Blog", url: "#" },
1136
+ { text: "Careers", url: "#" },
1137
+ { text: "Contact", url: "#" }
1138
+ ]
1139
+ },
1140
+ {
1141
+ title: "Resources",
1142
+ links: [
1143
+ { text: "Help", url: "#" },
1144
+ { text: "Sales", url: "#" },
1145
+ { text: "Advertise", url: "#" }
1146
+ ]
1147
+ },
1148
+ {
1149
+ title: "Social",
1150
+ links: [
1151
+ { text: "Twitter", url: "#" },
1152
+ { text: "Instagram", url: "#" },
1153
+ { text: "LinkedIn", url: "#" }
1154
+ ]
1155
+ }
1156
+ ];
1157
+ var defaultBottomLinks = [
1158
+ { text: "Terms and Conditions", url: "#" },
1159
+ { text: "Privacy Policy", url: "#" }
1160
+ ];
1161
+ function FooterLinksGrid({
1162
+ logo = {
1163
+ src: "https://cdn.ing/assets/i/r/285975/eud79qeya11q5w6ueyhklueardyx/os-suircle-black-white.png",
1164
+ alt: "Opensite AI",
1165
+ title: "Opensite AI",
1166
+ url: "https://opensite.ai"
1167
+ },
1168
+ className,
1169
+ tagline = "Components made easy.",
1170
+ menuItems = defaultMenuItems,
1171
+ copyright = `\xA9 ${(/* @__PURE__ */ new Date()).getFullYear()} Opensite AI. All rights reserved.`,
1172
+ bottomLinks = defaultBottomLinks,
1173
+ optixFlowConfig
1174
+ }) {
1175
+ return /* @__PURE__ */ jsxRuntime.jsx("section", { className: cn("py-32", className), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "container", children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
1176
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-2 gap-8 lg:grid-cols-6", children: [
1177
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "col-span-2 mb-8 lg:mb-0", children: [
1178
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center gap-2 lg:justify-start", children: /* @__PURE__ */ jsxRuntime.jsxs("a", { href: logo.url, className: "flex items-center gap-2", children: [
1179
+ /* @__PURE__ */ jsxRuntime.jsx(
1180
+ img.Img,
1181
+ {
1182
+ src: logo.src,
1183
+ alt: logo.alt,
1184
+ className: "h-10 dark:invert",
1185
+ optixFlowConfig
1186
+ }
1187
+ ),
1188
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xl font-semibold", children: logo.title })
1189
+ ] }) }),
1190
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-4 font-bold", children: tagline })
1191
+ ] }),
1192
+ menuItems.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
1193
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 font-bold", children: section.title }),
1194
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-4 text-muted-foreground", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx(
1195
+ "li",
1196
+ {
1197
+ className: "font-medium hover:text-primary",
1198
+ children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: link.url, children: link.text })
1199
+ },
1200
+ linkIdx
1201
+ )) })
1202
+ ] }, sectionIdx))
1203
+ ] }),
1204
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-24 flex flex-col justify-between gap-4 border-t pt-8 text-sm font-medium text-muted-foreground md:flex-row md:items-center", children: [
1205
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-2 md:flex-row md:items-center md:gap-4", children: [
1206
+ /* @__PURE__ */ jsxRuntime.jsx("p", { children: copyright }),
1207
+ /* @__PURE__ */ jsxRuntime.jsx(
1208
+ "a",
1209
+ {
1210
+ href: "https://opensite.ai",
1211
+ className: "hover:text-primary",
1212
+ target: "_blank",
1213
+ rel: "noopener noreferrer",
1214
+ children: "AI Website and Automation Platform by Opensite"
1215
+ }
1216
+ )
1217
+ ] }),
1218
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex gap-4", children: bottomLinks.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: "underline hover:text-primary", children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: link.url, children: link.text }) }, linkIdx)) })
1219
+ ] })
1220
+ ] }) }) });
1221
+ }
1222
+ var defaultSections = [
1223
+ {
1224
+ title: "Product",
1225
+ links: [
1226
+ { name: "Overview", href: "#" },
1227
+ { name: "Pricing", href: "#" },
1228
+ { name: "Marketplace", href: "#" },
1229
+ { name: "Features", href: "#" },
1230
+ { name: "Integrations", href: "#" }
1231
+ ]
1232
+ },
1233
+ {
1234
+ title: "Company",
1235
+ links: [
1236
+ { name: "About", href: "#" },
1237
+ { name: "Team", href: "#" },
1238
+ { name: "Blog", href: "#" },
1239
+ { name: "Careers", href: "#" },
1240
+ { name: "Contact", href: "#" }
1241
+ ]
1242
+ },
1243
+ {
1244
+ title: "Resources",
1245
+ links: [
1246
+ { name: "Help", href: "#" },
1247
+ { name: "Sales", href: "#" },
1248
+ { name: "Advertise", href: "#" }
1249
+ ]
1250
+ }
1251
+ ];
1252
+ var defaultSocialLinks = [
1253
+ { icon: "simple-icons/discord", href: "#", label: "Discord" },
1254
+ { icon: "simple-icons/reddit", href: "#", label: "Reddit" },
1255
+ { icon: "simple-icons/x", href: "#", label: "X (Twitter)" },
1256
+ { icon: "simple-icons/telegram", href: "#", label: "Telegram" },
1257
+ { icon: "simple-icons/linkedin", href: "#", label: "LinkedIn" }
1258
+ ];
1259
+ function FooterSocialNewsletter({
1260
+ logo = {
1261
+ url: "https://opensite.ai",
1262
+ src: "https://cdn.ing/assets/i/r/285975/eud79qeya11q5w6ueyhklueardyx/os-suircle-black-white.png",
1263
+ alt: "Opensite AI",
1264
+ title: "Opensite AI"
1265
+ },
1266
+ className,
1267
+ sections = defaultSections,
1268
+ socialLinks = defaultSocialLinks,
1269
+ newsletterLabel = "Subscribe to our newsletter",
1270
+ newsletterPlaceholder = "Email",
1271
+ newsletterButtonText = "Subscribe",
1272
+ privacyLinkText = "Privacy Policy",
1273
+ privacyLinkUrl = "#",
1274
+ copyright = `\xA9 ${(/* @__PURE__ */ new Date()).getFullYear()} Opensite AI. All rights reserved.`,
1275
+ optixFlowConfig
1276
+ }) {
1277
+ return /* @__PURE__ */ jsxRuntime.jsx("section", { className: cn("py-32", className), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "container", children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
1278
+ /* @__PURE__ */ jsxRuntime.jsxs("a", { href: logo.url, className: "flex items-center gap-2", children: [
1279
+ /* @__PURE__ */ jsxRuntime.jsx(
1280
+ img.Img,
1281
+ {
1282
+ src: logo.src,
1283
+ alt: logo.alt,
1284
+ className: "h-10",
1285
+ optixFlowConfig
1286
+ }
1287
+ ),
1288
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xl font-semibold", children: logo.title })
1289
+ ] }),
1290
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-14 grid gap-8 md:grid-cols-2 lg:grid-cols-5 xl:grid-cols-4", children: [
1291
+ sections.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
1292
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 font-bold", children: section.title }),
1293
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-4 text-muted-foreground", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx(
1294
+ "li",
1295
+ {
1296
+ className: "font-medium hover:text-primary",
1297
+ children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: link.href, children: link.name })
1298
+ },
1299
+ linkIdx
1300
+ )) })
1301
+ ] }, sectionIdx)),
1302
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "lg:col-span-2 xl:col-span-1", children: [
1303
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "mb-10 flex items-center gap-2 text-muted-foreground", children: socialLinks.map((social, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: "font-medium", children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: social.href, "aria-label": social.label, children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: "flex size-12 items-center justify-center rounded-full bg-muted transition-colors hover:text-primary", children: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: social.icon, size: 24 }) }) }) }, idx)) }),
1304
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid w-full max-w-sm items-center gap-1.5", children: [
1305
+ /* @__PURE__ */ jsxRuntime.jsx("label", { htmlFor: "newsletter-email", className: "text-sm font-medium", children: newsletterLabel }),
1306
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex w-full max-w-sm items-center space-x-2", children: [
1307
+ /* @__PURE__ */ jsxRuntime.jsx(
1308
+ "input",
1309
+ {
1310
+ type: "email",
1311
+ id: "newsletter-email",
1312
+ placeholder: newsletterPlaceholder,
1313
+ 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"
1314
+ }
1315
+ ),
1316
+ /* @__PURE__ */ jsxRuntime.jsx(
1317
+ "button",
1318
+ {
1319
+ type: "submit",
1320
+ className: "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",
1321
+ children: newsletterButtonText
1322
+ }
1323
+ )
1324
+ ] }),
1325
+ /* @__PURE__ */ jsxRuntime.jsxs("p", { className: "mt-1 text-xs text-muted-foreground", children: [
1326
+ "By submitting, you agree to our",
1327
+ /* @__PURE__ */ jsxRuntime.jsx("a", { href: privacyLinkUrl, className: "ml-1 text-primary hover:underline", children: privacyLinkText })
1328
+ ] })
1329
+ ] })
1330
+ ] })
1331
+ ] }),
1332
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-20 flex flex-col justify-between gap-4 border-t pt-8 text-sm font-medium text-muted-foreground md:flex-row md:items-center", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-2 md:flex-row md:items-center md:gap-4", children: [
1333
+ /* @__PURE__ */ jsxRuntime.jsx("p", { children: copyright }),
1334
+ /* @__PURE__ */ jsxRuntime.jsx(
1335
+ "a",
1336
+ {
1337
+ href: "https://opensite.ai",
1338
+ className: "hover:text-primary",
1339
+ target: "_blank",
1340
+ rel: "noopener noreferrer",
1341
+ children: "AI Website and Automation Platform by Opensite"
1342
+ }
1343
+ )
1344
+ ] }) })
1345
+ ] }) }) });
1346
+ }
1347
+ var defaultSections2 = [
1348
+ {
1349
+ title: "Product",
1350
+ links: [
1351
+ { name: "Overview", href: "#" },
1352
+ { name: "Pricing", href: "#" },
1353
+ { name: "Marketplace", href: "#" },
1354
+ { name: "Features", href: "#" }
1355
+ ]
1356
+ },
1357
+ {
1358
+ title: "Company",
1359
+ links: [
1360
+ { name: "About", href: "#" },
1361
+ { name: "Team", href: "#" },
1362
+ { name: "Blog", href: "#" },
1363
+ { name: "Careers", href: "#" }
1364
+ ]
1365
+ },
1366
+ {
1367
+ title: "Resources",
1368
+ links: [
1369
+ { name: "Help", href: "#" },
1370
+ { name: "Sales", href: "#" },
1371
+ { name: "Advertise", href: "#" }
1372
+ ]
1373
+ }
1374
+ ];
1375
+ var defaultSocialLinks2 = [
1376
+ { icon: "simple-icons/discord", href: "#", label: "Discord" },
1377
+ { icon: "simple-icons/x", href: "#", label: "X (Twitter)" },
1378
+ { icon: "simple-icons/instagram", href: "#", label: "Instagram" },
1379
+ { icon: "simple-icons/linkedin", href: "#", label: "LinkedIn" }
1380
+ ];
1381
+ var defaultAppLinks = [
1382
+ { icon: "mdi/android", href: "#", label: "Android" },
1383
+ { icon: "mdi/apple", href: "#", label: "iOS" }
1384
+ ];
1385
+ function FooterSocialApps({
1386
+ logo = {
1387
+ url: "https://opensite.ai",
1388
+ src: "https://cdn.ing/assets/i/r/285975/eud79qeya11q5w6ueyhklueardyx/os-suircle-black-white.png",
1389
+ alt: "Opensite AI",
1390
+ title: "Opensite AI"
1391
+ },
1392
+ className,
1393
+ sections = defaultSections2,
1394
+ socialLinks = defaultSocialLinks2,
1395
+ appLinks = defaultAppLinks,
1396
+ socialLabel = "Follow Us",
1397
+ appLabel = "Mobile App",
1398
+ copyright = `\xA9 ${(/* @__PURE__ */ new Date()).getFullYear()} Opensite AI. All rights reserved.`,
1399
+ optixFlowConfig
1400
+ }) {
1401
+ return /* @__PURE__ */ jsxRuntime.jsx("section", { className: cn("py-32", className), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "container", children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
1402
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col justify-between gap-10 lg:flex-row lg:gap-20", children: [
1403
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col gap-6", children: /* @__PURE__ */ jsxRuntime.jsxs("a", { href: logo.url, className: "flex items-center gap-2", children: [
1404
+ /* @__PURE__ */ jsxRuntime.jsx(
1405
+ img.Img,
1406
+ {
1407
+ src: logo.src,
1408
+ alt: logo.alt,
1409
+ className: "h-10",
1410
+ optixFlowConfig
1411
+ }
1412
+ ),
1413
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xl font-semibold", children: logo.title })
1414
+ ] }) }),
1415
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "grid flex-1 gap-8 sm:grid-cols-2 md:grid-cols-3", children: sections.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
1416
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 font-bold", children: section.title }),
1417
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-4 text-muted-foreground", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx(
1418
+ "li",
1419
+ {
1420
+ className: "font-medium hover:text-primary",
1421
+ children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: link.href, children: link.name })
1422
+ },
1423
+ linkIdx
1424
+ )) })
1425
+ ] }, sectionIdx)) }),
1426
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-6", children: [
1427
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
1428
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-3 font-bold", children: socialLabel }),
1429
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex items-center gap-2 text-muted-foreground", children: socialLinks.map((social, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: "font-medium", children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: social.href, "aria-label": social.label, children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: "flex size-12 items-center justify-center rounded-full bg-muted transition-colors hover:text-primary", children: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: social.icon, size: 24 }) }) }) }, idx)) })
1430
+ ] }),
1431
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
1432
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-3 font-bold", children: appLabel }),
1433
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex items-center gap-2 text-muted-foreground", children: appLinks.map((app, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: "font-medium", children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: app.href, "aria-label": app.label, children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: "flex size-12 items-center justify-center rounded-full bg-muted transition-colors hover:text-primary", children: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: app.icon, size: 24 }) }) }) }, idx)) })
1434
+ ] })
1435
+ ] })
1436
+ ] }),
1437
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-24 border-t pt-8", children: /* @__PURE__ */ jsxRuntime.jsxs("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: [
1438
+ /* @__PURE__ */ jsxRuntime.jsx("p", { children: copyright }),
1439
+ /* @__PURE__ */ jsxRuntime.jsx(
1440
+ "a",
1441
+ {
1442
+ href: "https://opensite.ai",
1443
+ className: "hover:text-primary",
1444
+ target: "_blank",
1445
+ rel: "noopener noreferrer",
1446
+ children: "AI Website and Automation Platform by Opensite"
1447
+ }
1448
+ )
1449
+ ] }) })
1450
+ ] }) }) });
1451
+ }
1452
+ var defaultSitemap = [
1453
+ {
1454
+ title: "Company",
1455
+ links: [
1456
+ { title: "About Us", href: "#" },
1457
+ { title: "Careers", href: "#" },
1458
+ { title: "Contact", href: "#" },
1459
+ { title: "Press", href: "#" }
1460
+ ]
1461
+ },
1462
+ {
1463
+ title: "Support",
1464
+ links: [
1465
+ { title: "Help Center", href: "#" },
1466
+ { title: "Community", href: "#" },
1467
+ { title: "Status", href: "#" },
1468
+ { title: "API Docs", href: "#" }
1469
+ ]
1470
+ }
1471
+ ];
1472
+ var defaultBottomLinks2 = [
1473
+ { text: "Terms & Conditions", href: "#" },
1474
+ { text: "Privacy Policy", href: "#" }
1475
+ ];
1476
+ function FooterSimpleCentered({
1477
+ logo = {
1478
+ url: "https://opensite.ai",
1479
+ src: "https://cdn.ing/assets/i/r/285975/eud79qeya11q5w6ueyhklueardyx/os-suircle-black-white.png",
1480
+ alt: "Opensite AI",
1481
+ title: "Opensite AI"
1482
+ },
1483
+ className,
1484
+ tagline = "Components made easy.",
1485
+ sitemap = defaultSitemap,
1486
+ copyright = `\xA9 Opensite AI ${(/* @__PURE__ */ new Date()).getFullYear()}`,
1487
+ bottomLinks = defaultBottomLinks2,
1488
+ optixFlowConfig
1489
+ }) {
1490
+ return /* @__PURE__ */ jsxRuntime.jsx("section", { className: cn("py-16", className), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "container", children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
1491
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative mb-8 flex w-full flex-col gap-x-28 gap-y-8 md:flex-row md:justify-between md:gap-y-0", children: [
1492
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "max-w-96", children: [
1493
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-6 flex items-center gap-3", children: [
1494
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex size-12 items-center justify-center rounded-lg border border-border bg-accent p-2", children: /* @__PURE__ */ jsxRuntime.jsx(
1495
+ img.Img,
1496
+ {
1497
+ src: logo.src,
1498
+ alt: logo.alt,
1499
+ className: "size-12 h-full w-full object-contain object-center",
1500
+ optixFlowConfig
1501
+ }
1502
+ ) }),
1503
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "text-xl font-bold", children: logo.title })
1504
+ ] }),
1505
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-base font-medium text-muted-foreground", children: tagline })
1506
+ ] }),
1507
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col items-start gap-x-20 gap-y-14 xl:flex-row", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "inline-grid w-fit grid-cols-1 gap-x-20 gap-y-14 sm:grid-cols-2", children: sitemap.map((section) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "h-fit w-min", children: [
1508
+ /* @__PURE__ */ jsxRuntime.jsx("h4", { className: "mb-6 text-base font-semibold whitespace-nowrap", children: section.title }),
1509
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-3 text-base font-medium text-muted-foreground", children: section.links.map((link) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
1510
+ "a",
1511
+ {
1512
+ href: link.href,
1513
+ className: "text-base whitespace-nowrap hover:text-accent-foreground",
1514
+ children: link.title
1515
+ }
1516
+ ) }, link.title)) })
1517
+ ] }, section.title)) }) })
1518
+ ] }),
1519
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-baseline justify-between gap-8 border-t border-border pt-8 md:flex-row md:gap-16", children: [
1520
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-2 text-xs text-muted-foreground sm:flex-row sm:items-center sm:gap-4 sm:text-sm", children: [
1521
+ /* @__PURE__ */ jsxRuntime.jsx("span", { children: copyright }),
1522
+ /* @__PURE__ */ jsxRuntime.jsx(
1523
+ "a",
1524
+ {
1525
+ href: "https://opensite.ai",
1526
+ className: "hover:text-accent-foreground",
1527
+ target: "_blank",
1528
+ rel: "noopener noreferrer",
1529
+ children: "AI Website and Automation Platform by Opensite"
1530
+ }
1531
+ )
1532
+ ] }),
1533
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col items-start gap-4 text-xs text-muted-foreground sm:text-sm md:flex-row lg:items-center", children: bottomLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx("a", { href: link.href, className: "hover:text-accent-foreground", children: link.text }, idx)) })
1534
+ ] })
1535
+ ] }) }) });
1536
+ }
1537
+ var defaultSections3 = [
1538
+ {
1539
+ title: "Product",
1540
+ links: [
1541
+ { name: "Overview", href: "#" },
1542
+ { name: "Pricing", href: "#" },
1543
+ { name: "Marketplace", href: "#" },
1544
+ { name: "Features", href: "#" }
1545
+ ]
1546
+ },
1547
+ {
1548
+ title: "Company",
1549
+ links: [
1550
+ { name: "About", href: "#" },
1551
+ { name: "Team", href: "#" },
1552
+ { name: "Blog", href: "#" },
1553
+ { name: "Careers", href: "#" }
1554
+ ]
1555
+ },
1556
+ {
1557
+ title: "Resources",
1558
+ links: [
1559
+ { name: "Help", href: "#" },
1560
+ { name: "Sales", href: "#" },
1561
+ { name: "Advertise", href: "#" },
1562
+ { name: "Privacy", href: "#" }
1563
+ ]
1564
+ }
1565
+ ];
1566
+ var defaultSocialLinks3 = [
1567
+ { icon: "simple-icons/instagram", href: "#", label: "Instagram" },
1568
+ { icon: "simple-icons/facebook", href: "#", label: "Facebook" },
1569
+ { icon: "simple-icons/x", href: "#", label: "X (Twitter)" },
1570
+ { icon: "simple-icons/linkedin", href: "#", label: "LinkedIn" }
1571
+ ];
1572
+ var defaultLegalLinks = [
1573
+ { name: "Terms and Conditions", href: "#" },
1574
+ { name: "Privacy Policy", href: "#" }
1575
+ ];
1576
+ function FooterBrandDescription({
1577
+ logo = {
1578
+ url: "https://opensite.ai",
1579
+ src: "https://cdn.ing/assets/i/r/285975/eud79qeya11q5w6ueyhklueardyx/os-suircle-black-white.png",
1580
+ alt: "Opensite AI",
1581
+ title: "Opensite AI"
1582
+ },
1583
+ className,
1584
+ sections = defaultSections3,
1585
+ description = "A collection of components for your startup business or side project.",
1586
+ socialLinks = defaultSocialLinks3,
1587
+ copyright = `\xA9 ${(/* @__PURE__ */ new Date()).getFullYear()} Opensite AI. All rights reserved.`,
1588
+ legalLinks = defaultLegalLinks,
1589
+ optixFlowConfig
1590
+ }) {
1591
+ return /* @__PURE__ */ jsxRuntime.jsx("section", { className: cn("py-32", className), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "container", children: [
1592
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex w-full flex-col justify-between gap-10 lg:flex-row lg:items-start lg:text-left", children: [
1593
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex w-full flex-col justify-between gap-6 lg:items-start", children: [
1594
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2 lg:justify-start", children: [
1595
+ /* @__PURE__ */ jsxRuntime.jsx("a", { href: logo.url, children: /* @__PURE__ */ jsxRuntime.jsx(
1596
+ img.Img,
1597
+ {
1598
+ src: logo.src,
1599
+ alt: logo.alt,
1600
+ className: "h-8",
1601
+ optixFlowConfig
1602
+ }
1603
+ ) }),
1604
+ /* @__PURE__ */ jsxRuntime.jsx("h2", { className: "text-xl font-semibold", children: logo.title })
1605
+ ] }),
1606
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "max-w-[70%] text-sm text-muted-foreground", children: description }),
1607
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex items-center space-x-6 text-muted-foreground", children: socialLinks.map((social, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: "font-medium hover:text-primary", children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: social.href, "aria-label": social.label, children: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: social.icon, size: 20 }) }) }, idx)) })
1608
+ ] }),
1609
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "grid w-full gap-6 md:grid-cols-3 lg:gap-20", children: sections.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
1610
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 font-bold", children: section.title }),
1611
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-3 text-sm text-muted-foreground", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx(
1612
+ "li",
1613
+ {
1614
+ className: "font-medium hover:text-primary",
1615
+ children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: link.href, children: link.name })
1616
+ },
1617
+ linkIdx
1618
+ )) })
1619
+ ] }, sectionIdx)) })
1620
+ ] }),
1621
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "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", children: [
1622
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "order-2 flex flex-col gap-2 lg:order-1 lg:flex-row lg:items-center lg:gap-4", children: [
1623
+ /* @__PURE__ */ jsxRuntime.jsx("p", { children: copyright }),
1624
+ /* @__PURE__ */ jsxRuntime.jsx(
1625
+ "a",
1626
+ {
1627
+ href: "https://opensite.ai",
1628
+ className: "hover:text-primary",
1629
+ target: "_blank",
1630
+ rel: "noopener noreferrer",
1631
+ children: "AI Website and Automation Platform by Opensite"
1632
+ }
1633
+ )
1634
+ ] }),
1635
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "order-1 flex flex-col gap-2 md:order-2 md:flex-row", children: legalLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: "hover:text-primary", children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: link.href, children: link.name }) }, idx)) })
1636
+ ] })
1637
+ ] }) });
1638
+ }
1639
+ var defaultSections4 = [
1640
+ {
1641
+ title: "Product",
1642
+ links: [
1643
+ { name: "Overview", href: "#" },
1644
+ { name: "Pricing", href: "#" },
1645
+ { name: "Marketplace", href: "#" },
1646
+ { name: "Features", href: "#" },
1647
+ { name: "Integrations", href: "#" },
1648
+ { name: "Marketing", href: "#" }
1649
+ ]
1650
+ },
1651
+ {
1652
+ title: "Company",
1653
+ links: [
1654
+ { name: "About", href: "#" },
1655
+ { name: "Team", href: "#" },
1656
+ { name: "Blog", href: "#" },
1657
+ { name: "Careers", href: "#" },
1658
+ { name: "Contact", href: "#" }
1659
+ ]
1660
+ }
1661
+ ];
1662
+ var defaultSocialLinks4 = [
1663
+ { icon: "simple-icons/instagram", href: "#", label: "Instagram" },
1664
+ { icon: "simple-icons/facebook", href: "#", label: "Facebook" },
1665
+ { icon: "simple-icons/x", href: "#", label: "X (Twitter)" },
1666
+ { icon: "simple-icons/linkedin", href: "#", label: "LinkedIn" }
1667
+ ];
1668
+ function FooterNewsletterGrid({
1669
+ logo = {
1670
+ url: "https://opensite.ai",
1671
+ src: "https://cdn.ing/assets/i/r/285975/eud79qeya11q5w6ueyhklueardyx/os-suircle-black-white.png",
1672
+ alt: "Opensite AI",
1673
+ title: "Opensite AI"
1674
+ },
1675
+ className,
1676
+ description = "A collection of 100+ responsive HTML templates for your startup business or side project.",
1677
+ sections = defaultSections4,
1678
+ socialLinks = defaultSocialLinks4,
1679
+ newsletterTitle = "Newsletter",
1680
+ newsletterPlaceholder = "Email",
1681
+ newsletterButtonText = "Subscribe",
1682
+ privacyText = "By submitting, you agree to our",
1683
+ privacyLinkText = "Privacy Policy",
1684
+ privacyLinkUrl = "#",
1685
+ copyright = `\xA9 ${(/* @__PURE__ */ new Date()).getFullYear()} Opensite AI. All rights reserved.`,
1686
+ optixFlowConfig
1687
+ }) {
1688
+ return /* @__PURE__ */ jsxRuntime.jsx("section", { className: cn("py-32", className), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "container", children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
1689
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-4 justify-between gap-10 lg:grid-cols-6 lg:text-left", children: [
1690
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "col-span-4 flex w-full flex-col gap-6 lg:col-span-2", children: [
1691
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2 lg:justify-start", children: [
1692
+ /* @__PURE__ */ jsxRuntime.jsx("a", { href: logo.url, children: /* @__PURE__ */ jsxRuntime.jsx(
1693
+ img.Img,
1694
+ {
1695
+ src: logo.src,
1696
+ alt: logo.alt,
1697
+ className: "h-8",
1698
+ optixFlowConfig
1699
+ }
1700
+ ) }),
1701
+ /* @__PURE__ */ jsxRuntime.jsx("h2", { className: "text-xl font-semibold", children: logo.title })
1702
+ ] }),
1703
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-muted-foreground", children: description }),
1704
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex items-center space-x-6", children: socialLinks.map((social, idx) => /* @__PURE__ */ jsxRuntime.jsx(
1705
+ "li",
1706
+ {
1707
+ className: "font-medium duration-200 hover:scale-110 hover:text-muted-foreground",
1708
+ children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: social.href, "aria-label": social.label, children: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: social.icon, size: 24 }) })
1709
+ },
1710
+ idx
1711
+ )) })
1712
+ ] }),
1713
+ sections.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "col-span-2 md:col-span-1", children: [
1714
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-5 font-medium", children: section.title }),
1715
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-4 text-sm text-muted-foreground", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx(
1716
+ "li",
1717
+ {
1718
+ className: "font-medium hover:text-primary",
1719
+ children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: link.href, children: link.name })
1720
+ },
1721
+ linkIdx
1722
+ )) })
1723
+ ] }, sectionIdx)),
1724
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "col-span-4 md:col-span-2", children: [
1725
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-5 font-medium", children: newsletterTitle }),
1726
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "grid gap-1.5", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex w-full items-center space-x-2", children: [
1727
+ /* @__PURE__ */ jsxRuntime.jsx(
1728
+ "input",
1729
+ {
1730
+ type: "email",
1731
+ placeholder: newsletterPlaceholder,
1732
+ 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"
1733
+ }
1734
+ ),
1735
+ /* @__PURE__ */ jsxRuntime.jsx(
1736
+ "button",
1737
+ {
1738
+ type: "submit",
1739
+ className: "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",
1740
+ children: newsletterButtonText
1741
+ }
1742
+ )
1743
+ ] }) }),
1744
+ /* @__PURE__ */ jsxRuntime.jsxs("p", { className: "mt-1 text-xs font-medium text-muted-foreground", children: [
1745
+ privacyText,
1746
+ /* @__PURE__ */ jsxRuntime.jsx("a", { href: privacyLinkUrl, className: "ml-1 text-primary hover:underline", children: privacyLinkText })
1747
+ ] })
1748
+ ] })
1749
+ ] }),
1750
+ /* @__PURE__ */ jsxRuntime.jsxs("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: [
1751
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col gap-2 lg:flex-row lg:items-center lg:gap-4", children: /* @__PURE__ */ jsxRuntime.jsxs("p", { children: [
1752
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "mr-1 font-bold text-primary", children: "Opensite AI" }),
1753
+ copyright
1754
+ ] }) }),
1755
+ /* @__PURE__ */ jsxRuntime.jsx(
1756
+ "a",
1757
+ {
1758
+ href: "https://opensite.ai",
1759
+ className: "hover:text-primary",
1760
+ target: "_blank",
1761
+ rel: "noopener noreferrer",
1762
+ children: "AI Website and Automation Platform by Opensite"
1763
+ }
1764
+ )
1765
+ ] })
1766
+ ] }) }) });
1767
+ }
1768
+ var defaultSections5 = [
1769
+ {
1770
+ title: "Product",
1771
+ links: [
1772
+ { name: "Overview", href: "#" },
1773
+ { name: "Pricing", href: "#" },
1774
+ { name: "Marketplace", href: "#" },
1775
+ { name: "Features", href: "#" }
1776
+ ]
1777
+ },
1778
+ {
1779
+ title: "Company",
1780
+ links: [
1781
+ { name: "About", href: "#" },
1782
+ { name: "Team", href: "#" },
1783
+ { name: "Blog", href: "#" },
1784
+ { name: "Careers", href: "#" }
1785
+ ]
1786
+ },
1787
+ {
1788
+ title: "Resources",
1789
+ links: [
1790
+ { name: "Help", href: "#" },
1791
+ { name: "Sales", href: "#" },
1792
+ { name: "Advertise", href: "#" }
1793
+ ]
1794
+ }
1795
+ ];
1796
+ var defaultSocialLinks5 = [
1797
+ { icon: "simple-icons/instagram", href: "#", label: "Instagram" },
1798
+ { icon: "simple-icons/facebook", href: "#", label: "Facebook" },
1799
+ { icon: "simple-icons/x", href: "#", label: "X (Twitter)" },
1800
+ { icon: "simple-icons/linkedin", href: "#", label: "LinkedIn" }
1801
+ ];
1802
+ var defaultLegalLinks2 = [
1803
+ { name: "Terms and Conditions", href: "#" },
1804
+ { name: "Privacy Policy", href: "#" }
1805
+ ];
1806
+ function FooterCtaBanner({
1807
+ logo = {
1808
+ url: "https://opensite.ai",
1809
+ src: "https://cdn.ing/assets/i/r/285975/eud79qeya11q5w6ueyhklueardyx/os-suircle-black-white.png",
1810
+ alt: "Opensite AI",
1811
+ title: "Opensite AI"
1812
+ },
1813
+ className,
1814
+ ctaHeading = "Ready to get started?",
1815
+ ctaDescription = "Join thousands of satisfied customers using our platform to build amazing websites.",
1816
+ ctaButtonText = "Get Started",
1817
+ ctaButtonUrl = "#",
1818
+ sections = defaultSections5,
1819
+ socialLinks = defaultSocialLinks5,
1820
+ newsletterLabel = "Subscribe to our newsletter",
1821
+ newsletterPlaceholder = "Enter your email",
1822
+ newsletterButtonText = "Subscribe",
1823
+ copyright = `\xA9 ${(/* @__PURE__ */ new Date()).getFullYear()} Opensite AI. All rights reserved.`,
1824
+ legalLinks = defaultLegalLinks2,
1825
+ optixFlowConfig
1826
+ }) {
1827
+ return /* @__PURE__ */ jsxRuntime.jsx("section", { className: cn("dark bg-background py-16 text-foreground", className), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "container", children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
1828
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-16 rounded-lg bg-primary/10 p-8 text-center md:p-12", children: [
1829
+ /* @__PURE__ */ jsxRuntime.jsx("h2", { className: "mb-4 text-3xl font-bold md:text-4xl", children: ctaHeading }),
1830
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mx-auto mb-6 max-w-2xl text-muted-foreground", children: ctaDescription }),
1831
+ /* @__PURE__ */ jsxRuntime.jsx(
1832
+ "a",
1833
+ {
1834
+ href: ctaButtonUrl,
1835
+ className: "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",
1836
+ children: ctaButtonText
1837
+ }
1838
+ )
1839
+ ] }),
1840
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid gap-10 lg:grid-cols-5", children: [
1841
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "lg:col-span-2", children: [
1842
+ /* @__PURE__ */ jsxRuntime.jsxs("a", { href: logo.url, className: "mb-6 flex items-center gap-2", children: [
1843
+ /* @__PURE__ */ jsxRuntime.jsx(
1844
+ img.Img,
1845
+ {
1846
+ src: logo.src,
1847
+ alt: logo.alt,
1848
+ className: "h-8 invert",
1849
+ optixFlowConfig
1850
+ }
1851
+ ),
1852
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xl font-semibold", children: logo.title })
1853
+ ] }),
1854
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-6", children: [
1855
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-2 text-sm font-medium", children: newsletterLabel }),
1856
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex max-w-sm gap-2", children: [
1857
+ /* @__PURE__ */ jsxRuntime.jsx(
1858
+ "input",
1859
+ {
1860
+ type: "email",
1861
+ placeholder: newsletterPlaceholder,
1862
+ 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"
1863
+ }
1864
+ ),
1865
+ /* @__PURE__ */ jsxRuntime.jsx(
1866
+ "button",
1867
+ {
1868
+ type: "submit",
1869
+ className: "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",
1870
+ children: newsletterButtonText
1871
+ }
1872
+ )
1873
+ ] })
1874
+ ] }),
1875
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex items-center gap-4", children: socialLinks.map((social, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
1876
+ "a",
1877
+ {
1878
+ href: social.href,
1879
+ "aria-label": social.label,
1880
+ className: "text-muted-foreground transition-colors hover:text-foreground",
1881
+ children: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: social.icon, size: 20 })
1882
+ }
1883
+ ) }, idx)) })
1884
+ ] }),
1885
+ sections.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
1886
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 font-semibold", children: section.title }),
1887
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-3 text-sm text-muted-foreground", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: link.href, className: "hover:text-foreground", children: link.name }) }, linkIdx)) })
1888
+ ] }, sectionIdx))
1889
+ ] }),
1890
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "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", children: [
1891
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-2 md:flex-row md:items-center md:gap-4", children: [
1892
+ /* @__PURE__ */ jsxRuntime.jsx("p", { children: copyright }),
1893
+ /* @__PURE__ */ jsxRuntime.jsx(
1894
+ "a",
1895
+ {
1896
+ href: "https://opensite.ai",
1897
+ className: "hover:text-foreground",
1898
+ target: "_blank",
1899
+ rel: "noopener noreferrer",
1900
+ children: "AI Website and Automation Platform by Opensite"
1901
+ }
1902
+ )
1903
+ ] }),
1904
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex gap-4", children: legalLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: link.href, className: "hover:text-foreground", children: link.name }) }, idx)) })
1905
+ ] })
1906
+ ] }) }) });
1907
+ }
1908
+ var defaultSocialLinks6 = [
1909
+ { icon: "simple-icons/instagram", href: "#", label: "Instagram" },
1910
+ { icon: "simple-icons/facebook", href: "#", label: "Facebook" },
1911
+ { icon: "simple-icons/x", href: "#", label: "X (Twitter)" },
1912
+ { icon: "simple-icons/linkedin", href: "#", label: "LinkedIn" }
1913
+ ];
1914
+ var defaultNavLinks = [
1915
+ { name: "Home", href: "#" },
1916
+ { name: "About", href: "#" },
1917
+ { name: "Services", href: "#" },
1918
+ { name: "Contact", href: "#" }
1919
+ ];
1920
+ function FooterContactCard({
1921
+ logo = {
1922
+ url: "https://opensite.ai",
1923
+ src: "https://cdn.ing/assets/i/r/285975/eud79qeya11q5w6ueyhklueardyx/os-suircle-black-white.png",
1924
+ alt: "Opensite AI",
1925
+ title: "Opensite AI"
1926
+ },
1927
+ className,
1928
+ heading = "Let's work together",
1929
+ email = "hello@opensite.ai",
1930
+ phone = "+1 (555) 123-4567",
1931
+ address = "123 Main Street, San Francisco, CA 94102",
1932
+ socialLinks = defaultSocialLinks6,
1933
+ navLinks = defaultNavLinks,
1934
+ location = "San Francisco",
1935
+ copyright = `\xA9 ${(/* @__PURE__ */ new Date()).getFullYear()} Opensite AI. All rights reserved.`,
1936
+ optixFlowConfig
1937
+ }) {
1938
+ return /* @__PURE__ */ jsxRuntime.jsx("section", { className: cn("py-32", className), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "container", children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
1939
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid gap-12 lg:grid-cols-2", children: [
1940
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
1941
+ /* @__PURE__ */ jsxRuntime.jsxs("a", { href: logo.url, className: "mb-8 flex items-center gap-2", children: [
1942
+ /* @__PURE__ */ jsxRuntime.jsx(
1943
+ img.Img,
1944
+ {
1945
+ src: logo.src,
1946
+ alt: logo.alt,
1947
+ className: "h-10",
1948
+ optixFlowConfig
1949
+ }
1950
+ ),
1951
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xl font-semibold", children: logo.title })
1952
+ ] }),
1953
+ /* @__PURE__ */ jsxRuntime.jsx("h2", { className: "mb-8 text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl", children: heading }),
1954
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4 text-muted-foreground", children: [
1955
+ /* @__PURE__ */ jsxRuntime.jsx("p", { children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: `mailto:${email}`, className: "hover:text-primary", children: email }) }),
1956
+ /* @__PURE__ */ jsxRuntime.jsx("p", { children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: `tel:${phone}`, className: "hover:text-primary", children: phone }) }),
1957
+ /* @__PURE__ */ jsxRuntime.jsx("p", { children: address })
1958
+ ] })
1959
+ ] }),
1960
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col justify-between", children: [
1961
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
1962
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-4 font-medium", children: "Follow Us" }),
1963
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex items-center gap-4", children: socialLinks.map((social, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
1964
+ "a",
1965
+ {
1966
+ href: social.href,
1967
+ "aria-label": social.label,
1968
+ className: "flex size-12 items-center justify-center rounded-full bg-muted text-muted-foreground transition-colors hover:bg-primary hover:text-primary-foreground",
1969
+ children: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: social.icon, size: 20 })
1970
+ }
1971
+ ) }, idx)) })
1972
+ ] }),
1973
+ /* @__PURE__ */ jsxRuntime.jsx("nav", { className: "mt-8", children: /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex flex-wrap gap-6", children: navLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
1974
+ "a",
1975
+ {
1976
+ href: link.href,
1977
+ className: "text-muted-foreground hover:text-primary",
1978
+ children: link.name
1979
+ }
1980
+ ) }, idx)) }) })
1981
+ ] })
1982
+ ] }),
1983
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm text-muted-foreground md:flex-row md:items-center", children: [
1984
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-2 md:flex-row md:items-center md:gap-4", children: [
1985
+ /* @__PURE__ */ jsxRuntime.jsx("p", { children: copyright }),
1986
+ /* @__PURE__ */ jsxRuntime.jsx(
1987
+ "a",
1988
+ {
1989
+ href: "https://opensite.ai",
1990
+ className: "hover:text-primary",
1991
+ target: "_blank",
1992
+ rel: "noopener noreferrer",
1993
+ children: "AI Website and Automation Platform by Opensite"
1994
+ }
1995
+ )
1996
+ ] }),
1997
+ /* @__PURE__ */ jsxRuntime.jsxs("p", { children: [
1998
+ "Designed in ",
1999
+ /* @__PURE__ */ jsxRuntime.jsx("strong", { children: location })
2000
+ ] })
2001
+ ] })
2002
+ ] }) }) });
2003
+ }
2004
+ var defaultMenuItems2 = [
2005
+ {
2006
+ title: "Portfolio",
2007
+ links: [
2008
+ { text: "Overview", url: "#" },
2009
+ { text: "Projects", url: "#" },
2010
+ { text: "Pricing", url: "#" },
2011
+ { text: "About", url: "#" }
2012
+ ]
2013
+ },
2014
+ {
2015
+ title: "Social",
2016
+ links: [
2017
+ { text: "Twitter", url: "#" },
2018
+ { text: "Instagram", url: "#" },
2019
+ { text: "LinkedIn", url: "#" }
2020
+ ]
2021
+ }
2022
+ ];
2023
+ var defaultContact = {
2024
+ phone: "+1 (555) 123-4567",
2025
+ email: "hello@opensite.ai",
2026
+ location: "NYC",
2027
+ timezone: "EST"
2028
+ };
2029
+ var defaultBottomLinks3 = [
2030
+ { text: "Terms and Conditions", url: "#" },
2031
+ { text: "Privacy Policy", url: "#" }
2032
+ ];
2033
+ function FooterBackgroundCard({
2034
+ logo = {
2035
+ url: "https://opensite.ai",
2036
+ src: "https://cdn.ing/assets/i/r/285975/eud79qeya11q5w6ueyhklueardyx/os-suircle-black-white.png",
2037
+ alt: "Opensite AI",
2038
+ title: "Opensite AI"
2039
+ },
2040
+ className,
2041
+ backgroundImage = "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920&q=80",
2042
+ profileImage = "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=200&q=80",
2043
+ tagline = "Let's Connect",
2044
+ personalMessage = "I'm passionate about creating beautiful, functional components that make your projects shine. Let's work together to bring your vision to life.",
2045
+ ctaText = "Schedule a call",
2046
+ ctaUrl = "#",
2047
+ contact = defaultContact,
2048
+ menuItems = defaultMenuItems2,
2049
+ copyright = `\xA9 ${(/* @__PURE__ */ new Date()).getFullYear()} Opensite AI. All rights reserved.`,
2050
+ bottomLinks = defaultBottomLinks3,
2051
+ optixFlowConfig
2052
+ }) {
2053
+ return /* @__PURE__ */ jsxRuntime.jsx(
2054
+ "section",
2055
+ {
2056
+ className: cn("bg-cover bg-center bg-no-repeat py-32", className),
2057
+ style: {
2058
+ backgroundImage: `url('${backgroundImage}')`
2059
+ },
2060
+ children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "container", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mx-auto max-w-7xl rounded-lg bg-background p-8 shadow-lg md:p-12", children: [
2061
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-4 lg:gap-12", children: [
2062
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "lg:col-span-1", children: [
2063
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-4 flex items-center gap-4", children: [
2064
+ /* @__PURE__ */ jsxRuntime.jsx(
2065
+ img.Img,
2066
+ {
2067
+ src: profileImage,
2068
+ alt: "Profile",
2069
+ className: "h-16 w-16 rounded-full object-cover",
2070
+ optixFlowConfig
2071
+ }
2072
+ ),
2073
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "text-2xl font-medium", children: tagline })
2074
+ ] }),
2075
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-6 text-sm leading-relaxed text-muted-foreground", children: personalMessage }),
2076
+ /* @__PURE__ */ jsxRuntime.jsx(
2077
+ "a",
2078
+ {
2079
+ href: ctaUrl,
2080
+ className: "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",
2081
+ children: ctaText
2082
+ }
2083
+ )
2084
+ ] }),
2085
+ menuItems.map((menu, idx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
2086
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 text-sm font-medium tracking-wider text-primary uppercase", children: menu.title }),
2087
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-3", children: menu.links.map((link, index) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
2088
+ "a",
2089
+ {
2090
+ href: link.url,
2091
+ className: "border-b border-transparent text-muted-foreground transition-all duration-300 ease-in-out hover:border-primary hover:text-primary",
2092
+ children: link.text
2093
+ }
2094
+ ) }, index)) })
2095
+ ] }, idx)),
2096
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
2097
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 text-sm font-medium tracking-wider text-primary uppercase", children: "Contact" }),
2098
+ /* @__PURE__ */ jsxRuntime.jsxs("ul", { className: "space-y-3", children: [
2099
+ /* @__PURE__ */ jsxRuntime.jsx("li", { className: "text-muted-foreground", children: contact.phone }),
2100
+ /* @__PURE__ */ jsxRuntime.jsx("li", { className: "text-muted-foreground", children: contact.email }),
2101
+ /* @__PURE__ */ jsxRuntime.jsxs("li", { className: "text-muted-foreground", children: [
2102
+ contact.location,
2103
+ " \u2022 ",
2104
+ contact.timezone
2105
+ ] })
2106
+ ] })
2107
+ ] })
2108
+ ] }),
2109
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-12 flex flex-col items-center justify-between gap-4 border-t border-border pt-8 md:flex-row", children: [
2110
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-2 text-sm text-muted-foreground md:flex-row md:items-center md:gap-4", children: [
2111
+ /* @__PURE__ */ jsxRuntime.jsx("p", { children: copyright }),
2112
+ /* @__PURE__ */ jsxRuntime.jsx(
2113
+ "a",
2114
+ {
2115
+ href: "https://opensite.ai",
2116
+ className: "hover:text-primary",
2117
+ target: "_blank",
2118
+ rel: "noopener noreferrer",
2119
+ children: "AI Website and Automation Platform by Opensite"
2120
+ }
2121
+ )
2122
+ ] }),
2123
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex gap-4", children: bottomLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx(
2124
+ "a",
2125
+ {
2126
+ href: link.url,
2127
+ className: "text-sm text-muted-foreground transition-colors hover:text-primary",
2128
+ children: link.text
2129
+ },
2130
+ idx
2131
+ )) })
2132
+ ] })
2133
+ ] }) })
2134
+ }
2135
+ );
2136
+ }
2137
+ var defaultSocialLinks7 = [
2138
+ { name: "Instagram", href: "#" },
2139
+ { name: "X (Twitter)", href: "#" }
2140
+ ];
2141
+ var containerVariants = {
2142
+ hidden: { opacity: 0 },
2143
+ visible: {
2144
+ opacity: 1,
2145
+ transition: {
2146
+ duration: 0.6,
2147
+ staggerChildren: 0.1
2148
+ }
2149
+ }
2150
+ };
2151
+ var itemVariants = {
2152
+ hidden: { opacity: 0, y: 20 },
2153
+ visible: {
2154
+ opacity: 1,
2155
+ y: 0,
2156
+ transition: { duration: 0.5 }
2157
+ }
2158
+ };
2159
+ function FooterAnimatedSocial({
2160
+ className,
2161
+ heading = "Connect with Me",
2162
+ description = "No commitments. Just a quick chat to see if we click.",
2163
+ ctaText = "Get in Touch",
2164
+ ctaUrl = "#",
2165
+ socialLinks = defaultSocialLinks7,
2166
+ copyright = `\xA9 Copyright ${(/* @__PURE__ */ new Date()).getFullYear()}. All rights Reserved.`
2167
+ }) {
2168
+ return /* @__PURE__ */ jsxRuntime.jsx("section", { className: cn("py-32", className), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "container", children: /* @__PURE__ */ jsxRuntime.jsx("footer", { children: /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
2169
+ /* @__PURE__ */ jsxRuntime.jsxs(
2170
+ framerMotion.motion.div,
2171
+ {
2172
+ variants: containerVariants,
2173
+ initial: "hidden",
2174
+ whileInView: "visible",
2175
+ viewport: { once: true },
2176
+ className: "flex flex-col justify-between md:flex-row md:items-center",
2177
+ children: [
2178
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-8", children: [
2179
+ /* @__PURE__ */ jsxRuntime.jsxs(framerMotion.motion.div, { variants: itemVariants, className: "space-y-6", children: [
2180
+ /* @__PURE__ */ jsxRuntime.jsx("h2", { className: "text-4xl leading-tight font-bold text-foreground lg:text-5xl", children: heading }),
2181
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "max-w-md text-lg leading-relaxed text-muted-foreground", children: description })
2182
+ ] }),
2183
+ /* @__PURE__ */ jsxRuntime.jsx(framerMotion.motion.div, { variants: itemVariants, children: /* @__PURE__ */ jsxRuntime.jsx(
2184
+ "a",
2185
+ {
2186
+ href: ctaUrl,
2187
+ className: "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",
2188
+ children: ctaText
2189
+ }
2190
+ ) })
2191
+ ] }),
2192
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-5 space-y-8 md:mt-0", children: /* @__PURE__ */ jsxRuntime.jsx(framerMotion.motion.div, { variants: itemVariants, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-6", children: socialLinks.map((link) => /* @__PURE__ */ jsxRuntime.jsx(
2193
+ framerMotion.motion.div,
2194
+ {
2195
+ variants: itemVariants,
2196
+ whileHover: { x: 4 },
2197
+ transition: {
2198
+ type: "spring",
2199
+ stiffness: 300,
2200
+ damping: 20
2201
+ },
2202
+ children: /* @__PURE__ */ jsxRuntime.jsxs(
2203
+ "a",
2204
+ {
2205
+ href: link.href,
2206
+ className: "group flex items-center gap-2 py-2 text-foreground transition-colors hover:text-foreground/80",
2207
+ children: [
2208
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xl font-medium", children: link.name }),
2209
+ /* @__PURE__ */ jsxRuntime.jsx(
2210
+ DynamicIcon,
2211
+ {
2212
+ name: "lucide/arrow-up-right",
2213
+ size: 24,
2214
+ className: "transition-transform group-hover:translate-x-0.5 group-hover:-translate-y-0.5"
2215
+ }
2216
+ )
2217
+ ]
2218
+ }
2219
+ )
2220
+ },
2221
+ link.name
2222
+ )) }) }) })
2223
+ ]
2224
+ }
2225
+ ),
2226
+ /* @__PURE__ */ jsxRuntime.jsxs(
2227
+ framerMotion.motion.div,
2228
+ {
2229
+ variants: containerVariants,
2230
+ initial: "hidden",
2231
+ whileInView: "visible",
2232
+ viewport: { once: true },
2233
+ className: "mt-16",
2234
+ children: [
2235
+ /* @__PURE__ */ jsxRuntime.jsx(framerMotion.motion.div, { variants: itemVariants, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mb-8 h-px w-full bg-border" }) }),
2236
+ /* @__PURE__ */ jsxRuntime.jsxs(
2237
+ framerMotion.motion.div,
2238
+ {
2239
+ variants: itemVariants,
2240
+ className: "flex flex-col items-start justify-between gap-4 sm:flex-row sm:items-center",
2241
+ children: [
2242
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-sm text-muted-foreground", children: copyright }),
2243
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center gap-6 text-sm", children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-muted-foreground", children: /* @__PURE__ */ jsxRuntime.jsx(
2244
+ framerMotion.motion.a,
2245
+ {
2246
+ href: "https://opensite.ai",
2247
+ className: "underline underline-offset-4 transition-colors hover:text-foreground",
2248
+ whileHover: { scale: 1.05 },
2249
+ transition: {
2250
+ type: "spring",
2251
+ stiffness: 300,
2252
+ damping: 20
2253
+ },
2254
+ target: "_blank",
2255
+ rel: "noopener noreferrer",
2256
+ children: "AI Website and Automation Platform by Opensite"
2257
+ }
2258
+ ) }) })
2259
+ ]
2260
+ }
2261
+ )
2262
+ ]
2263
+ }
2264
+ )
2265
+ ] }) }) }) });
2266
+ }
2267
+ var defaultNavLinks2 = [
2268
+ { label: "Home", href: "#" },
2269
+ { label: "Collection", href: "#" },
2270
+ { label: "Projects", href: "#" },
2271
+ { label: "Pricing", href: "#" },
2272
+ { label: "Login", href: "#" }
2273
+ ];
2274
+ var defaultSocialLinks8 = [
2275
+ { label: "Linkedin", href: "#" },
2276
+ { label: "Twitter", href: "#" },
2277
+ { label: "Facebook", href: "#" }
2278
+ ];
2279
+ var defaultFooterLinks = [
2280
+ { label: "Privacy Policy", href: "#" },
2281
+ { label: "Terms & Conditions", href: "#" }
2282
+ ];
2283
+ function FooterNewsletterMinimal({
2284
+ className,
2285
+ heading = "Unlock 800+ blocks now",
2286
+ supportEmail = "hi@opensite.ai",
2287
+ navLinks = defaultNavLinks2,
2288
+ socialLinks = defaultSocialLinks8,
2289
+ footerLinks = defaultFooterLinks,
2290
+ newsletterLabel = "Sign up for newsletter :",
2291
+ newsletterPlaceholder = "Name*",
2292
+ location = "San Francisco, CA"
2293
+ }) {
2294
+ return /* @__PURE__ */ jsxRuntime.jsx(
2295
+ "section",
2296
+ {
2297
+ className: cn("dark bg-background py-32 text-foreground", className),
2298
+ children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "container", children: [
2299
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col justify-between gap-15 lg:flex-row", children: [
2300
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-10", children: [
2301
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "relative text-4xl font-medium tracking-tight lg:text-5xl", children: heading }),
2302
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-1 text-sm font-light tracking-tight lg:text-base", children: [
2303
+ /* @__PURE__ */ jsxRuntime.jsx("p", { children: "Get Support : " }),
2304
+ /* @__PURE__ */ jsxRuntime.jsx("a", { href: `mailto:${supportEmail}`, children: supportEmail })
2305
+ ] })
2306
+ ] }),
2307
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid w-full max-w-xs grid-cols-2 gap-10 text-sm font-light lg:text-base", children: [
2308
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-1", children: navLinks.map((item) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
2309
+ "a",
2310
+ {
2311
+ href: item.href,
2312
+ className: "tracking-tight text-foreground hover:text-foreground/30",
2313
+ children: item.label
2314
+ }
2315
+ ) }, item.label)) }),
2316
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-1", children: socialLinks.map((item) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsxs(
2317
+ "a",
2318
+ {
2319
+ href: item.href,
2320
+ className: "group flex items-center gap-1 tracking-tight text-foreground hover:text-foreground/30",
2321
+ children: [
2322
+ item.label,
2323
+ " ",
2324
+ /* @__PURE__ */ jsxRuntime.jsx(
2325
+ DynamicIcon,
2326
+ {
2327
+ name: "lucide/arrow-up-right",
2328
+ size: 14,
2329
+ className: "text-foreground group-hover:text-muted-foreground/50"
2330
+ }
2331
+ )
2332
+ ]
2333
+ }
2334
+ ) }, item.label)) })
2335
+ ] })
2336
+ ] }),
2337
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-20 flex flex-col justify-between gap-15 lg:flex-row", children: [
2338
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex w-full max-w-md flex-col gap-10", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-1 text-sm font-light tracking-tight lg:text-base", children: [
2339
+ /* @__PURE__ */ jsxRuntime.jsx("p", { children: newsletterLabel }),
2340
+ /* @__PURE__ */ jsxRuntime.jsxs("form", { className: "flex w-full items-end border-b border-b-foreground/10", children: [
2341
+ /* @__PURE__ */ jsxRuntime.jsx(
2342
+ "input",
2343
+ {
2344
+ type: "text",
2345
+ placeholder: newsletterPlaceholder,
2346
+ className: "mt-10 w-full rounded-none border-0 bg-transparent p-0 uppercase shadow-none placeholder:text-foreground/20 focus:outline-none focus:ring-0 lg:text-base"
2347
+ }
2348
+ ),
2349
+ /* @__PURE__ */ jsxRuntime.jsx("button", { type: "submit", className: "p-2 hover:bg-muted/20", children: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/arrow-right", size: 20 }) })
2350
+ ] })
2351
+ ] }) }),
2352
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid w-full max-w-xs grid-cols-2 gap-10 text-sm font-light lg:text-base", children: [
2353
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-32", children: location }),
2354
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-1", children: footerLinks.map((item) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
2355
+ "a",
2356
+ {
2357
+ href: item.href,
2358
+ className: "group flex items-center gap-1 tracking-tight text-foreground hover:text-foreground/30",
2359
+ children: item.label
2360
+ }
2361
+ ) }, item.label)) })
2362
+ ] })
2363
+ ] }),
2364
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-20 w-full lg:mt-32", children: /* @__PURE__ */ jsxRuntime.jsx(
2365
+ framerMotion.motion.div,
2366
+ {
2367
+ initial: { opacity: 0, y: 20 },
2368
+ whileInView: { opacity: 1, y: 0 },
2369
+ viewport: { once: true },
2370
+ transition: { duration: 0.6 },
2371
+ className: "text-center",
2372
+ children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-6xl font-bold tracking-tighter md:text-8xl lg:text-9xl", children: "OPENSITE" })
2373
+ }
2374
+ ) }),
2375
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-8 text-center text-sm text-muted-foreground", children: [
2376
+ /* @__PURE__ */ jsxRuntime.jsxs("p", { children: [
2377
+ "\xA9 ",
2378
+ (/* @__PURE__ */ new Date()).getFullYear(),
2379
+ " Opensite AI. All rights reserved."
2380
+ ] }),
2381
+ /* @__PURE__ */ jsxRuntime.jsx(
2382
+ "a",
2383
+ {
2384
+ href: "https://opensite.ai",
2385
+ className: "mt-2 inline-block hover:text-foreground",
2386
+ target: "_blank",
2387
+ rel: "noopener noreferrer",
2388
+ children: "AI Website and Automation Platform by Opensite"
2389
+ }
2390
+ )
2391
+ ] })
2392
+ ] })
2393
+ }
2394
+ );
2395
+ }
2396
+ var defaultSocialLinks9 = [
2397
+ { icon: "lucide/twitter", url: "#", label: "Twitter" },
2398
+ { icon: "lucide/instagram", url: "#", label: "Instagram" },
2399
+ { icon: "lucide/facebook", url: "#", label: "Facebook" }
2400
+ ];
2401
+ function FooterCtaSocial({
2402
+ className,
2403
+ preHeading = "Let's connect",
2404
+ heading = "You want to scale faster? Try Opensite today.",
2405
+ description = "Join thousands of companies already using our platform to scale their operations",
2406
+ buttonText = "Get Started Now",
2407
+ buttonUrl = "#",
2408
+ email = "hello@opensite.ai",
2409
+ socialLinks = defaultSocialLinks9
2410
+ }) {
2411
+ return /* @__PURE__ */ jsxRuntime.jsx("section", { className: cn("relative py-32", className), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative z-10 container", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mx-auto flex max-w-3xl flex-col items-center gap-2 text-center", children: [
2412
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex w-full items-center gap-4", children: [
2413
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-px flex-1 bg-[linear-gradient(270deg,var(--primary,rgb(255,255,255))_0%,var(--secondary,rgb(0,0,0))_100%)] opacity-50" }),
2414
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-sm text-muted-foreground italic md:text-base", children: preHeading }),
2415
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-px flex-1 bg-[linear-gradient(270deg,var(--secondary,rgb(0,0,0))_0%,var(--primary,rgb(255,255,255))_100%)] opacity-50" })
2416
+ ] }),
2417
+ /* @__PURE__ */ jsxRuntime.jsx("h2", { className: "py-6 text-5xl font-bold md:text-6xl", children: heading }),
2418
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "max-w-2xl text-base text-muted-foreground md:text-lg", children: description }),
2419
+ /* @__PURE__ */ jsxRuntime.jsxs(
2420
+ "a",
2421
+ {
2422
+ href: buttonUrl,
2423
+ className: "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",
2424
+ children: [
2425
+ /* @__PURE__ */ jsxRuntime.jsx("span", { children: buttonText }),
2426
+ /* @__PURE__ */ jsxRuntime.jsx(
2427
+ DynamicIcon,
2428
+ {
2429
+ name: "lucide/arrow-up-right",
2430
+ size: 16,
2431
+ className: "transition-transform group-hover:translate-x-1 group-hover:-translate-y-1"
2432
+ }
2433
+ )
2434
+ ]
2435
+ }
2436
+ ),
2437
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center gap-6 pt-8", children: socialLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsxs(React4__namespace.Fragment, { children: [
2438
+ /* @__PURE__ */ jsxRuntime.jsx(
2439
+ "a",
2440
+ {
2441
+ href: link.url,
2442
+ className: "text-muted-foreground transition-colors hover:text-foreground",
2443
+ "aria-label": link.label,
2444
+ children: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: link.icon, size: 20 })
2445
+ }
2446
+ ),
2447
+ idx < socialLinks.length - 1 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-4 w-px bg-border" })
2448
+ ] }, idx)) }),
2449
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "pt-2 text-sm text-muted-foreground md:text-base", children: /* @__PURE__ */ jsxRuntime.jsx(
2450
+ "a",
2451
+ {
2452
+ href: `mailto:${email}`,
2453
+ className: "transition-colors hover:text-foreground",
2454
+ children: email
2455
+ }
2456
+ ) }),
2457
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-8 border-t pt-8 text-sm text-muted-foreground", children: [
2458
+ /* @__PURE__ */ jsxRuntime.jsxs("p", { children: [
2459
+ "\xA9 ",
2460
+ (/* @__PURE__ */ new Date()).getFullYear(),
2461
+ " Opensite AI. All rights reserved."
2462
+ ] }),
2463
+ /* @__PURE__ */ jsxRuntime.jsx(
2464
+ "a",
2465
+ {
2466
+ href: "https://opensite.ai",
2467
+ className: "mt-2 inline-block hover:text-foreground",
2468
+ target: "_blank",
2469
+ rel: "noopener noreferrer",
2470
+ children: "AI Website and Automation Platform by Opensite"
2471
+ }
2472
+ )
2473
+ ] })
2474
+ ] }) }) });
2475
+ }
2476
+ var defaultSections6 = [
2477
+ {
2478
+ title: "Product",
2479
+ links: [
2480
+ { name: "Overview", href: "#" },
2481
+ { name: "Pricing", href: "#" },
2482
+ { name: "Marketplace", href: "#" },
2483
+ { name: "Features", href: "#" }
2484
+ ]
2485
+ },
2486
+ {
2487
+ title: "Company",
2488
+ links: [
2489
+ { name: "About", href: "#" },
2490
+ { name: "Team", href: "#" },
2491
+ { name: "Blog", href: "#" },
2492
+ { name: "Careers", href: "#" }
2493
+ ]
2494
+ },
2495
+ {
2496
+ title: "Resources",
2497
+ links: [
2498
+ { name: "Help", href: "#" },
2499
+ { name: "Sales", href: "#" },
2500
+ { name: "Advertise", href: "#" }
2501
+ ]
2502
+ }
2503
+ ];
2504
+ var defaultSocialLinks10 = [
2505
+ { icon: "simple-icons/instagram", href: "#", label: "Instagram" },
2506
+ { icon: "simple-icons/facebook", href: "#", label: "Facebook" },
2507
+ { icon: "simple-icons/x", href: "#", label: "X (Twitter)" },
2508
+ { icon: "simple-icons/linkedin", href: "#", label: "LinkedIn" }
2509
+ ];
2510
+ var defaultLegalLinks3 = [
2511
+ { name: "Terms and Conditions", href: "#" },
2512
+ { name: "Privacy Policy", href: "#" }
2513
+ ];
2514
+ function FooterNavSocial({
2515
+ logo = {
2516
+ url: "https://opensite.ai",
2517
+ src: "https://cdn.ing/assets/i/r/285975/eud79qeya11q5w6ueyhklueardyx/os-suircle-black-white.png",
2518
+ alt: "Opensite AI",
2519
+ title: "Opensite AI"
2520
+ },
2521
+ className,
2522
+ sections = defaultSections6,
2523
+ socialLinks = defaultSocialLinks10,
2524
+ newsletterHeading = "Stay Updated",
2525
+ newsletterDescription = "Subscribe to our newsletter for the latest updates and news.",
2526
+ newsletterPlaceholder = "Enter your email",
2527
+ newsletterButtonText = "Subscribe",
2528
+ copyright = `\xA9 ${(/* @__PURE__ */ new Date()).getFullYear()} Opensite AI. All rights reserved.`,
2529
+ legalLinks = defaultLegalLinks3,
2530
+ optixFlowConfig
2531
+ }) {
2532
+ return /* @__PURE__ */ jsxRuntime.jsx("section", { className: cn("py-32", className), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "container", children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
2533
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid gap-10 lg:grid-cols-2", children: [
2534
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
2535
+ /* @__PURE__ */ jsxRuntime.jsxs("a", { href: logo.url, className: "mb-8 flex items-center gap-2", children: [
2536
+ /* @__PURE__ */ jsxRuntime.jsx(
2537
+ img.Img,
2538
+ {
2539
+ src: logo.src,
2540
+ alt: logo.alt,
2541
+ className: "h-10",
2542
+ optixFlowConfig
2543
+ }
2544
+ ),
2545
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xl font-semibold", children: logo.title })
2546
+ ] }),
2547
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "grid gap-8 sm:grid-cols-3", children: sections.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
2548
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 font-semibold", children: section.title }),
2549
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-3 text-sm text-muted-foreground", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: link.href, className: "hover:text-primary", children: link.name }) }, linkIdx)) })
2550
+ ] }, sectionIdx)) })
2551
+ ] }),
2552
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col justify-between", children: [
2553
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-8", children: [
2554
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-2 text-lg font-semibold", children: newsletterHeading }),
2555
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-4 text-sm text-muted-foreground", children: newsletterDescription }),
2556
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex max-w-md gap-2", children: [
2557
+ /* @__PURE__ */ jsxRuntime.jsx(
2558
+ "input",
2559
+ {
2560
+ type: "email",
2561
+ placeholder: newsletterPlaceholder,
2562
+ 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"
2563
+ }
2564
+ ),
2565
+ /* @__PURE__ */ jsxRuntime.jsx(
2566
+ "button",
2567
+ {
2568
+ type: "submit",
2569
+ className: "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",
2570
+ children: newsletterButtonText
2571
+ }
2572
+ )
2573
+ ] })
2574
+ ] }),
2575
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
2576
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-4 font-medium", children: "Follow Us" }),
2577
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex items-center gap-4", children: socialLinks.map((social, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
2578
+ "a",
2579
+ {
2580
+ href: social.href,
2581
+ "aria-label": social.label,
2582
+ className: "text-muted-foreground transition-colors hover:text-primary",
2583
+ children: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: social.icon, size: 20 })
2584
+ }
2585
+ ) }, idx)) })
2586
+ ] })
2587
+ ] })
2588
+ ] }),
2589
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm text-muted-foreground md:flex-row md:items-center", children: [
2590
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-2 md:flex-row md:items-center md:gap-4", children: [
2591
+ /* @__PURE__ */ jsxRuntime.jsx("p", { children: copyright }),
2592
+ /* @__PURE__ */ jsxRuntime.jsx(
2593
+ "a",
2594
+ {
2595
+ href: "https://opensite.ai",
2596
+ className: "hover:text-primary",
2597
+ target: "_blank",
2598
+ rel: "noopener noreferrer",
2599
+ children: "AI Website and Automation Platform by Opensite"
2600
+ }
2601
+ )
2602
+ ] }),
2603
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex gap-4", children: legalLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: link.href, className: "hover:text-primary", children: link.name }) }, idx)) })
2604
+ ] })
2605
+ ] }) }) });
2606
+ }
1119
2607
 
1120
2608
  exports.AlternatingBlocks = AlternatingBlocks;
1121
2609
  exports.AnimatedDialog = AnimatedDialog;
@@ -1129,6 +2617,19 @@ exports.CardHeader = CardHeader;
1129
2617
  exports.CardTitle = CardTitle;
1130
2618
  exports.Container = Container;
1131
2619
  exports.DynamicIcon = DynamicIcon;
2620
+ exports.FooterAnimatedSocial = FooterAnimatedSocial;
2621
+ exports.FooterBackgroundCard = FooterBackgroundCard;
2622
+ exports.FooterBrandDescription = FooterBrandDescription;
2623
+ exports.FooterContactCard = FooterContactCard;
2624
+ exports.FooterCtaBanner = FooterCtaBanner;
2625
+ exports.FooterCtaSocial = FooterCtaSocial;
2626
+ exports.FooterLinksGrid = FooterLinksGrid;
2627
+ exports.FooterNavSocial = FooterNavSocial;
2628
+ exports.FooterNewsletterGrid = FooterNewsletterGrid;
2629
+ exports.FooterNewsletterMinimal = FooterNewsletterMinimal;
2630
+ exports.FooterSimpleCentered = FooterSimpleCentered;
2631
+ exports.FooterSocialApps = FooterSocialApps;
2632
+ exports.FooterSocialNewsletter = FooterSocialNewsletter;
1132
2633
  exports.MediaHoverCtas = MediaHoverCtas;
1133
2634
  exports.PageHeroBanner = PageHeroBanner;
1134
2635
  exports.Popover = Popover;