8 Commits

Author SHA1 Message Date
016dba299e Merge version_3 into main
Merge version_3 into main
2026-05-18 10:06:52 +00:00
21f89f4b68 Update src/app/page.tsx 2026-05-18 10:06:49 +00:00
e6a269d68b Merge version_2 into main
Merge version_2 into main
2026-05-18 10:04:44 +00:00
4681881ede Update src/app/page.tsx 2026-05-18 10:04:41 +00:00
a555a65616 Merge version_2 into main
Merge version_2 into main
2026-05-18 10:04:20 +00:00
de9e3e64e5 Update src/app/page.tsx 2026-05-18 10:04:14 +00:00
c0e827dd5a Merge version_1 into main
Merge version_1 into main
2026-05-18 09:50:16 +00:00
71145c162b Merge version_1 into main
Merge version_1 into main
2026-05-18 09:49:46 +00:00

View File

@@ -10,7 +10,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
export default function LandingPage() {
@@ -45,7 +45,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
title="Nature's Purity for Your Hair"
description="Discover FAAB, the authentic Kuwaiti shampoo crafted entirely from natural ingredients to restore your hair's natural vitality."
imageSrc="http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtO7q9zlE2uLrKShAArRz7xM83/uploaded-1779098642094-4d1cs20s.jpg?_wi=1"
imageAlt="FAAB Natural Shampoo"
buttons={[
{ text: "Shop Now", href: "#products" },
@@ -74,23 +74,20 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Kuwaiti Craftsmanship"
description="FAAB was born in Kuwait with a simple mission: to provide the finest quality natural hair care. We believe in the power of nature, sourcing only the purest ingredients to ensure your hair receives the care it truly deserves."
imageSrc="http://img.b2bpic.net/free-photo/red-flower-glass-water-with-ink_23-2149372231.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtO7q9zlE2uLrKShAArRz7xM83/uploaded-1779098642094-4d1cs20s.jpg?_wi=2"
/>
</div>
<div id="products" data-section="products">
<ProductCardFour
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Essential Shampoo", price: "12.00 KWD", variant: "Normal Hair", imageSrc: "http://img.b2bpic.net/free-photo/beauty-set-layout-plain-background_23-2148241932.jpg" },
{ id: "p2", name: "Revitalizing Oil", price: "15.00 KWD", variant: "Dry Hair", imageSrc: "http://img.b2bpic.net/free-photo/still-life-dispenser-bottle_23-2150992109.jpg" },
{ id: "p3", name: "Botanical Wash", price: "10.00 KWD", variant: "Oily Hair", imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480160.jpg" },
{ id: "p4", name: "Deep Repair", price: "14.00 KWD", variant: "Damaged Hair", imageSrc: "http://img.b2bpic.net/free-photo/ecological-cleaning-products-concept_23-2148781951.jpg" },
{ id: "p5", name: "Scalp Relief", price: "13.00 KWD", variant: "Sensitive Scalp", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721413.jpg" },
{ id: "p6", name: "Daily Shine", price: "11.00 KWD", variant: "All Types", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242179.jpg" },
{ id: "p1", brand: "FAAB", name: "Essential Shampoo", price: "12.00 KWD", rating: 5, reviewCount: "(128)", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtO7q9zlE2uLrKShAArRz7xM83/uploaded-1779098642094-4d1cs20s.jpg?_wi=3" },
{ id: "p2", brand: "FAAB", name: "Revitalizing Oil", price: "15.00 KWD", rating: 5, reviewCount: "(94)", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtO7q9zlE2uLrKShAArRz7xM83/uploaded-1779098642094-4d1cs20s.jpg?_wi=4" },
{ id: "p3", brand: "FAAB", name: "Botanical Wash", price: "10.00 KWD", rating: 4, reviewCount: "(67)", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtO7q9zlE2uLrKShAArRz7xM83/uploaded-1779098642094-4d1cs20s.jpg?_wi=5" },
]}
title="Our Pure Collection"
description="Hand-picked natural formulas for every hair type."
@@ -104,16 +101,8 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "100% Natural", description: "No sulfates, no parabens, just pure ingredients.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-bowl-orchid_169016-2199.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-body-care-massage-products_23-2147844992.jpg" }
},
{
title: "Kuwaiti Origin", description: "Proudly formulated in Kuwait with the highest local standards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-various-beauty-care-products-sea-shells_23-2147845011.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wooden-brush-honey-oats-himalayan-rock-salt-essential-oil-bottle-with-primula-flowers-vase-concrete-background_23-2148087704.jpg" }
},
{
title: "Eco Friendly", description: "Sustainable packaging and cruelty-free processes.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-composition-with-healthy-ingredients_23-2147859417.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/from-brunette-sleeping-with-flowers_23-2147781260.jpg" }
title: "100% Natural", description: "No sulfates, no parabens, just pure ingredients.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtO7q9zlE2uLrKShAArRz7xM83/uploaded-1779098642094-4d1cs20s.jpg?_wi=6" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtO7q9zlE2uLrKShAArRz7xM83/uploaded-1779098642094-4d1cs20s.jpg?_wi=7" }
},
]}
showStepNumbers={false}
@@ -143,11 +132,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Fatima A.", handle: "@fatima", testimonial: "My hair has never felt healthier! FAAB is simply amazing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-caucasian-woman-with-light-natural-make-up-red-mini-dress_343596-3793.jpg" },
{ id: "2", name: "Noor M.", handle: "@noor", testimonial: "Natural and refreshing. Finally, a shampoo that works for me.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-european-tanned-woman-with-short-curly-hair-summer-romantic-long-sleeve-dress-dress-outside-villa_343596-1562.jpg" },
{ id: "3", name: "Sara H.", handle: "@sara", testimonial: "Love the smell and the ingredients. Very authentic brand.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-lady-with-wavy-hair-wearing-blue-sweater-posing-touching-her-hair-park_291650-593.jpg" },
{ id: "4", name: "Layla K.", handle: "@layla", testimonial: "My hair is so shiny now. Definitely recommend FAAB.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hairstyling-smiling-young-woman-demonstrating-hairstyling-tips_259150-60121.jpg" },
{ id: "5", name: "Huda A.", handle: "@huda", testimonial: "Great quality shampoo. Proud to support a local Kuwaiti brand.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-spring-flowers-wall_23-2148414415.jpg" },
{ id: "1", name: "Fatima A.", handle: "@fatima", testimonial: "My hair has never felt healthier! FAAB is simply amazing.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtO7q9zlE2uLrKShAArRz7xM83/uploaded-1779098642094-4d1cs20s.jpg?_wi=8" },
]}
showRating={true}
title="Loved by Thousands"
@@ -161,8 +146,6 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Are all ingredients natural?", content: "Yes, we use only plant-based organic ingredients." },
{ id: "f2", title: "Is FAAB Kuwaiti based?", content: "Absolutely, we are proud to be a Kuwaiti brand." },
{ id: "f3", title: "Where can I buy FAAB?", content: "Directly through our website or select local stockists." },
]}
title="Common Questions"
description="We've got answers."
@@ -178,7 +161,7 @@ export default function LandingPage() {
title="Get Fresh News"
description="Stay updated with our latest collections and tips."
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/product-branding-packaging_23-2150965821.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtO7q9zlE2uLrKShAArRz7xM83/uploaded-1779098642094-4d1cs20s.jpg?_wi=9"
/>
</div>