diff --git a/public/images/app/lasybridge/celestia_lazybridging_bg.png b/public/images/app/lasybridge/celestia_lazybridging_bg.png new file mode 100644 index 000000000..f17d24106 Binary files /dev/null and b/public/images/app/lasybridge/celestia_lazybridging_bg.png differ diff --git a/public/images/celestia-logo-invert.svg b/public/images/celestia-logo-invert.svg new file mode 100644 index 000000000..408180400 --- /dev/null +++ b/public/images/celestia-logo-invert.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/celestia-logo.svg b/public/images/celestia-logo.svg index 432c41221..2adced20e 100644 --- a/public/images/celestia-logo.svg +++ b/public/images/celestia-logo.svg @@ -1,23 +1,30 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + c0.2,0.3,0.5,0.5,0.8,0.5c0.5,0,0.9-0.4,0.9-0.9C131.2,21.2,131.1,21.1,131.1,20.9z" /> + - - + \ No newline at end of file diff --git a/src/app/layout.js b/src/app/layout.js index 98cfb1426..faa5002fb 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -1,14 +1,14 @@ -import Nav from "@/components/Nav/Nav"; import Footer from "@/components/Footer/Footer"; +import LoadingScreen from "@/components/Loading/LoadingScreen"; +import meta from "@/components/Meta/Meta"; +import Nav from "@/components/Nav/Nav"; +import { BannerProvider } from "@/context/BannerContext"; import ScrollPositionProvider from "@/utils/scrollLock"; +import PlausibleProvider from "next-plausible"; +import { Suspense } from "react"; import "./styles/fonts.css"; import "./styles/globals.scss"; import "./styles/text-link.scss"; -import { Suspense } from "react"; -import meta from "@/components/Meta/Meta"; -import LoadingScreen from "@/components/Loading/LoadingScreen"; -import { BannerProvider } from "@/context/BannerContext"; -import PlausibleProvider from "next-plausible"; export const metadata = meta(); diff --git a/src/app/lazybridge/layout.js b/src/app/lazybridge/layout.js new file mode 100644 index 000000000..e2e9c0917 --- /dev/null +++ b/src/app/lazybridge/layout.js @@ -0,0 +1,22 @@ +import LoadingScreen from "@/components/Loading/LoadingScreen"; +import Nav from "@/components/Nav/Nav"; +import { Suspense } from "react"; + +export const metadata = { + title: "LazyBridge | Celestia", + description: + "LazyBridge: A unified blockchain solution enabling seamless cross-chain transactions, developer flexibility, and instant access to multi-chain assets and users.", +}; + +const LazyBridgeLayout = ({ children }) => { + return ( + <> +