Compare commits
10 Commits
version_24
...
version_28
| Author | SHA1 | Date | |
|---|---|---|---|
| 375e6fab94 | |||
| 6099a49d99 | |||
| 4cb39cab76 | |||
| 730359966f | |||
| be4e29b5da | |||
| a55a30f79a | |||
| 999b961e6d | |||
| ff34b377a1 | |||
| 86cd172114 | |||
| 4c9904700d |
@@ -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"
|
||||||
@@ -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"
|
||||||
@@ -112,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"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -147,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>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f4ef;
|
--background: #f7f6f7;
|
||||||
--card: #dad6cd;
|
--card: #ffffff;
|
||||||
--foreground: #2a2928;
|
--foreground: #1b0c25;
|
||||||
--primary-cta: #2a2928;
|
--primary-cta: #1b0c25;
|
||||||
--primary-cta-text: #f5f4ef;
|
--primary-cta-text: #f7f6f7;
|
||||||
--secondary-cta: #ecebea;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #2a2928;
|
--secondary-cta-text: #1b0c25;
|
||||||
--accent: #ffffff;
|
--accent: #ff93e4;
|
||||||
--background-accent: #c6b180;
|
--background-accent: #e8a8c3;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user