Switch to version 5: modified src/app/page.tsx
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
@@ -11,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Package, TrendingUp, Users, CheckCircle } from 'lucide-react';
|
||||
import { Package, Sparkles } from 'lucide-react';
|
||||
|
||||
export default function SitePage() {
|
||||
return (
|
||||
@@ -31,7 +30,6 @@ export default function SitePage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Moments", id: "features" },
|
||||
{ name: "Metrics", id: "metrics" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Stories", id: "testimonials" },
|
||||
@@ -71,22 +69,6 @@ export default function SitePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{ id: '1', value: '100', title: 'million', description: 'Impressions generated annually', icon: TrendingUp },
|
||||
{ id: '2', value: '700', title: 'thousand', description: 'Unique visitors each month', icon: Users }
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="See the reach and engagement of our visual stories."
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
tag="Statistics"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureProcessSteps
|
||||
title="Featured Moments"
|
||||
@@ -185,16 +167,16 @@ export default function SitePage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
plans={[
|
||||
{ id: '1', badge: 'Basic', badgeIcon: CheckCircle, price: '$9/mo', subtitle: 'Perfect for enthusiasts', features: ['50GB Storage', 'Standard Support', 'Basic Filters'] },
|
||||
{ id: '2', badge: 'Pro', badgeIcon: CheckCircle, price: '$29/mo', subtitle: 'Ideal for professionals', features: ['500GB Storage', 'Priority Support', 'Advanced Editing Tools'] },
|
||||
{ id: '3', badge: 'Enterprise', badgeIcon: CheckCircle, price: '$99/mo', subtitle: 'For agencies & teams', features: ['Unlimited Storage', 'Dedicated Account Manager', 'Custom Integrations'] }
|
||||
{ id: '1', badge: 'Starter', price: '$19/mo', subtitle: 'Perfect for hobbyists', features: ['50 Photos', 'Standard Quality', 'Email Support'] },
|
||||
{ id: '2', badge: 'Popular', badgeIcon: Sparkles, price: '$49/mo', subtitle: 'Ideal for growing portfolios', features: ['200 Photos', 'High Quality', 'Priority Support', 'Basic Analytics'] },
|
||||
{ id: '3', badge: 'Enterprise', price: '$99/mo', subtitle: 'For professional photographers', features: ['Unlimited Photos', '4K Quality', '24/7 Support', 'Advanced Analytics', 'Exclusive Presets'] }
|
||||
]}
|
||||
title="Choose Your Plan"
|
||||
description="Select the perfect plan to expand your photographic journey."
|
||||
title="Choose Your Perfect Plan"
|
||||
description="Unlock the full potential of your visual journey with our flexible pricing options."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
tag="Membership"
|
||||
ariaLabel="Pricing section with various plans"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -208,4 +190,4 @@ export default function SitePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user