Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5015e3b1c | |||
| d97d4bf0dc | |||
| c87052a7fc | |||
| fac8f6f116 | |||
| acb54be6b5 |
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -52,17 +52,23 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-laptop-smartphone-earphones-light-blue-surface_181624-29567.jpg", imageAlt: "Premium product showcase"},
|
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-laptop-smartphone-earphones-light-blue-surface_181624-29567.jpg", imageAlt: "Premium product showcase"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/animated-eraser-mouse-still-life_52683-101647.jpg", imageAlt: "Elegant technology display"},
|
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/animated-eraser-mouse-still-life_52683-101647.jpg", imageAlt: "Elegant technology display"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", imageSrc: "http://img.b2bpic.net/free-vector/minimal-geometric-landing-page_23-2148338866.jpg", imageAlt: "Minimalist product design"},
|
id: "3", imageSrc: "http://img.b2bpic.net/free-vector/minimal-geometric-landing-page_23-2148338866.jpg", imageAlt: "Minimalist product design"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-lipsticks_23-2149030356.jpg", imageAlt: "Modern tech showcase"},
|
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-lipsticks_23-2149030356.jpg", imageAlt: "Modern tech showcase"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-types-squid-ink-pasta-bowls_23-2148340457.jpg", imageAlt: "Luxury gadget presentation"},
|
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-types-squid-ink-pasta-bowls_23-2148340457.jpg", imageAlt: "Luxury gadget presentation"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349187.jpg", imageAlt: "Premium device collection"},
|
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349187.jpg", imageAlt: "Premium device collection"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
autoPlay={true}
|
autoPlay={true}
|
||||||
autoPlayInterval={5000}
|
autoPlayInterval={5000}
|
||||||
@@ -79,26 +85,33 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Zap,
|
icon: Zap,
|
||||||
title: "Lightning Fast", description: "Optimized performance ensures instant responsiveness and seamless user experience."},
|
title: "Lightning Fast", description: "Optimized performance ensures instant responsiveness and seamless user experience."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Shield,
|
icon: Shield,
|
||||||
title: "Secure by Default", description: "Enterprise-grade security protects your data with industry-leading encryption."},
|
title: "Secure by Default", description: "Enterprise-grade security protects your data with industry-leading encryption."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Palette,
|
icon: Palette,
|
||||||
title: "Beautifully Minimal", description: "Clean design language reduces complexity while maximizing functionality."},
|
title: "Beautifully Minimal", description: "Clean design language reduces complexity while maximizing functionality."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Zap,
|
icon: Zap,
|
||||||
title: "Always Connected", description: "Seamless synchronization across all your devices in real-time."},
|
title: "Always Connected", description: "Seamless synchronization across all your devices in real-time."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Heart,
|
icon: Heart,
|
||||||
title: "User-Focused", description: "Every detail designed with your needs and preferences in mind."},
|
title: "User-Focused", description: "Every detail designed with your needs and preferences in mind."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
title: "Award-Winning", description: "Recognized globally for design excellence and innovation."},
|
title: "Award-Winning", description: "Recognized globally for design excellence and innovation."
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
cardClassName="backdrop-blur-md bg-white/10 border border-white/20 rounded-2xl p-6 hover:bg-white/20 transition-all duration-300"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -115,6 +128,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="Our team workspace"
|
imageAlt="Our team workspace"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
cardClassName="backdrop-blur-md bg-white/10 border border-white/20 rounded-2xl p-8 hover:bg-white/15 transition-all duration-300"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -134,6 +148,7 @@ export default function LandingPage() {
|
|||||||
animationType="scale-rotate"
|
animationType="scale-rotate"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
cardClassName="backdrop-blur-md bg-white/10 border border-white/20 rounded-2xl p-6 hover:bg-white/15 transition-all duration-300"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -146,21 +161,27 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson, CEO of Tech Innovations", date: "Date: 15 January 2025", title: "Absolutely Transformative", quote: "This platform has completely changed how we work. The minimalist design combined with powerful features is exactly what we needed.", tag: "Premium Plan", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", imageAlt: "Sarah Johnson testimonial"},
|
id: "1", name: "Sarah Johnson, CEO of Tech Innovations", date: "Date: 15 January 2025", title: "Absolutely Transformative", quote: "This platform has completely changed how we work. The minimalist design combined with powerful features is exactly what we needed.", tag: "Premium Plan", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", imageAlt: "Sarah Johnson testimonial"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Michael Chen, CTO of Future Corp", date: "Date: 20 December 2024", title: "Exceptional Quality", quote: "The attention to detail is remarkable. Every interaction feels polished and purposeful. Highly recommended for any team.", tag: "Enterprise Plan", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-corporate-woman-young-intern-walks-street-office-holds-mobile-phone-texts_1258-194216.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-corporate-woman-young-intern-walks-street-office-holds-mobile-phone-texts_1258-194216.jpg", imageAlt: "Michael Chen testimonial"},
|
id: "2", name: "Michael Chen, CTO of Future Corp", date: "Date: 20 December 2024", title: "Exceptional Quality", quote: "The attention to detail is remarkable. Every interaction feels polished and purposeful. Highly recommended for any team.", tag: "Enterprise Plan", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-corporate-woman-young-intern-walks-street-office-holds-mobile-phone-texts_1258-194216.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-corporate-woman-young-intern-walks-street-office-holds-mobile-phone-texts_1258-194216.jpg", imageAlt: "Michael Chen testimonial"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Emily Rodriguez, Director at Innovate Labs", date: "Date: 10 November 2024", title: "Simply Outstanding", quote: "Clean design doesn't mean simplistic. This platform proves that simplicity and sophistication go hand in hand.", tag: "Pro Plan", avatarSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Emily Rodriguez testimonial"},
|
id: "3", name: "Emily Rodriguez, Director at Innovate Labs", date: "Date: 10 November 2024", title: "Simply Outstanding", quote: "Clean design doesn't mean simplistic. This platform proves that simplicity and sophistication go hand in hand.", tag: "Pro Plan", avatarSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Emily Rodriguez testimonial"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "David Kim, Founder of StartupXYZ", date: "Date: 05 October 2024", title: "Game Changer", quote: "The intuitive interface and powerful backend make this the perfect solution for growing teams. A true game changer.", tag: "Startup Plan", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg", imageAlt: "David Kim testimonial"},
|
id: "4", name: "David Kim, Founder of StartupXYZ", date: "Date: 05 October 2024", title: "Game Changer", quote: "The intuitive interface and powerful backend make this the perfect solution for growing teams. A true game changer.", tag: "Startup Plan", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg", imageAlt: "David Kim testimonial"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Jessica Lee, Product Manager at Design Hub", date: "Date: 22 September 2024", title: "Premium Experience", quote: "Everything about this is premium. The design, the performance, the customer support. This is what excellence looks like.", tag: "Premium Plan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5357.jpg", avatarAlt: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5357.jpg", imageAlt: "Jessica Lee testimonial"},
|
id: "5", name: "Jessica Lee, Product Manager at Design Hub", date: "Date: 22 September 2024", title: "Premium Experience", quote: "Everything about this is premium. The design, the performance, the customer support. This is what excellence looks like.", tag: "Premium Plan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5357.jpg", avatarAlt: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5357.jpg", imageAlt: "Jessica Lee testimonial"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Robert Martinez, Executive at Global Systems", date: "Date: 15 August 2024", title: "Best Decision Ever", quote: "We've tried many solutions, but this is the best. The combination of elegance and functionality is unmatched.", tag: "Enterprise Plan", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", avatarAlt: "Robert Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "Robert Martinez testimonial"},
|
id: "6", name: "Robert Martinez, Executive at Global Systems", date: "Date: 15 August 2024", title: "Best Decision Ever", quote: "We've tried many solutions, but this is the best. The combination of elegance and functionality is unmatched.", tag: "Enterprise Plan", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", avatarAlt: "Robert Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "Robert Martinez testimonial"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
cardClassName="backdrop-blur-md bg-white/10 border border-white/20 rounded-2xl p-6 hover:bg-white/15 transition-all duration-300"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -202,6 +223,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
bottomLeftText="© 2025 Apple. All rights reserved."
|
bottomLeftText="© 2025 Apple. All rights reserved."
|
||||||
bottomRightText="Designed with elegance and purpose."
|
bottomRightText="Designed with elegance and purpose."
|
||||||
|
containerClassName="backdrop-blur-md bg-white/5 border-t border-white/10"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user