Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7359dcc09c | |||
| 36fa2bf46a | |||
| 76b124761a | |||
| 96958da555 | |||
| 07f4897894 | |||
| d0eed6255b | |||
| 1ab013df4f | |||
| 82d3fbc633 | |||
| 8be0ea2eca | |||
| c9806f7eae | |||
| 8a5d575217 | |||
| 8b7c0f13d3 | |||
| b81141328d | |||
| c4ad9ef271 | |||
| c5bd9ee07b | |||
| 3c1dd1ac0f | |||
| bb45efc380 |
@@ -1408,4 +1408,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -3,13 +3,15 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||||
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps';
|
import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import { Package } from 'lucide-react';
|
import { Package, TrendingUp, Users, CheckCircle } from 'lucide-react';
|
||||||
|
|
||||||
export default function SitePage() {
|
export default function SitePage() {
|
||||||
return (
|
return (
|
||||||
@@ -29,10 +31,12 @@ export default function SitePage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Moments", id: "features" },
|
{ name: "Moments", id: "features" },
|
||||||
|
{ name: "Metrics", id: "metrics" },
|
||||||
{ name: "Products", id: "products" },
|
{ name: "Products", id: "products" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Stories", id: "testimonials" },
|
{ name: "Stories", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" },
|
||||||
|
{ name: "Pricing", id: "pricing" }
|
||||||
]}
|
]}
|
||||||
brandName="In My Life"
|
brandName="In My Life"
|
||||||
button={{ text: "View Gallery", href: "#gallery" }}
|
button={{ text: "View Gallery", href: "#gallery" }}
|
||||||
@@ -67,6 +71,22 @@ export default function SitePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="features" data-section="features">
|
||||||
<FeatureProcessSteps
|
<FeatureProcessSteps
|
||||||
title="Featured Moments"
|
title="Featured Moments"
|
||||||
@@ -162,6 +182,22 @@ export default function SitePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<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'] }
|
||||||
|
]}
|
||||||
|
title="Choose Your Plan"
|
||||||
|
description="Select the perfect plan to expand your photographic journey."
|
||||||
|
textboxLayout="default"
|
||||||
|
animationType="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
tag="Membership"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="In My Life"
|
logoText="In My Life"
|
||||||
@@ -172,4 +208,4 @@ export default function SitePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #ffffff;;
|
/* --background: #f8f8f8;;
|
||||||
--card: #f9f9f9;;
|
--card: #ffffff;;
|
||||||
--foreground: #120a00e6;;
|
--foreground: #1a1a1a;;
|
||||||
--primary-cta: #ff8c42;;
|
--primary-cta: #e63946;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #f0f0f0;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #28a745;;
|
||||||
--background-accent: #c4c4c4;; */
|
--background-accent: #d4edda;; */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #f8f8f8;;
|
||||||
--card: #f9f9f9;;
|
--card: #ffffff;;
|
||||||
--foreground: #120a00e6;;
|
--foreground: #1a1a1a;;
|
||||||
--primary-cta: #ff8c42;;
|
--primary-cta: #e63946;;
|
||||||
--primary-cta-text: #ffffff;;
|
--primary-cta-text: #ffffff;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #f0f0f0;;
|
||||||
--secondary-cta-text: #120a00e6;;
|
--secondary-cta-text: #1a1a1a;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #28a745;;
|
||||||
--background-accent: #c4c4c4;;
|
--background-accent: #d4edda;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user