Update src/app/page.tsx

This commit is contained in:
2026-06-03 17:44:41 +00:00
parent 9718d3ef4f
commit 338098eb6e

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
brandName="UGC Review Expert"
brandName="Powered Reviews"
/>
</div>
@@ -249,10 +249,10 @@ export default function LandingPage() {
],
},
]}
logoText="UGC Review Expert"
logoText="Powered Reviews"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}