13 Commits

Author SHA1 Message Date
7359dcc09c Update src/app/styles/variables.css 2026-02-26 10:09:57 +00:00
36fa2bf46a Update src/app/page.tsx 2026-02-26 10:09:56 +00:00
76b124761a Update src/app/layout.tsx 2026-02-26 10:09:55 +00:00
96958da555 Switch to version 2: modified src/app/styles/variables.css 2026-02-26 10:06:47 +00:00
07f4897894 Switch to version 3: modified src/app/page.tsx 2026-02-26 10:06:24 +00:00
d0eed6255b Switch to version 4: modified src/app/styles/variables.css 2026-02-26 10:06:09 +00:00
1ab013df4f Switch to version 4: modified src/app/page.tsx 2026-02-26 10:06:08 +00:00
82d3fbc633 Merge version_5 into main
Merge version_5 into main
2026-02-26 09:43:35 +00:00
8be0ea2eca Update src/app/styles/variables.css 2026-02-26 09:43:30 +00:00
c9806f7eae Update src/app/page.tsx 2026-02-26 09:43:30 +00:00
8a5d575217 Switch to version 2: modified src/app/styles/variables.css 2026-02-26 09:41:28 +00:00
8b7c0f13d3 Switch to version 3: modified src/app/page.tsx 2026-02-26 09:40:29 +00:00
b81141328d Merge version_4 into main
Merge version_4 into main
2026-02-26 09:38:45 +00:00
3 changed files with 39 additions and 22 deletions

View File

@@ -1408,4 +1408,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -3,14 +3,15 @@
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';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FaqBase from '@/components/sections/faq/FaqBase';
import { Package } from 'lucide-react';
import { Package, TrendingUp, Users, CheckCircle } from 'lucide-react';
export default function SitePage() {
return (
@@ -30,11 +31,12 @@ export default function SitePage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Moments", id: "features" },
{ name: "FAQ", id: "faq" },
{ name: "Metrics", id: "metrics" },
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Stories", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "contact" },
{ name: "Pricing", id: "pricing" }
]}
brandName="In My Life"
button={{ text: "View Gallery", href: "#gallery" }}
@@ -69,20 +71,19 @@ export default function SitePage() {
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
faqs={[
{ id: '1', title: 'What kind of photography is featured?', content: 'Our gallery features a diverse range of photography, including landscapes, portraits, urban scenes, and abstract art, all hand-picked to tell unique stories.' },
{ id: '2', title: 'Can I purchase prints of the photos?', content: 'Yes, most of our photographs are available for purchase as high-quality prints. Please visit our "Products" section or contact us directly for details.' },
{ id: '3', title: 'How often is the gallery updated?', content: 'We regularly add new content to "In My Life" to keep the visual journey fresh and inspiring. Follow us on social media for real-time updates!' },
{ id: '4', title: 'Do you offer photography workshops?', content: 'While we don\'t currently offer workshops, we are exploring options for future educational content. Stay tuned for announcements!' }
<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="Frequently Asked Questions"
description="Find answers to common questions about our photo gallery and services."
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}
faqsAnimation="slide-up"
ariaLabel="Frequently Asked Questions section"
tag="Statistics"
/>
</div>
@@ -181,6 +182,22 @@ export default function SitePage() {
/>
</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">
<FooterLogoReveal
logoText="In My Life"
@@ -191,4 +208,4 @@ export default function SitePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f8fdf8;;
/* --background: #f8f8f8;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--foreground: #1a1a1a;;
--primary-cta: #e63946;;
--secondary-cta: #f0f0f0;;
--accent: #28a745;;
--background-accent: #d4edda;; */
--background: #f8fdf8;;
--background: #f8f8f8;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--foreground: #1a1a1a;;
--primary-cta: #e63946;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f0f0f0;;
--secondary-cta-text: #1c1c1c;;
--secondary-cta-text: #1a1a1a;;
--accent: #28a745;;
--background-accent: #d4edda;;