2 Commits

Author SHA1 Message Date
fb0d0fb581 Update src/app/page.tsx 2026-04-18 11:04:53 +00:00
b1ced18629 Update src/app/page.tsx 2026-04-18 11:02:13 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Pricing", id: "/pricing" },
{ name: "Contact", id: "#contact" },
]}
brandName="Cosmic Crust"
brandName="Science Fiction Pizza "
/>
</div>
@@ -170,7 +170,7 @@ export default function LandingPage() {
{ items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Pricing", href: "/pricing" }, { label: "Privacy Policy", href: "#" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Careers", href: "#" }, { label: "Locations", href: "#" }] }
]}
logoText="Cosmic Crust"
logoText="science fiction pizza "
/>
</div>
</ReactLenis>