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"
|
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>
|
||||||
|
|||||||
@@ -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"
|
||||||
@@ -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={[
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user