Bob AI: remove testimonial section
This commit is contained in:
@@ -6,7 +6,6 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
|
|||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import { Sparkles, Star, Zap, Heart } from "lucide-react";
|
import { Sparkles, Star, Zap, Heart } from "lucide-react";
|
||||||
|
|
||||||
@@ -135,32 +134,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
|
||||||
<TestimonialCardTen
|
|
||||||
title="Loved by Fragrance Enthusiasts"
|
|
||||||
description="Discover why customers worldwide choose Kiss for their signature scents."
|
|
||||||
tag="Customer Reviews"
|
|
||||||
tagIcon={Heart}
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
id: "1", title: "My New Signature Scent", quote: "Rose Essence has become my go-to fragrance. The longevity is incredible and the scent profile is absolutely divine. I've received so many compliments!", name: "Jessica Chen", role: "Fragrance Enthusiast", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jessica Chen"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2", title: "Quality Beyond Compare", quote: "Kiss perfumes are crafted with such attention to detail. The ingredients are premium and you can tell the difference from the first spritz. Worth every penny!", name: "Sarah Mitchell", role: "Luxury Shopper", imageSrc: "https://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Sarah Mitchell"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3", title: "Perfect Gift Choice", quote: "I purchased Ocean Breeze as a gift and my friend absolutely loves it. The presentation is elegant and the scent is refreshing yet sophisticated.", name: "Emily Rodriguez", role: "Gift Buyer", imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4", title: "Customer Service Excellence", quote: "From browsing to purchase, Kiss provides an exceptional experience. Their team helped me find the perfect fragrance and the service was impeccable.", name: "Amanda Foster", role: "Regular Customer", imageSrc: "https://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "Amanda Foster"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
text="Ready to find your signature scent? Explore our complete collection and let Kiss help you discover the fragrance that tells your story."
|
text="Ready to find your signature scent? Explore our complete collection and let Kiss help you discover the fragrance that tells your story."
|
||||||
|
|||||||
Reference in New Issue
Block a user