diff --git a/src/app/page.tsx b/src/app/page.tsx
index 87458d0..7958362 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,6 +10,7 @@ import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
+import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
@@ -64,34 +65,16 @@ export default function HomePage() {
tagIcon={Sparkles}
products={[
{
- id: "1",
- name: "Midnight Essence",
- price: "$89.99",
- variant: "Black Oud • 50ml",
- imageSrc:
- "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg?_wi=1",
- imageAlt: "Midnight Essence fragrance bottle",
- isFavorited: false,
+ id: "1", name: "Midnight Essence", price: "$89.99", variant: "Black Oud • 50ml", imageSrc:
+ "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg", imageAlt: "Midnight Essence fragrance bottle", isFavorited: false,
},
{
- id: "2",
- name: "Golden Rose",
- price: "$79.99",
- variant: "Floral Rose • 50ml",
- imageSrc:
- "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=1",
- imageAlt: "Golden Rose fragrance bottle",
- isFavorited: false,
+ id: "2", name: "Golden Rose", price: "$79.99", variant: "Floral Rose • 50ml", imageSrc:
+ "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg", imageAlt: "Golden Rose fragrance bottle", isFavorited: false,
},
{
- id: "3",
- name: "Coastal Breeze",
- price: "$84.99",
- variant: "Fresh Citrus • 50ml",
- imageSrc:
- "http://img.b2bpic.net/free-vector/tropical-cards-with-golden-splashes_23-2148529990.jpg?_wi=1",
- imageAlt: "Coastal Breeze fragrance bottle",
- isFavorited: false,
+ id: "3", name: "Coastal Breeze", price: "$84.99", variant: "Fresh Citrus • 50ml", imageSrc:
+ "http://img.b2bpic.net/free-vector/tropical-cards-with-golden-splashes_23-2148529990.jpg", imageAlt: "Coastal Breeze fragrance bottle", isFavorited: false,
},
]}
gridVariant="uniform-all-items-equal"
@@ -105,10 +88,7 @@ export default function HomePage() {