Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-05 16:41:06 +00:00
parent a9fe9f242c
commit a5575d787d

View File

@@ -32,7 +32,7 @@ export default function PortfolioPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="RealWeb"
brandName="RealityWDesign"
navItems={navItems}
button={{ text: "Get My Website", href: "/contact" }}
animateOnLoad={true}
@@ -72,7 +72,7 @@ export default function PortfolioPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Maria Garcia, Owner of Bella's Restaurant", date: "Date: March 15, 2024", title: "Our online presence transformed completely", quote: "Within 3 months of launching our new website, we've seen a 40% increase in online reservations. RealWeb understood exactly what our restaurant needed to compete with bigger chains.", tag: "Restaurant Owner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Maria Garcia", imageSrc: "http://img.b2bpic.net/free-vector/interior-design-landing-page_23-2149651585.jpg?_wi=2", imageAlt: "Bella's Restaurant website"},
id: "1", name: "Maria Garcia, Owner of Bella's Restaurant", date: "Date: March 15, 2024", title: "Our online presence transformed completely", quote: "Within 3 months of launching our new website, we've seen a 40% increase in online reservations. RealityWDesign understood exactly what our restaurant needed to compete with bigger chains.", tag: "Restaurant Owner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Maria Garcia", imageSrc: "http://img.b2bpic.net/free-vector/interior-design-landing-page_23-2149651585.jpg?_wi=2", imageAlt: "Bella's Restaurant website"},
{
id: "2", name: "James Wilson, Founder of Wilson Plumbing", date: "Date: February 20, 2024", title: "Best investment for my business", quote: "I went from getting 2-3 calls a week to 15+ qualified leads. The website is clean, professional, and my customers love being able to book online. Highly recommend!", tag: "Plumbing Contractor", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "James Wilson", imageSrc: "http://img.b2bpic.net/free-psd/geometric-architecture-project-landing-page_23-2149660455.jpg?_wi=2", imageAlt: "Wilson Plumbing website"},
{
@@ -131,7 +131,7 @@ export default function PortfolioPage() {
],
},
]}
copyrightText="© 2025 RealWeb. All rights reserved."
copyrightText="© 2025 RealityWDesign. All rights reserved."
/>
</div>
</ThemeProvider>