From a9e4679d3c9ab36892fb26f8a2fe19a90b48e483 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 10:55:12 +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..db46551 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: "Sleep Day - A Visual Journey", description: "Explore 'Sleep Day', a curated photo gallery showcasing moments, emotions, and stories through stunning photography. Relive cherished memories and discover visual storytelling.", openGraph: { + title: "Sleep Day - A Visual Journey", description: "Explore 'Sleep Day', a curated photo gallery showcasing moments, emotions, and stories through stunning photography. Relive cherished memories and discover visual storytelling.", url: "/", siteName: "Sleep Day", 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: "Sleep Day - A Visual Journey", description: "Explore 'Sleep Day', 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 d1b96c439cf30359e7725981e3b0f92fcfad09b4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 10:55:13 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 58 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 52 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c83627..ba9a024 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,9 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Package } from 'lucide-react'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import { Package, Sparkles, TrendingUp, Users } from 'lucide-react'; export default function SitePage() { return ( @@ -30,11 +32,12 @@ 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" } ]} - brandName="In My Life" + brandName="Sleep Day" 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 +46,7 @@ export default function SitePage() {
+
+ +
+
+
+ +
+