From 5d198106eb142d21e5a7cf579f76db3fdb0093a6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:55:18 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9e07b69..6d4b45f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,31 +1,23 @@ import type { Metadata } from "next"; +import { Poppins } from "next/font/google"; import { DM_Sans } from "next/font/google"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; +const poppins = Poppins({ + variable: "--font-poppins", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], +}); + const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], }); -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); - export const metadata: Metadata = { title: "Velora Living - Premium Furniture & Home Décor", description: "Discover thoughtfully designed furniture and home décor that transforms everyday spaces. Shop our curated collection of modern, minimalist pieces.", keywords: "furniture, home décor, modern furniture, interior design, contemporary seating, dining furniture", metadataBase: new URL("https://veloraliving.com"), - alternates: { - canonical: "https://veloraliving.com" - }, openGraph: { - title: "Velora Living - Premium Furniture & Home Décor", description: "Transform your space with our curated collection of premium furniture and home décor.", type: "website", siteName: "Velora Living", url: "https://veloraliving.com" + title: "Velora Living - Premium Furniture & Home Décor", description: "Transform your space with our curated collection of premium furniture and home décor.", type: "website", siteName: "Velora Living" }, twitter: { card: "summary_large_image", title: "Velora Living - Premium Furniture", description: "Discover thoughtfully designed furniture that transforms your living space." @@ -45,7 +37,7 @@ export default function RootLayout({ {children} -- 2.49.1 From a19c6c5b07734944daa4a80041d3befcbe3b896d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:55:18 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d82a6db..9c809e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,28 +1,29 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import ProductCardFour from "@/components/sections/product/ProductCardFour"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { Award, CheckCircle, Heart } from 'lucide-react'; export default function LandingPage() { return ( -- 2.49.1 From 2877e3474e5907bd030b3218ba0360f73778ed6d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:55:19 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e6cfc10..77d478d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #341f51;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + /* --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #2b2b2b;; + --primary-cta: #1a1a1a;; + --secondary-cta: #d4af37;; + --accent: #4a4a4a;; + --background-accent: #e8e8e8;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #341f51;; + --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #2b2b2b;; + --primary-cta: #1a1a1a;; --primary-cta-text: #f5f5f5;; - --secondary-cta: #ffffff;; + --secondary-cta: #d4af37;; --secondary-cta-text: #1c1c1c;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --accent: #4a4a4a;; + --background-accent: #e8e8e8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1