|
|
|
@@ -1,5 +1,4 @@
|
|
|
|
'use client';
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
|
|
|
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
|
|
|
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
|
|
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
|
|
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
|
|
|
@@ -9,88 +8,81 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
|
|
|
|
|
|
|
|
export default function Page() {
|
|
|
|
export default function Page() {
|
|
|
|
const navItems = [{ name: 'Home', id: '/' }];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<ThemeProvider
|
|
|
|
<ThemeProvider
|
|
|
|
defaultButtonVariant="text-stagger"
|
|
|
|
defaultButtonVariant="text-stagger"
|
|
|
|
defaultTextAnimation="entrance-slide"
|
|
|
|
defaultTextAnimation="entrance-slide"
|
|
|
|
borderRadius="rounded"
|
|
|
|
borderRadius="rounded"
|
|
|
|
contentWidth="medium"
|
|
|
|
contentWidth="medium"
|
|
|
|
sizing="medium"
|
|
|
|
sizing="medium"
|
|
|
|
background="circleGradient"
|
|
|
|
background="circleGradient"
|
|
|
|
cardStyle="glass-elevated"
|
|
|
|
cardStyle="glass-elevated"
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
headingFontWeight="normal"
|
|
|
|
headingFontWeight="normal"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<NavbarStyleFullscreen navItems={navItems} />
|
|
|
|
<NavbarStyleFullscreen navItems={[{name: "Home", id: "/"}]} />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroBillboardRotatedCarousel
|
|
|
|
<HeroBillboardRotatedCarousel
|
|
|
|
title="Innovating Digital Experiences"
|
|
|
|
title="Welcome"
|
|
|
|
description="Crafting robust, scalable, and beautiful web solutions."
|
|
|
|
description="Experience the future of digital engagement."
|
|
|
|
background={{ variant: 'plain' }}
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
carouselItems={[
|
|
|
|
carouselItems={[
|
|
|
|
{ id: '1', imageSrc: 'https://images.unsplash.com/photo-1497215728101-856f4ea42174' },
|
|
|
|
{ id: "1", imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=2000" },
|
|
|
|
{ id: '2', imageSrc: 'https://images.unsplash.com/photo-1486406146926-c627a92ad1ab' },
|
|
|
|
{ id: "2", imageSrc: "https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?q=80&w=2000" },
|
|
|
|
{ id: '3', imageSrc: 'https://images.unsplash.com/photo-1496493677560-f5a6f220300a' },
|
|
|
|
{ id: "3", imageSrc: "https://images.unsplash.com/photo-1441974231531-c6227db76b6e?q=80&w=2000" },
|
|
|
|
{ id: '4', imageSrc: 'https://images.unsplash.com/photo-1497366754035-f200968a6e72' },
|
|
|
|
{ id: "4", imageSrc: "https://images.unsplash.com/photo-1501785888041-af3ef285b470?q=80&w=2000" },
|
|
|
|
{ id: '5', imageSrc: 'https://images.unsplash.com/photo-1498050108023-c5249f4df085' },
|
|
|
|
{ id: "5", imageSrc: "https://images.unsplash.com/photo-1447752875215-b2761acb3c5d?q=80&w=2000" },
|
|
|
|
{ id: '6', imageSrc: 'https://images.unsplash.com/photo-1454165804606-c3d57bc86b40' },
|
|
|
|
{ id: "6", imageSrc: "https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?q=80&w=2000" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
<FeatureCardTwentyFour
|
|
|
|
<FeatureCardTwentyFour
|
|
|
|
title="Powerful Features"
|
|
|
|
title="Core Features"
|
|
|
|
description="Tools designed to help you scale faster."
|
|
|
|
description="Designed for scale and performance."
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="slide-up"
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
features={[
|
|
|
|
features={[
|
|
|
|
{ id: '1', title: 'Feature 1', author: 'Admin', description: 'Description 1', tags: ['Tag1'], imageSrc: 'https://images.unsplash.com/photo-1497215728101-856f4ea42174' },
|
|
|
|
{ id: "f1", title: "High Speed", author: "Admin", description: "Lightning fast performance.", tags: ["speed"], imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=400" },
|
|
|
|
{ id: '2', title: 'Feature 2', author: 'Admin', description: 'Description 2', tags: ['Tag2'], imageSrc: 'https://images.unsplash.com/photo-1486406146926-c627a92ad1ab' },
|
|
|
|
{ id: "f2", title: "Secure", author: "Admin", description: "Top notch security.", tags: ["security"], imageSrc: "https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?q=80&w=400" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<TestimonialCardFifteen
|
|
|
|
<TestimonialCardFifteen
|
|
|
|
testimonial="The best experience I have had so far!"
|
|
|
|
testimonial="The best experience I have ever had!"
|
|
|
|
rating={5}
|
|
|
|
rating={5}
|
|
|
|
author="John Doe"
|
|
|
|
author="Jane Doe"
|
|
|
|
avatars={[{ src: 'https://images.unsplash.com/photo-1500648767791-00dcc994a43e', alt: 'User' }]}
|
|
|
|
avatars={[]}
|
|
|
|
ratingAnimation="opacity"
|
|
|
|
ratingAnimation="slide-up"
|
|
|
|
avatarsAnimation="opacity"
|
|
|
|
avatarsAnimation="slide-up"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
<FaqSplitText
|
|
|
|
<FaqSplitText
|
|
|
|
sideTitle="Frequently Asked Questions"
|
|
|
|
faqs={[{ id: "q1", title: "How does it work?", content: "Simply sign up and start." }]}
|
|
|
|
faqs={[
|
|
|
|
sideTitle="FAQ"
|
|
|
|
{ id: '1', title: 'Question 1', content: 'Answer 1' },
|
|
|
|
|
|
|
|
{ id: '2', title: 'Question 2', content: 'Answer 2' },
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactCTA
|
|
|
|
<ContactCTA
|
|
|
|
tag="Contact Us"
|
|
|
|
tag="Get in touch"
|
|
|
|
title="Ready to start?"
|
|
|
|
title="Ready to start?"
|
|
|
|
description="Let's build something great together."
|
|
|
|
description="Contact our team today."
|
|
|
|
buttons={[{ text: 'Get Started', href: '#' }]}
|
|
|
|
buttons={[{text: "Contact Us"}]}
|
|
|
|
background={{ variant: 'plain' }}
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterBase
|
|
|
|
<FooterBase columns={[{ title: "Product", items: [{ label: "Home", href: "/" }] }]} />
|
|
|
|
columns={[{ title: 'Links', items: [{ label: 'Home', href: '/' }] }]}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|