Update src/app/about/page.tsx
This commit is contained in:
@@ -2,16 +2,15 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Sparkles, ShieldCheck } from 'lucide-react';
|
||||
import { Sparkles } from 'lucide-react';
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
@@ -60,14 +59,16 @@ export default function AboutPage() {
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
<MetricSplitMediaAbout
|
||||
tag="Our Commitment"
|
||||
tagIcon={Sparkles}
|
||||
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."
|
||||
icon={ShieldCheck}
|
||||
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. Experience the difference with every puff."
|
||||
metrics={[
|
||||
{ value: "100%", title: "Quality Guarantee" },
|
||||
{ value: "500+", title: "Premium Products Curated" }
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-vector/gradient-labels-collection-luxurious-hotel-experience_23-2150241639.jpg"
|
||||
imageAlt="Shield with a checkmark symbolizing quality"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user