--- import "../styles/global.scss"; import opengraph from "/src/assets/opengraph.png"; import Navbar from "../components/Layout/Navbar/Navbar.astro"; import Footer from "../components/Layout/Footer/Footer.astro"; import JoinCommunity from "../components/Layout/JoinCommunity/JoinCommunity.astro"; export interface Props { view: string; title: string; } const { view, title } = Astro.props; const description = "A platform, network and experience that allows you to control and own your online web, and access all of the possibilities Web3 has to offer. Join the open web."; const url = "https://lumeweb.com"; ---