Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
@@ -85,8 +85,8 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Raptor"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -97,9 +97,9 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{"title":"Product","items":[{"label":"Features","href":"features"},{"label":"Pricing","href":"pricing"},{"label":"Security","href":"https://raptor.io/security"}]},
|
||||
{"title":"Company","items":[{"label":"About Us","href":"https://raptor.io/about"},{"label":"Case Studies","href":"https://raptor.io/cases"},{"label":"Contact","href":"contact"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"https://raptor.io/privacy"},{"label":"Terms of Service","href":"https://raptor.io/terms"},{"label":"Compliance","href":"https://raptor.io/compliance"}]}
|
||||
{ title: "Product", items: [{ label: "Features", href: "features" }, { label: "Pricing", href: "pricing" }, { label: "Security", href: "https://raptor.io/security" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "https://raptor.io/about" }, { label: "Case Studies", href: "https://raptor.io/cases" }, { label: "Contact", href: "contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "https://raptor.io/privacy" }, { label: "Terms of Service", href: "https://raptor.io/terms" }, { label: "Compliance", href: "https://raptor.io/compliance" }] }
|
||||
]
|
||||
copyrightText="© 2025 Raptor Clipping Agency. All rights reserved."
|
||||
/>
|
||||
@@ -128,8 +128,8 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Raptor"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -148,9 +148,9 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{"title":"Product","items":[{"label":"Features","href":"features"},{"label":"Pricing","href":"pricing"},{"label":"Security","href":"https://raptor.io/security"}]},
|
||||
{"title":"Company","items":[{"label":"About Us","href":"https://raptor.io/about"},{"label":"Case Studies","href":"https://raptor.io/cases"},{"label":"Contact","href":"contact"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"https://raptor.io/privacy"},{"label":"Terms of Service","href":"https://raptor.io/terms"},{"label":"Compliance","href":"https://raptor.io/compliance"}]}
|
||||
{ title: "Product", items: [{ label: "Features", href: "features" }, { label: "Pricing", href: "pricing" }, { label: "Security", href: "https://raptor.io/security" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "https://raptor.io/about" }, { label: "Case Studies", href: "https://raptor.io/cases" }, { label: "Contact", href: "contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "https://raptor.io/privacy" }, { label: "Terms of Service", href: "https://raptor.io/terms" }, { label: "Compliance", href: "https://raptor.io/compliance" }] }
|
||||
]
|
||||
copyrightText="© 2025 Raptor Clipping Agency. All rights reserved."
|
||||
/>
|
||||
@@ -178,8 +178,8 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Raptor"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -223,9 +223,9 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{"title":"Product","items":[{"label":"Features","href":"features"},{"label":"Pricing","href":"pricing"},{"label":"Security","href":"https://raptor.io/security"}]},
|
||||
{"title":"Company","items":[{"label":"About Us","href":"https://raptor.io/about"},{"label":"Case Studies","href":"https://raptor.io/cases"},{"label":"Contact","href":"contact"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"https://raptor.io/privacy"},{"label":"Terms of Service","href":"https://raptor.io/terms"},{"label":"Compliance","href":"https://raptor.io/compliance"}]}
|
||||
{ title: "Product", items: [{ label: "Features", href: "features" }, { label: "Pricing", href: "pricing" }, { label: "Security", href: "https://raptor.io/security" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "https://raptor.io/about" }, { label: "Case Studies", href: "https://raptor.io/cases" }, { label: "Contact", href: "contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "https://raptor.io/privacy" }, { label: "Terms of Service", href: "https://raptor.io/terms" }, { label: "Compliance", href: "https://raptor.io/compliance" }] }
|
||||
]
|
||||
copyrightText="© 2025 Raptor Clipping Agency. All rights reserved."
|
||||
/>
|
||||
|
||||
@@ -38,8 +38,8 @@ export default function ShopPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Raptor"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -50,9 +50,9 @@ export default function ShopPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{"title":"Product","items":[{"label":"Features","href":"features"},{"label":"Pricing","href":"pricing"},{"label":"Security","href":"https://raptor.io/security"}]},
|
||||
{"title":"Company","items":[{"label":"About Us","href":"https://raptor.io/about"},{"label":"Case Studies","href":"https://raptor.io/cases"},{"label":"Contact","href":"contact"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"https://raptor.io/privacy"},{"label":"Terms of Service","href":"https://raptor.io/terms"},{"label":"Compliance","href":"https://raptor.io/compliance"}]}
|
||||
{ title: "Product", items: [{ label: "Features", href: "features" }, { label: "Pricing", href: "pricing" }, { label: "Security", href: "https://raptor.io/security" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "https://raptor.io/about" }, { label: "Case Studies", href: "https://raptor.io/cases" }, { label: "Contact", href: "contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "https://raptor.io/privacy" }, { label: "Terms of Service", href: "https://raptor.io/terms" }, { label: "Compliance", href: "https://raptor.io/compliance" }] }
|
||||
]
|
||||
copyrightText="© 2025 Raptor Clipping Agency. All rights reserved."
|
||||
/>
|
||||
@@ -80,8 +80,8 @@ export default function ShopPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Raptor"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -100,9 +100,9 @@ export default function ShopPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{"title":"Product","items":[{"label":"Features","href":"features"},{"label":"Pricing","href":"pricing"},{"label":"Security","href":"https://raptor.io/security"}]},
|
||||
{"title":"Company","items":[{"label":"About Us","href":"https://raptor.io/about"},{"label":"Case Studies","href":"https://raptor.io/cases"},{"label":"Contact","href":"contact"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"https://raptor.io/privacy"},{"label":"Terms of Service","href":"https://raptor.io/terms"},{"label":"Compliance","href":"https://raptor.io/compliance"}]}
|
||||
{ title: "Product", items: [{ label: "Features", href: "features" }, { label: "Pricing", href: "pricing" }, { label: "Security", href: "https://raptor.io/security" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "https://raptor.io/about" }, { label: "Case Studies", href: "https://raptor.io/cases" }, { label: "Contact", href: "contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "https://raptor.io/privacy" }, { label: "Terms of Service", href: "https://raptor.io/terms" }, { label: "Compliance", href: "https://raptor.io/compliance" }] }
|
||||
]
|
||||
copyrightText="© 2025 Raptor Clipping Agency. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user