17 Commits

Author SHA1 Message Date
7631ad6c18 Merge version_4 into main
Merge version_4 into main
2026-05-27 18:03:20 +00:00
8eabe7f184 Update src/app/page.tsx 2026-05-27 18:03:14 +00:00
a9973e4237 Merge version_4 into main
Merge version_4 into main
2026-05-27 18:02:45 +00:00
23396492b2 Update src/app/page.tsx 2026-05-27 18:02:42 +00:00
0e77684695 Merge version_3 into main
Merge version_3 into main
2026-05-27 17:56:30 +00:00
e99965c323 Update src/app/page.tsx 2026-05-27 17:56:27 +00:00
8fb32c6b82 Merge version_2 into main
Merge version_2 into main
2026-05-27 17:53:44 +00:00
6d3807b2e9 Update src/app/page.tsx 2026-05-27 17:53:38 +00:00
f3c64eacd1 Merge version_2 into main
Merge version_2 into main
2026-05-27 17:53:17 +00:00
da2593279f Update src/app/page.tsx 2026-05-27 17:53:14 +00:00
a236292643 Merge version_2 into main
Merge version_2 into main
2026-05-27 17:52:28 +00:00
9e2557ecd9 Update src/app/page.tsx 2026-05-27 17:52:22 +00:00
5bae1881d0 Merge version_2 into main
Merge version_2 into main
2026-05-27 17:51:57 +00:00
595baeeb42 Update src/app/page.tsx 2026-05-27 17:51:54 +00:00
509463b9bb Merge version_2 into main
Merge version_2 into main
2026-05-27 17:51:09 +00:00
5442703557 Update src/app/page.tsx 2026-05-27 17:51:06 +00:00
07ba543826 Merge version_1 into main
Merge version_1 into main
2026-05-27 17:22:08 +00:00

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -13,7 +13,7 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, Cake, Crown, Gift, HelpCircle, MessageSquareText, ShoppingBag, Sparkles, Star, Users } from "lucide-react"; import { Scissors, Users, MessageSquareText, HelpCircle, Sparkles, ShoppingBag, Phone, Mail, MapPin, Clock, Brush, GripVertical, CalendarDays } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -34,13 +34,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", id: "#hero"}, name: "Home", id: "/"},
{ {
name: "About", id: "#about"}, name: "About", id: "#about"},
{ {
name: "Collections", id: "#features"}, name: "Services", id: "/services"},
{ {
name: "Menu", id: "#products"}, name: "Our Craft", id: "#features"},
{
name: "Products", id: "#products"},
{ {
name: "Pricing", id: "#pricing"}, name: "Pricing", id: "#pricing"},
{ {
@@ -52,11 +54,11 @@ export default function LandingPage() {
{ {
name: "Contact", id: "#contact"}, name: "Contact", id: "#contact"},
]} ]}
logoSrc="http://img.b2bpic.net/free-psd/baked-goods-landing-page-template_23-2150415798.jpg" logoSrc="http://img.b2bpic.net/free-photo/barber-shop-logo_1048-22009.jpg"
logoAlt="Chef Gedion Cake Logo" logoAlt="The Sharp Cut Barbershop Logo"
brandName="Chef Gedion Cake" brandName="The Sharp Cut Barbershop"
button={{ button={{
text: "Order Now", href: "#contact"}} text: "Book Now", href: "/booking"}}
/> />
</div> </div>
@@ -64,31 +66,31 @@ export default function LandingPage() {
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "plain"}} variant: "plain"}}
title="Crafted with Passion, Baked to Perfection" title="Precision Cuts & Classic Shaves for the Modern Gentleman"
description="Experience the artistry of Chef Gedion's exquisite cakes. We turn your sweetest dreams into delicious realities, perfect for any celebration." description="Experience the finest grooming services in a relaxed, classic barbershop setting. Our skilled barbers are dedicated to crafting your perfect look."
tag="Chef Gedion Cake" tag="The Sharp Cut Barbershop"
tagIcon={Star} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Explore Our Menu", href: "#products"}, text: "View Services", href: "/services"},
{ {
text: "Order Custom Cake", href: "#contact"}, text: "Book an Appointment", href: "/booking"},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-roll-with-raspberry-jam-butter-cream_114579-62767.jpg", imageAlt: "Elegant multi-tiered wedding cake with delicate floral decoration"}, imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-client_1048-22006.jpg?_wi=1", imageAlt: "Barber expertly shaving a client's beard"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/heart-cakes_1157-707.jpg", imageAlt: "Assortment of festive cupcakes and mini desserts"}, imageSrc: "http://img.b2bpic.net/free-photo/client-gets-haircut-barber-shop_1048-22007.jpg?_wi=1", imageAlt: "Client receiving a fresh haircut at a barbershop"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-colorful-sprinkles-scattered-from-small-bucket-black_140725-12253.jpg", imageAlt: "Colorful birthday cake with sprinkles and candles"}, imageSrc: "http://img.b2bpic.net/free-photo/vintage-barber-tools_1048-22008.jpg", imageAlt: "Vintage barber tools laid out on a wooden counter"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pink-cookies-delicious-yummy-along-with-colorful-candies-pink-cookie-biscuit-candy-sugar_140725-24855.jpg", imageAlt: "Close-up of a pastry chef meticulously decorating a custom cake"}, imageSrc: "http://img.b2bpic.net/free-photo/man-barber-shop_1048-22010.jpg", imageAlt: "Stylish man relaxing in a barbershop chair"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/fresh-braided-pastry-marble_114579-72069.jpg", imageAlt: "Luxurious chocolate cake with fresh berries and gold leaf accents"}, imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-hair-clipper-close-up_1048-22021.jpg", imageAlt: "Close-up of a barber cutting hair with clippers"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cookies-with-orange-jam-inside-red-plate-blue-background_140725-58456.jpg", imageAlt: "Artfully arranged display of French pastries and macarons"}, imageSrc: "http://img.b2bpic.net/free-photo/barber-scissors-and-comb-on-hair_1048-22022.jpg", imageAlt: "Barber's scissors and comb during a haircut"}
]} ]}
/> />
</div> </div>
@@ -96,21 +98,21 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<MetricSplitMediaAbout <MetricSplitMediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="The Art of Baking by Chef Gedion" title="Crafting Confidence, One Cut at a Time"
description="With years of dedication and a deep passion for confectionery, Chef Gedion transforms simple ingredients into edible masterpieces. Every cake is a testament to quality, creativity, and a relentless pursuit of flavor perfection. From classic recipes to innovative designs, we bake joy into every slice." description="At The Sharp Cut, we believe a great haircut is more than just a trim—it's an experience. With decades of combined expertise, our barbers are dedicated to precision, style, and making every client feel their best. We blend traditional techniques with modern trends to deliver unparalleled grooming."
metrics={[ metrics={[
{ {
value: "10+", title: "Years Experience"}, value: "20+", title: "Years Experience"},
{ {
value: "500+", title: "Happy Clients"}, value: "10k+", title: "Happy Clients"},
{ {
value: "100%", title: "Handmade"}, value: "5-Star", title: "Ratings"},
]} ]}
tag="Our Story" tag="Our Legacy"
tagIcon={Award} tagIcon={Scissors}
tagAnimation="slide-up" tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-453.jpg" imageSrc="http://img.b2bpic.net/free-photo/barber-shaving-beard-client_1048-22006.jpg?_wi=2"
imageAlt="Chef Gedion meticulously decorating a cake with frosting" imageAlt="Barber carefully grooming a client's beard"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -125,22 +127,19 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
features={[ features={[
{ {
title: "Exquisite Wedding Cakes", description: "Design the wedding cake of your dreams with Chef Gedion. From elegant multi-tiered marvels to charming rustic designs, we create unforgettable centerpieces for your special day.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-table-with-sweets-celebration_8353-9630.jpg", imageAlt: "Elegant white multi-tiered wedding cake with delicate floral decorations", button: { title: "Masterful Haircuts", description: "From classic fades to modern styles, our barbers are experts in the art of hair cutting, ensuring a sharp, personalized look tailored to you.", imageSrc: "http://img.b2bpic.net/free-photo/client-gets-haircut-barber-shop_1048-22007.jpg?_wi=2", imageAlt: "Barber giving a precise haircut to a client", button: {
text: "View Gallery", href: "#products"}, text: "See Our Styles", href: "/services"}},
},
{ {
title: "Personalized Birthday Creations", description: "Celebrate with a cake as unique as you are! We craft custom birthday cakes, cupcakes, and dessert tables tailored to your theme, taste, and wildest imagination.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-cake-near-guests-birthday-party_23-2147783692.jpg", imageAlt: "Vibrant and colorful birthday cake adorned with candles and confetti", button: { title: "Luxurious Hot Lather Shaves", description: "Indulge in our signature hot lather shave, a timeless tradition for ultimate relaxation and an incredibly smooth finish.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-client_1048-22006.jpg?_wi=3", imageAlt: "Close-up of a hot lather shave in progress", button: {
text: "Customize Yours", href: "#contact"}, text: "Book a Shave", href: "/booking"}},
},
{ {
title: "Sophisticated Corporate Events", description: "Impress your clients and colleagues with bespoke desserts for corporate events. From branded cakes to elegant mini pastries, we add a touch of sweetness to your professional gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/festive-sweet-buffet_78826-2499.jpg", imageAlt: "Sophisticated corporate cake with a company logo, suitable for events", button: { title: "Expert Beard Trimming & Styling", description: "Keep your beard looking its best with our professional trimming, shaping, and conditioning services.", imageSrc: "http://img.b2bpic.net/free-photo/barber-grooming-beard_1048-22006.jpg", imageAlt: "Barber meticulously trimming a client's beard", button: {
text: "Request Quote", href: "#contact"}, text: "Explore Beard Care", href: "/services"}},
},
]} ]}
title="Our Signature Cake Collections" title="Our Signature Grooming Services"
description="Discover our diverse range of custom-baked goods, crafted for every occasion and taste. Experience unparalleled quality and artistry." description="Discover the full range of services designed to refine your style and elevate your grooming routine. We combine skill with a passion for perfection."
tag="What We Offer" tag="What We Offer"
tagIcon={Cake} tagIcon={Brush}
tagAnimation="slide-up" tagAnimation="slide-up"
/> />
</div> </div>
@@ -154,27 +153,27 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
products={[ products={[
{ {
id: "p-chocolate", brand: "Chef Gedion", name: "Chocolate Indulgence", price: "$55.00", rating: 5, id: "p-pomade", brand: "The Sharp Cut", name: "Classic Hold Pomade", price: "$22.00", rating: 5,
reviewCount: "230", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-roll-with-raspberry-jam-butter-cream_114579-52504.jpg", imageAlt: "Decadent chocolate fudge cake with rich ganache"}, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/hair-pomade_1048-22015.jpg", imageAlt: "Jar of classic hold pomade for men's hair"},
{ {
id: "p-red-velvet", brand: "Chef Gedion", name: "Classic Red Velvet", price: "$50.00", rating: 5, id: "p-beard-oil", brand: "The Sharp Cut", name: "Premium Beard Oil", price: "$28.00", rating: 4.9,
reviewCount: "190", imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cake_1232-2079.jpg", imageAlt: "Moist red velvet cake with creamy cream cheese frosting"}, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/beard-oil_1048-22016.jpg", imageAlt: "Bottle of premium beard oil with natural ingredients"},
{ {
id: "p-vanilla", brand: "Chef Gedion", name: "Vanilla Bean Dream", price: "$45.00", rating: 4.9, id: "p-aftershave", brand: "The Sharp Cut", name: "Soothing Aftershave Balm", price: "$20.00", rating: 4.8,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/pretty-white-cake-with-flags_23-2147669177.jpg", imageAlt: "Light and fluffy vanilla bean cake with delicate frosting"}, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/aftershave-balm_1048-22017.jpg", imageAlt: "Soothing aftershave balm in a glass bottle"},
{ {
id: "p-lemon", brand: "Chef Gedion", name: "Zesty Lemon Delight", price: "$48.00", rating: 4.8, id: "p-shampoo", brand: "The Sharp Cut", name: "Daily Revitalizing Shampoo", price: "$18.00", rating: 4.7,
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/background-brunch-bacon-muffin-bread_1203-4638.jpg", imageAlt: "Refreshing lemon poppy seed cake with a vibrant glaze"}, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/mens-shampoo_1048-22018.jpg", imageAlt: "Men's shampoo bottle for daily use"},
{ {
id: "p-carrot", brand: "Chef Gedion", name: "Rustic Carrot Spice", price: "$52.00", rating: 4.9, id: "p-conditioner", brand: "The Sharp Cut", name: "Hydrating Conditioner", price: "$18.00", rating: 4.7,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-celebration-with-delicious-food_23-2151865750.jpg", imageAlt: "Hearty carrot cake with cream cheese frosting and walnuts"}, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/mens-conditioner_1048-22019.jpg", imageAlt: "Men's hair conditioner bottle"},
{ {
id: "p-strawberry", brand: "Chef Gedion", name: "Strawberry Bliss", price: "$58.00", rating: 5, id: "p-shave-brush", brand: "The Sharp Cut", name: " badger Hair Shave Brush", price: "$35.00", rating: 5,
reviewCount: "175", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727727.jpg", imageAlt: "Fresh strawberry shortcake with whipped cream and fresh berries"}, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/shave-brush_1048-22020.jpg", imageAlt: "Classic badger hair shaving brush"}
]} ]}
title="Our Bestselling Cakes" title="Premium Grooming Products"
description="Indulge in our most loved creations. Each cake is baked with the finest ingredients and Chef Gedion's secret touch, guaranteeing a delightful experience." description="Maintain your refined look at home with our exclusive line of barber-approved grooming products. Crafted for quality, designed for the modern gentleman."
tag="Our Menu" tag="Shop Essentials"
tagIcon={ShoppingBag} tagIcon={ShoppingBag}
tagAnimation="slide-up" tagAnimation="slide-up"
/> />
@@ -187,24 +186,24 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "p-basic", tag: "Standard Celebration", tagIcon: Sparkles, id: "p-basic-cut", tag: "The Standard", tagIcon: Scissors,
price: "Starting at $150", period: "per custom cake", description: "Perfect for smaller gatherings, intimate birthdays, or unique personal treats. Basic design with delicious flavors.", button: { price: "$35", period: "per service", description: "A precise haircut tailored to your style, finished with a clean lineup. Perfect for regular maintenance.", button: {
text: "Enquire Now", href: "#contact"}, text: "Book Now", href: "/booking"},
featuresTitle: "Includes:", features: [ featuresTitle: "Includes:", features: [
"Single-tier cake (up to 8\")", "Choice of 3 classic flavors", "Simple frosting design", "Local delivery (within 10 miles)"], "Consultation", "Haircut & Style", "Neck Shave", "Hot Towel Finish"],
}, },
{ {
id: "p-premium", tag: "Grand Celebration", tagIcon: Crown, id: "p-full-groom", tag: "The Executive", tagIcon: GripVertical,
price: "Starting at $350", period: "per custom cake", description: "Elevate your special event with a show-stopping cake designed for larger parties and memorable moments. Exquisite taste and intricate designs.", button: { price: "$60", period: "per service", description: "The ultimate grooming experience: a premium haircut combined with a luxurious hot lather shave.", button: {
text: "Book Consultation", href: "#contact"}, text: "Book Signature", href: "/booking"},
featuresTitle: "Includes:", features: [ featuresTitle: "Includes:", features: [
"Multi-tier cake (up to 3 tiers)", "Choice of premium flavors & fillings", "Intricate custom design work", "Complimentary tasting session", "Extended delivery options"], "Full Consultation", "Signature Haircut & Style", "Hot Lather Full Face Shave", "Beard Trim & Shape (if applicable)", "Facial Steamer Treatment", "Premium Aftershave Application"],
}, },
]} ]}
title="Custom Cake Pricing & Packages" title="Our Services & Pricing"
description="Every celebration is unique, and so should be its cake. Explore our packages or contact us for a personalized quote tailored to your vision." description="Explore our range of grooming services, from quick trims to full pampering experiences. Find the perfect package to suit your needs."
tag="Tailored Sweetness" tag="Transparent Pricing"
tagIcon={Gift} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
/> />
</div> </div>
@@ -216,17 +215,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
groups={[ groups={[
{ {
id: "g-leadership", groupTitle: "Our Culinary Team", members: [ id: "g-barbers", groupTitle: "Our Skilled Barbers", members: [
{ {
id: "m-gedion", title: "Chef Gedion", subtitle: "Founder & Head Pastry Chef", detail: "With over a decade of experience, Chef Gedion leads our kitchen with innovative techniques and an unwavering commitment to quality. His passion for baking is evident in every creation.", imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen_23-2148006679.jpg", imageAlt: "Portrait of Chef Gedion, the founder and head pastry chef"}, id: "m-john", title: "John 'The Cutter' Doe", subtitle: "Master Barber & Stylist", detail: "With over 15 years in the industry, John is renowned for his precision fades and classic straight razor shaves. He's passionate about delivering a flawless look every time.", imageSrc: "http://img.b2bpic.net/free-photo/barber-man_1048-22011.jpg", imageAlt: "Portrait of Master Barber John Doe"},
{ {
id: "m-assistant", title: "Emily R.", subtitle: "Pastry Assistant", detail: "Emily brings creativity and precision to the team, assisting Chef Gedion in bringing complex cake designs to life. Her keen eye for detail ensures every cake is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-carrying-stack-baked-breads_1170-2313.jpg", imageAlt: "Portrait of Emily, a pastry assistant"}, id: "m-mike", title: "Mike 'The Blade' Smith", subtitle: "Senior Barber", detail: "Mike specializes in modern styles and intricate beard designs. His keen eye for detail ensures every client leaves feeling sharp and confident.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-team_1048-22011.jpg", imageAlt: "Portrait of Senior Barber Mike Smith"}
] ]
}, },
]} ]}
title="Meet the Mastermind Behind the Magic" title="Meet Our Expert Barbers"
description="Our dedicated team of pastry artists works tirelessly to create edible works of art. Get to know the passionate individuals who make your sweet dreams come true." description="Our team of experienced and passionate barbers are dedicated to providing you with the highest quality grooming services. Get to know the professionals behind The Sharp Cut."
tag="The Bakers" tag="The Professionals"
tagIcon={Users} tagIcon={Users}
tagAnimation="slide-up" tagAnimation="slide-up"
/> />
@@ -237,24 +236,24 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "t-1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/man-celebrating-birthday-blowing-candle-cake-making-wish-standing-white-background_1258-162821.jpg", imageAlt: "Smiling woman holding a slice of cake"}, id: "t-1", name: "Ethan R.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-customer-testimonial_1048-22012.jpg", imageAlt: "Happy client smiling after a haircut"},
{ {
id: "t-2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/celebration-holiday-concept-hopeful-guy-cross-fingers-making-birthday-wish-cake-candle-st_1258-172063.jpg", imageAlt: "Man admiring a beautifully decorated custom cake"}, id: "t-2", name: "Liam P.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-customer-testimonial-2_1048-22012.jpg", imageAlt: "Satisfied customer showing off his new style"},
{ {
id: "t-3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-clinking-glasses_23-2149152924.jpg", imageAlt: "Happy couple cutting their wedding cake"}, id: "t-3", name: "Noah S.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-customer-testimonial-3_1048-22012.jpg", imageAlt: "Client giving a thumbs up after a hot shave"},
{ {
id: "t-4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/cute-family-playing-summer-yard_1157-37404.jpg", imageAlt: "Family gathered around a festive birthday cake"}, id: "t-4", name: "Caleb M.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-customer-testimonial-4_1048-22012.jpg", imageAlt: "Young man looking pleased with his beard trim"},
{ {
id: "t-5", name: "Olivia W.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mother-daughter-with-speech-bubble_23-2147788255.jpg", imageAlt: "Woman posing happily with her custom-ordered cake"}, id: "t-5", name: "Mason T.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-customer-testimonial-5_1048-22012.jpg", imageAlt: "Client leaving the barbershop with a fresh cut"},
{ {
id: "t-6", name: "James B.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-middleaged-man-glasses-gray-sweater-looking-tempted-delicious-cake-wa_1258-130928.jpg", imageAlt: "Man smiling with a large cake order"}, id: "t-6", name: "Jacob W.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-customer-testimonial-6_1048-22012.jpg", imageAlt: "Gentleman enjoying the barbershop experience"}
]} ]}
cardTitle="Our Clients Love Our Cakes!" cardTitle="Our Clients Speak for Themselves!"
cardTag="Sweet Words" cardTag="Raving Reviews"
cardTagIcon={MessageSquareText} cardTagIcon={MessageSquareText}
buttons={[ buttons={[
{ {
text: "Read More Reviews", href: "#"}, text: "Read All Testimonials", href: "#"},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
cardAnimation="slide-up" cardAnimation="slide-up"
@@ -267,26 +266,30 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", title: "How far in advance should I place my order?", content: "For custom cakes, we recommend placing your order at least 2-4 weeks in advance. For larger events like weddings, 2-3 months is ideal to ensure availability and ample time for consultation and design."}, id: "q1", title: "Do I need an appointment, or can I walk in?", content: "While walk-ins are always welcome, we highly recommend booking an appointment to guarantee your preferred time slot and barber. You can easily schedule online or call us directly."},
{ {
id: "q2", title: "Do you offer delivery services?", content: "Yes, we offer local delivery within a 20-mile radius for an additional fee. Delivery for larger event cakes can be arranged further out. Please inquire about specific delivery charges and distances when placing your order."}, id: "q2", title: "What services do you offer?", content: "We offer a full range of barbering services, including precision haircuts, classic hot lather shaves, beard trims and styling, head shaves, and grooming product recommendations. Check our 'Services' section for details."},
{ {
id: "q3", title: "Can you accommodate dietary restrictions?", content: "We strive to cater to various dietary needs. We offer gluten-free, dairy-free, and nut-free options. Please discuss your specific restrictions during your consultation, and we will do our best to create a delicious and safe cake for you."}, id: "q3", title: "What products do you use and recommend?", content: "We use and stock a selection of premium grooming products, from pomades and beard oils to aftershave balms. Our barbers can recommend the best products for your hair and skin type."},
{ {
id: "q4", title: "What flavors and fillings do you offer?", content: "Our menu boasts a wide range of classic and gourmet flavors, from rich chocolate and vanilla bean to exotic fruit infusions. We also have an extensive selection of fillings and frostings. A full menu will be provided during your consultation."}, id: "q4", title: "How often should I get a haircut?", content: "For most styles, we recommend a trim every 2-4 weeks to maintain shape and freshness. For shorter styles, you might prefer every 1-2 weeks, while longer styles can go 4-6 weeks."},
{
id: "q5", title: "Do you offer gift cards?", content: "Yes, we do! Treat someone to the ultimate grooming experience with a Sharp Cut Barbershop gift card, available for purchase in-store or online."},
{
id: "q6", title: "What are your operating hours?", content: "Our hours are Monday-Friday: 9 AM - 7 PM and Saturday: 10 AM - 5 PM. We are closed on Sundays. Please refer to our 'Contact' or 'Footer' section for the most up-to-date hours."}
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/ai-generated-cake-picture_23-2150649274.jpg" imageSrc="http://img.b2bpic.net/free-photo/barber-shop-faq_1048-22013.jpg"
imageAlt="Beautifully decorated cake with various pastries in the background" imageAlt="Barber answering questions from a client"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="left" mediaPosition="left"
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find answers to common questions about our cakes, ordering process, and services. If you don't see your question here, feel free to contact us directly!" description="Have questions about our services, booking, or products? Find quick answers here. Your grooming journey starts with clarity."
tag="Got Questions?" tag="Got Questions?"
tagIcon={HelpCircle} tagIcon={HelpCircle}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Ask Us Anything", href: "#contact"}, text: "Contact Us Directly", href: "#contact"},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -294,64 +297,77 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain"}} variant: "plain"}}
text="Ready to turn your vision into a delectable reality? Contact Chef Gedion Cake today to discuss your custom order, get a quote, or simply share your sweet ideas. We can't wait to bake for you!" tag="Get in Touch"
buttons={[ tagIcon={CalendarDays}
{ title="Book Your Appointment or Visit Us"
text: "Get a Free Quote", href: "mailto:info@gedioncake.com"}, description="Ready for a fresh look? Schedule your visit online today or stop by our classic barbershop. We are conveniently located and eager to provide you with an exceptional grooming experience."
{ imageSrc="http://img.b2bpic.net/free-photo/barber-shop-interior-design_1048-22003.jpg?_wi=3"
text: "Call Us Now", href: "tel:+1234567890"}, imageAlt="Modern barbershop interior with barber chairs"
]} mediaPosition="right"
mediaAnimation="slide-up"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterBaseCard
imageSrc="http://img.b2bpic.net/free-photo/nomad-family-concept-with-hot-drinks-outdoors_23-2149302409.jpg" logoSrc="http://img.b2bpic.net/free-photo/barber-shop-logo_1048-22009.jpg"
imageAlt="Artistic background image with blurred cake elements" logoAlt="The Sharp Cut Barbershop Logo"
logoSrc="http://img.b2bpic.net/free-psd/baked-goods-landing-page-template_23-2150415798.jpg" logoText="The Sharp Cut Barbershop"
logoAlt="Chef Gedion Cake Logo"
logoText="Chef Gedion Cake"
columns={[ columns={[
{ {
title: "Quick Links", items: [ title: "Quick Links", items: [
{ {
label: "Home", href: "#hero"}, label: "Home", href: "/"},
{ {
label: "Menu", href: "#products"}, label: "Services", href: "/services"},
{ {
label: "Custom Orders", href: "#pricing"}, label: "Book Now", href: "/booking"},
{ {
label: "Testimonials", href: "#testimonials"}, label: "Our Team", href: "#team"},
], ],
}, },
{ {
title: "Services", items: [ title: "Services", items: [
{ {
label: "Wedding Cakes", href: "#features"}, label: "Haircuts", href: "/services"},
{ {
label: "Birthday Cakes", href: "#features"}, label: "Shaves", href: "/services"},
{ {
label: "Corporate Events", href: "#features"}, label: "Beard Trims", href: "/services"},
{ {
label: "Dietary Options", href: "#faq"}, label: "Products", href: "#products"},
], ],
}, },
{ {
title: "Contact Us", items: [ title: "Visit Us", items: [
{ {
label: "Email: info@gedioncake.com", href: "mailto:info@gedioncake.com"}, label: "123 Grooming Ave, Style City, SC 12345", href: "https://maps.app.goo.gl/YourBarbershopLocation"},
{ {
label: "Phone: +1 (234) 567-8900", href: "tel:+12345678900"}, label: "(123) 456-7890", href: "tel:+11234567890"},
{ {
label: "Location: Your City, ST 12345", href: "#"}, label: "info@sharpcut.com", href: "mailto:info@sharpcut.com"}
], ],
}, },
{
title: "Hours & Socials", items: [
{
label: "Mon-Fri: 9 AM - 7 PM", href: "#"},
{
label: "Sat: 10 AM - 5 PM", href: "#"},
{
label: "Sun: Closed", href: "#"},
{
label: "Facebook", href: "https://facebook.com/TheSharpCut"},
{
label: "Instagram", href: "https://instagram.com/TheSharpCut"}
]
}
]} ]}
copyrightText="© 2024 Chef Gedion Cake. All rights reserved." copyrightText="© 2024 The Sharp Cut Barbershop. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>