From fc45b1ba9ce71a47f0ad0119bdc05db4f537fbb5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 10:32:28 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 176ae5a..3232956 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,13 +10,13 @@ const roboto = Roboto({ }); export const metadata: Metadata = { - title: "In My Life - A Visual Journey", description: "Explore 'In My Life', a curated photo gallery showcasing moments, emotions, and stories through stunning photography. Relive cherished memories and discover visual storytelling.", openGraph: { - title: "In My Life - A Visual Journey", description: "Explore 'In My Life', a curated photo gallery showcasing moments, emotions, and stories through stunning photography. Relive cherished memories and discover visual storytelling.", url: "/", siteName: "In My Life", images: [{ + title: "Life In Me - A Visual Journey", description: "Explore 'Life In Me', a curated photo gallery showcasing moments, emotions, and stories through stunning photography. Relive cherished memories and discover visual storytelling.", openGraph: { + title: "Life In Me - A Visual Journey", description: "Explore 'Life In Me', a curated photo gallery showcasing moments, emotions, and stories through stunning photography. Relive cherished memories and discover visual storytelling.", url: "/", siteName: "Life In Me", images: [{ url: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg", alt: "Golden hour landscape" }], }, twitter: { - card: "summary_large_image", title: "In My Life - A Visual Journey", description: "Explore 'In My Life', a curated photo gallery showcasing moments, emotions, and stories through stunning photography. Relive cherished memories and discover visual storytelling.", images: ["http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg"], + card: "summary_large_image", title: "Life In Me - A Visual Journey", description: "Explore 'Life In Me', a curated photo gallery showcasing moments, emotions, and stories through stunning photography. Relive cherished memories and discover visual storytelling.", images: ["http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg"], }, robots: { index: true, -- 2.49.1 From ff7a2183be1507f5560215577499deb9be14088c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 10:32:29 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 58 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 46 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c83627..e5586f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,13 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Package } from 'lucide-react'; +import { Package, Sparkles, Heart, Eye } from 'lucide-react'; export default function SitePage() { return ( @@ -30,11 +32,13 @@ export default function SitePage() { navItems={[ { name: "Moments", id: "features" }, { name: "Products", id: "products" }, + { name: "Pricing", id: "pricing" }, { name: "About", id: "about" }, { name: "Stories", id: "testimonials" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "contact" }, + { name: "Impact", id: "metrics" } ]} - brandName="In My Life" + brandName="Life In Me" button={{ text: "View Gallery", href: "#gallery" }} buttonClassName="min-w-fit px-4 py-2 text-sm rounded-full font-medium shadow-lg hover:shadow-xl transition-all duration-300 ease-in-out" buttonTextClassName="text-foreground" @@ -43,7 +47,7 @@ export default function SitePage() {
+
+ +
+
@@ -111,7 +130,7 @@ export default function SitePage() {
+
+ +
+ -- 2.49.1 From af1cc4f1a4a07aa15871b6732bc50c54f129aaf3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 10:32:30 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0af5aa1..ef92df5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,21 +4,21 @@ /* --background: #ffffff;; --card: #f9f9f9;; - --foreground: #120a00e6;; - --primary-cta: #ff8c42;; - --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; */ + --foreground: #1c1c1c;; + --primary-cta: #e63946;; + --secondary-cta: #e0e0e0;; + --accent: #2bb889;; + --background-accent: #c3e6d6;; */ --background: #ffffff;; --card: #f9f9f9;; - --foreground: #120a00e6;; - --primary-cta: #ff8c42;; + --foreground: #1c1c1c;; + --primary-cta: #e63946;; --primary-cta-text: #ffffff;; - --secondary-cta: #f9f9f9;; + --secondary-cta: #e0e0e0;; --secondary-cta-text: #120a00e6;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; + --accent: #2bb889;; + --background-accent: #c3e6d6;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1