Compare commits
10 Commits
version_25
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 5777400e35 | |||
| 4cb39cab76 | |||
| 1e7657e1ab | |||
| 730359966f | |||
| be4e29b5da | |||
| a55a30f79a | |||
| 999b961e6d | |||
| ff34b377a1 | |||
| 86cd172114 | |||
| ad25590f9c |
@@ -45,7 +45,7 @@ export default function AboutPage() {
|
||||
logoText="Lackawanna Barber Shop"
|
||||
columns={[
|
||||
{ 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>
|
||||
|
||||
@@ -29,10 +29,10 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "About", id: "/about"},
|
||||
{ name: "Services", id: "#services"},
|
||||
{ name: "Team", id: "#team"},
|
||||
{ name: "Testimonials", id: "#testimonials"},
|
||||
{ name: "FAQ", id: "#faq"},
|
||||
{ name: "Services", id: "/services"},
|
||||
{ name: "Team", id: "/team"},
|
||||
{ name: "Testimonials", id: "/testimonials"},
|
||||
{ name: "FAQ", id: "/faq"},
|
||||
{ name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Lackawanna"
|
||||
@@ -103,6 +103,7 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Testimonials"
|
||||
description="See what our clients say about our work."
|
||||
testimonials={[
|
||||
@@ -146,7 +147,7 @@ export default function LandingPage() {
|
||||
logoText="Lackawanna Barber Shop"
|
||||
columns={[
|
||||
{ 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>
|
||||
|
||||
Reference in New Issue
Block a user