Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-02-22 12:15:46 +00:00
3 changed files with 5 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ export default function AboutPage() {
<TestimonialAboutCard
tag="Our Commitment"
tagIcon={Sparkles}
tagAnimation="reveal-blur"
tagAnimation="blur-reveal"
title="Unmatched Quality for an Unforgettable Experience"
description="At Hookah Haven, we are dedicated to sourcing only the finest hookah products. Every item in our collection is meticulously selected for its craftsmanship, durability, and ability to deliver a superior smoking session."
subdescription="Experience the difference with every puff."

View File

@@ -69,6 +69,7 @@ export default function ContactPage() {
imageSrc="https://img.b2bpic.net/free-photo/young-distraught-call-center-agent-communicating-with-client-while-using-desktop-pc-office_637285-6461.jpg"
imageAlt="Customer support representative assisting a client"
mediaPosition="left"
mediaAnimation="slide-up"
faqs={[
{ id: "1", title: "What payment methods do you accept?", content: "We accept major credit cards (Visa, MasterCard, Amex), PayPal, and other secure payment options. All transactions are encrypted for your security." },
{ id: "2", title: "How long does shipping take?", content: "Standard shipping typically takes 5-7 business days within the domestic region. International shipping times may vary. Expedited options are available at checkout." },
@@ -84,7 +85,7 @@ export default function ContactPage() {
tag="Get in Touch"
title="Have Questions? We're Here to Help."
description="Reach out to our friendly customer support team for any inquiries, product recommendations, or assistance with your order."
background={{ variant: "floatingGradient" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Your email address"
buttonText="Send Message"

View File

@@ -66,7 +66,7 @@ export default function HomePage() {
<HeroSplitKpi
title="Elevate Your Hookah Experience"
description="Discover a curated selection of premium hookahs, exquisite tobacco flavors, and high-quality accessories for the perfect session."
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "1000+", label: "Premium Products" },
{ value: "24/7", label: "Customer Support" },
@@ -142,7 +142,7 @@ export default function HomePage() {
tag="Get in Touch"
title="Have Questions? We're Here to Help."
description="Reach out to our friendly customer support team for any inquiries, product recommendations, or assistance with your order."
background={{ variant: "floatingGradient" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Your email address"
buttonText="Send Message"