Update src/app/page.tsx

This commit is contained in:
2026-06-03 17:13:37 +00:00
parent fbed1a8966
commit 41ed5ab2ea

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "#home"},
name: "Home", id: "/"},
{
name: "About", id: "#about"},
{
@@ -49,9 +49,11 @@ export default function LandingPage() {
name: "FAQ", id: "#faq"},
{
name: "Contact", id: "#contact"},
{
name: "AI Image Generator", id: "/ai-image-generator"}
]}
button={{
text: "Browse Templates", href: "#products"}}
text: "Browse Templates", href: "/#products"}}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ruakxa"
brandName="BuildDigital"
/>
@@ -75,7 +77,7 @@ export default function LandingPage() {
enableKpiAnimation={true}
buttons={[
{
text: "Browse Templates", href: "#products"},
text: "Browse Templates", href: "/#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-home-using-ai-software-turning-text-prompt-into-photos-drinking-coffee_482257-125868.jpg"
imageAlt="Showcase of various digital product templates"
@@ -86,8 +88,7 @@ export default function LandingPage() {
{
src: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg", alt: "Portrait of middle aged businesswoman"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", alt: "Portrait of a smiling blonde businesswoman formal dressed."},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", alt: "Portrait of a smiling blonde businesswoman formal dressed."}, {
src: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg", alt: "Confident Young Businesswoman with Folded Arms"},
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Closeup shot of a handsome male smiling"},
@@ -122,7 +123,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Learn More", href: "#features"}
text: "Learn More", href: "/#features"}
]}
/>
</div>