Compare commits
1 Commits
798809d605
...
version_3
| Author | SHA1 | Date | |
|---|---|---|---|
| 87f3325b5e |
@@ -6,10 +6,12 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import { Zap, Star, Sparkles, CreditCard, Heart } from "lucide-react";
|
import { Zap, Star, Sparkles, CreditCard, Heart } from "lucide-react";
|
||||||
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -155,6 +157,40 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="testimonials" data-section="testimonials">
|
||||||
|
<TestimonialCardSix
|
||||||
|
title="What Our Customers Say"
|
||||||
|
description="Discover why millions of people worldwide choose iPhone for their daily needs."
|
||||||
|
tag="Reviews"
|
||||||
|
tagIcon={Heart}
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
animationType="slide-up"
|
||||||
|
speed={40}
|
||||||
|
topMarqueeDirection="left"
|
||||||
|
testimonials={[
|
||||||
|
{
|
||||||
|
id: "1", name: "Sarah Chen", handle: "@sarahchen", testimonial: "The camera quality is absolutely stunning. I've switched from another brand and haven't looked back since. Best phone purchase ever!", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2", name: "Marcus Johnson", handle: "@mjohnson", testimonial: "Battery life gets me through the entire day. The performance is incredibly smooth and the build quality feels premium.", imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Marcus Johnson"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3", name: "Elena Rodriguez", handle: "@elena_tech", testimonial: "I love how seamlessly it works with my Mac and iPad. The ecosystem integration is unbeatable.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Elena Rodriguez"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4", name: "David Kim", handle: "@davidkim_pro", testimonial: "Professional-grade camera system for photography. Night mode is revolutionary. Worth every penny for content creators.", imageSrc: "https://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "David Kim"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "5", name: "Jessica Walsh", handle: "@jwalsh_design", testimonial: "The design is minimalist and elegant. It feels like holding a piece of technology art. Performance is flawless.", imageSrc: "https://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Jessica Walsh"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "6", name: "Thomas Anderson", handle: "@tanderson", testimonial: "Been using iPhone for years. Each generation gets better. This is the best one yet. Highly recommend!", imageSrc: "https://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Thomas Anderson"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="Why Choose iPhone"
|
title="Why Choose iPhone"
|
||||||
@@ -192,6 +228,51 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="team" data-section="team">
|
||||||
|
<TeamCardOne
|
||||||
|
members={[
|
||||||
|
{ id: "1", name: "John Doe", role: "Lead Developer", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "John Doe" },
|
||||||
|
{ id: "2", name: "Jane Smith", role: "UX Designer", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Jane Smith" },
|
||||||
|
{ id: "3", name: "Mike Johnson", role: "Marketing Specialist", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Mike Johnson" },
|
||||||
|
{ id: "4", name: "Emily Davis", role: "iOS Developer", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Emily Davis" }
|
||||||
|
]}
|
||||||
|
carouselMode="buttons"
|
||||||
|
gridVariant="grid-2"
|
||||||
|
uniformGridCustomHeightClasses=""
|
||||||
|
animationType="3d-flip"
|
||||||
|
title="Our Team"
|
||||||
|
description="Meet the team behind the iPhone app, dedicated to bringing you the best mobile experience."
|
||||||
|
tag="iPhone"
|
||||||
|
tagIcon="Smartphone"
|
||||||
|
buttons={[
|
||||||
|
{ label: "Contact", href: "#contact", variant: "primary" },
|
||||||
|
{ label: "Learn More", href: "#about", variant: "secondary" }
|
||||||
|
]}
|
||||||
|
textboxLayout="vertical"
|
||||||
|
useInvertedBackground="light"
|
||||||
|
ariaLabel="Team Members"
|
||||||
|
className=""
|
||||||
|
containerClassName=""
|
||||||
|
cardClassName=""
|
||||||
|
textBoxTitleClassName=""
|
||||||
|
textBoxTitleImageWrapperClassName=""
|
||||||
|
textBoxTitleImageClassName=""
|
||||||
|
textBoxDescriptionClassName=""
|
||||||
|
imageClassName=""
|
||||||
|
overlayClassName=""
|
||||||
|
nameClassName=""
|
||||||
|
roleClassName=""
|
||||||
|
gridClassName=""
|
||||||
|
carouselClassName=""
|
||||||
|
controlsClassName=""
|
||||||
|
textBoxClassName=""
|
||||||
|
textBoxTagClassName=""
|
||||||
|
textBoxButtonContainerClassName=""
|
||||||
|
textBoxButtonClassName=""
|
||||||
|
textBoxButtonTextClassName=""
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
Reference in New Issue
Block a user