Merge version_2 into main #2
65
src/app/about/page.tsx
Normal file
65
src/app/about/page.tsx
Normal file
@@ -0,0 +1,65 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { CheckCircle } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Buzz Cutz"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "location" },
|
||||
]}
|
||||
button={{ text: "Call Now", href: "tel:(682)252-4568" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="About Buzz Cutz"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
title="Your Neighborhood Barbershop Since Day One"
|
||||
description="Buzz Cutz is more than just a barbershop—we're a community staple in Arlington. Founded with a passion for delivering exceptional haircuts and unmatched customer service, we've built our reputation on expertise, cleanliness, and genuine care for our clients. Whether you're looking for a sharp fade, a classic cut, or grooming services for the whole family, our experienced barbers are here to deliver professional results every time."
|
||||
metrics={[
|
||||
{ value: "500+", title: "Happy Customers" },
|
||||
{ value: "10+", title: "Years Experience" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-hairdresser-shop_23-2149220547.jpg"
|
||||
imageAlt="Buzz Cutz barbershop interior"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Buzz Cutz"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -33,6 +33,7 @@ export default function LandingPage() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "location" },
|
||||
]}
|
||||
button={{ text: "Call Now", href: "tel:(682)252-4568" }}
|
||||
@@ -49,29 +50,38 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg?_wi=1", imageAlt: "Fresh fade haircut"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg?_wi=1", imageAlt: "Fresh fade haircut"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg?_wi=1", imageAlt: "Barbershop interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg?_wi=1", imageAlt: "Barbershop interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=1", imageAlt: "Kids haircut"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=1", imageAlt: "Kids haircut"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg?_wi=1", imageAlt: "Sharp fade haircut"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg?_wi=1", imageAlt: "Sharp fade haircut"
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg?_wi=2", imageAlt: "Professional haircut"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg?_wi=2", imageAlt: "Professional haircut"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665407.jpg?_wi=1", imageAlt: "Before after transformation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665407.jpg?_wi=1", imageAlt: "Before after transformation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg?_wi=2", imageAlt: "Clean fade"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg?_wi=2", imageAlt: "Clean fade"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg?_wi=2", imageAlt: "Shop interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg?_wi=2", imageAlt: "Shop interior"
|
||||
},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:(682)252-4568" },
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=4508+Matlock+Rd+%23150+Arlington+TX+76018"},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=4508+Matlock+Rd+%23150+Arlington+TX+76018"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -87,16 +97,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", role: "Local Professional", company: "Arlington Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Chen", role: "Regular Customer", company: "Arlington Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-pointing-camera-white-shirt-looking-cheery_176474-83391.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-pointing-camera-white-shirt-looking-cheery_176474-83391.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Wilson & Son", role: "Parent", company: "Amazing with kids", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cute-couple-hugging_23-2148311328.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cute-couple-hugging_23-2148311328.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Robert Martinez", role: "Perfect Service", company: "Arlington Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1624.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1624.jpg"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.7", label: "Average Rating" },
|
||||
@@ -119,16 +133,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Men's Haircuts", description: "Expert cuts with precision fade lines and modern styling.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg?_wi=3", imageAlt: "Men's haircut service", buttonIcon: ArrowRight,
|
||||
buttonHref: "tel:(682)252-4568"},
|
||||
buttonHref: "tel:(682)252-4568"
|
||||
},
|
||||
{
|
||||
title: "Kids Haircuts", description: "Friendly, patient service perfect for children of all ages.", imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=2", imageAlt: "Kids haircut service", buttonIcon: ArrowRight,
|
||||
buttonHref: "tel:(682)252-4568"},
|
||||
buttonHref: "tel:(682)252-4568"
|
||||
},
|
||||
{
|
||||
title: "Skin Fades", description: "Clean, sharp fades with expert precision and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg?_wi=3", imageAlt: "Skin fade service", buttonIcon: ArrowRight,
|
||||
buttonHref: "tel:(682)252-4568"},
|
||||
buttonHref: "tel:(682)252-4568"
|
||||
},
|
||||
{
|
||||
title: "Beard Trims", description: "Professional beard grooming and shaping services.", imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg?_wi=3", imageAlt: "Beard trim service", buttonIcon: ArrowRight,
|
||||
buttonHref: "tel:(682)252-4568"},
|
||||
buttonHref: "tel:(682)252-4568"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -156,15 +174,20 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Fresh Fades", price: "Professional Quality", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg?_wi=4"},
|
||||
id: "1", name: "Fresh Fades", price: "Professional Quality", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg?_wi=4"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sharp Lines", price: "Expert Precision", imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg?_wi=4"},
|
||||
id: "2", name: "Sharp Lines", price: "Expert Precision", imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg?_wi=4"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Kids Cuts", price: "Family Friendly", imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=3"},
|
||||
id: "3", name: "Kids Cuts", price: "Family Friendly", imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Shop Interior", price: "Clean & Professional", imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg?_wi=4"},
|
||||
id: "4", name: "Shop Interior", price: "Clean & Professional", imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg?_wi=4"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Transformations", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665407.jpg?_wi=2"},
|
||||
id: "5", name: "Transformations", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665407.jpg?_wi=2"
|
||||
},
|
||||
]}
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
animationType="slide-up"
|
||||
@@ -199,16 +222,19 @@ export default function LandingPage() {
|
||||
id: "call", badge: "Quick Book", badgeIcon: Phone,
|
||||
price: "(682) 252-4568", subtitle: "Call for Availability", buttons: [{ text: "Call Now", href: "tel:(682)252-4568" }],
|
||||
features: [
|
||||
"Expert barbers ready to serve", "Fast service, quality results", "Walk-ins always welcome"],
|
||||
"Expert barbers ready to serve", "Fast service, quality results", "Walk-ins always welcome"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "directions", badge: "Map & Navigate", badgeIcon: Navigation,
|
||||
price: "4508 Matlock Rd", subtitle: "Arlington, TX 76018", buttons: [
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=4508+Matlock+Rd+%23150+Arlington+TX+76018"},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=4508+Matlock+Rd+%23150+Arlington+TX+76018"
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Easy to find location", "Plenty of parking", "Open 7 days a week"],
|
||||
"Easy to find location", "Plenty of parking", "Open 7 days a week"
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user