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