Compare commits
1 Commits
c5054bb7fb
...
version_2
| Author | SHA1 | Date | |
|---|---|---|---|
| 2887d67f81 |
@@ -11,7 +11,6 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Zap, Star, Sparkles, CreditCard, Heart } from "lucide-react";
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -228,15 +227,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia faqs={[
|
||||
{ id: "1", title: "How do I set up my iPhone?", content: "Follow these steps to set up your new iPhone." },
|
||||
{ id: "2", title: "What are the best iPhone apps?", content: "Explore the top apps for productivity and entertainment." },
|
||||
{ id: "3", title: "How can I backup my iPhone?", content: "Learn how to backup your iPhone to iCloud or a computer." },
|
||||
{ id: "4", title: "What are the latest iPhone models?", content: "Discover the newest iPhone models with the latest features." }
|
||||
]} imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" imageAlt="iPhone" title="iPhone FAQs" description="Find answers to common questions about your iPhone." textboxLayout="vertical" useInvertedBackground="light" />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
|
||||
@@ -137,7 +137,7 @@ const HeroSplitDualMedia = ({
|
||||
<div className={cls("w-content-width mx-auto flex flex-col md:flex-row gap-13 md:gap-15 items-center relative z-10", containerClassName)}>
|
||||
<div className="w-full md:w-1/2">
|
||||
<TextBox
|
||||
title={title}
|
||||
title="Yo, Bob!"
|
||||
description={description}
|
||||
tag={tag}
|
||||
tagIcon={tagIcon}
|
||||
@@ -152,7 +152,7 @@ const HeroSplitDualMedia = ({
|
||||
center={true}
|
||||
/>
|
||||
<TextBox
|
||||
title={title}
|
||||
title="Yo, Bob!"
|
||||
description={description}
|
||||
tag={tag}
|
||||
tagIcon={tagIcon}
|
||||
|
||||
Reference in New Issue
Block a user