9 Commits

Author SHA1 Message Date
6099a49d99 Update src/app/page.tsx 2026-04-20 15:52:01 +00:00
4cb39cab76 Update src/app/page.tsx 2026-04-18 17:29:15 +00:00
730359966f Update src/app/page.tsx 2026-04-18 17:28:44 +00:00
be4e29b5da Update src/app/about/page.tsx 2026-04-18 17:28:43 +00:00
a55a30f79a Switch to version 25: modified src/app/page.tsx 2026-04-18 16:58:30 +00:00
999b961e6d Merge version_26 into main
Merge version_26 into main
2026-04-18 16:57:56 +00:00
ff34b377a1 Update src/app/page.tsx 2026-04-18 16:57:53 +00:00
86cd172114 Merge version_24 into main
Merge version_24 into main
2026-04-18 16:57:01 +00:00
ad25590f9c Update src/app/page.tsx 2026-04-18 16:56:58 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ export default function AboutPage() {
logoText="Lackawanna Barber Shop" logoText="Lackawanna Barber Shop"
columns={[ columns={[
{ items: [{ label: "132 Morris St, Morristown, NJ", href: "/contact" }, { label: "+1 (973) 538-1675", href: "tel:+19735381675" }] }, { items: [{ label: "132 Morris St, Morristown, NJ", href: "/contact" }, { label: "+1 (973) 538-1675", href: "tel:+19735381675" }] },
{ items: [{ label: "Services", href: "/#services" }, { label: "Team", href: "/#team" }, { label: "FAQs", href: "/#faq" }] } { items: [{ label: "Services", href: "/services" }, { label: "Team", href: "/team" }, { label: "FAQs", href: "/faq" }] }
]} ]}
/> />
</div> </div>

View File

@@ -29,10 +29,10 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ name: "About", id: "/about"}, { name: "About", id: "/about"},
{ name: "Services", id: "#services"}, { name: "Services", id: "/services"},
{ name: "Team", id: "#team"}, { name: "Team", id: "/team"},
{ name: "Testimonials", id: "#testimonials"}, { name: "Testimonials", id: "/testimonials"},
{ name: "FAQ", id: "#faq"}, { name: "FAQ", id: "/faq"},
{ name: "Contact", id: "/contact"}, { name: "Contact", id: "/contact"},
]} ]}
brandName="Lackawanna" brandName="Lackawanna"
@@ -91,7 +91,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
team={[ team={[
{ id: "t1", name: "John Franco", role: "Master Barber", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CRaO5i0elf1aDIpszoFKWNR31x/uploaded-1776352542504-tkr21jqa.png"}, { id: "t1", name: "John Franco", role: "Master Barber", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CRaO5i0elf1aDIpszoFKWNR31x/uploaded-1776700270139-bcabar6h.png"},
{ id: "t2", name: "Elio", role: "Old School Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CRaO5i0elf1aDIpszoFKWNR31x/uploaded-1776352566826-2nyt55b1.jpg"}, { id: "t2", name: "Elio", role: "Old School Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CRaO5i0elf1aDIpszoFKWNR31x/uploaded-1776352566826-2nyt55b1.jpg"},
]} ]}
title="Meet Your Staff" title="Meet Your Staff"
@@ -103,6 +103,7 @@ export default function LandingPage() {
<TestimonialCardTwo <TestimonialCardTwo
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false}
title="Testimonials" title="Testimonials"
description="See what our clients say about our work." description="See what our clients say about our work."
testimonials={[ testimonials={[
@@ -111,14 +112,14 @@ export default function LandingPage() {
name: "Client One", name: "Client One",
role: "Local Customer", role: "Local Customer",
testimonial: "Exceptional service and great atmosphere.", testimonial: "Exceptional service and great atmosphere.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CRaO5i0elf1aDIpszoFKWNR31x/uploaded-1776531377369-oo06t3wn.png" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CRaO5i0elf1aDIpszoFKWNR31x/uploaded-1776352201800-hefnk77v.jpg"
}, },
{ {
id: "2", id: "2",
name: "Client Two", name: "Client Two",
role: "Regular Visitor", role: "Regular Visitor",
testimonial: "Always get a perfect fade here.", testimonial: "Always get a perfect fade here.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CRaO5i0elf1aDIpszoFKWNR31x/uploaded-1776531377370-5uotcrix.png" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CRaO5i0elf1aDIpszoFKWNR31x/uploaded-1776352201801-opcyony6.jpg"
} }
]} ]}
/> />
@@ -146,7 +147,7 @@ export default function LandingPage() {
logoText="Lackawanna Barber Shop" logoText="Lackawanna Barber Shop"
columns={[ columns={[
{ items: [{ label: "132 Morris St, Morristown, NJ", href: "/contact" }, { label: "+1 (973) 538-1675", href: "/contact" }] }, { items: [{ label: "132 Morris St, Morristown, NJ", href: "/contact" }, { label: "+1 (973) 538-1675", href: "/contact" }] },
{ items: [{ label: "Services", href: "/#services" }, { label: "Team", href: "/#team" }, { label: "FAQs", href: "/#faq" }] } { items: [{ label: "Services", href: "/services" }, { label: "Team", href: "/team" }, { label: "FAQs", href: "/faq" }] }
]} ]}
/> />
</div> </div>