From 374162034b1a0d84a6f6d411fa6536e8af9e1b78 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:10:08 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index dff0121..d7e73d7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="small" sizing="mediumLarge" - background="blurBottom" + background="circleGradient" cardStyle="outline" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -41,10 +41,7 @@ export default function AboutPage() { Date: Tue, 3 Mar 2026 10:10:08 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8c54a9e..4afdff4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="small" sizing="mediumLarge" - background="blurBottom" + background="circleGradient" cardStyle="outline" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -42,7 +42,7 @@ export default function ContactPage() { tag="Get Started" title="Schedule Your Design Consultation" description="Ready to transform your space? Connect with our team to discuss your project, vision, and requirements. We'll provide personalized recommendations tailored to your needs." - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Consultation" @@ -54,10 +54,7 @@ export default function ContactPage() { Date: Tue, 3 Mar 2026 10:10:09 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fb7ef50..376a960 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,31 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Premium Architecture & Interior Design | Dream Designs, Mysore", - description: "Award-winning architecture and interior design services in Mysore & Bengaluru. 5-star rated firm transforming residential and commercial spaces for 36+ satisfied clients.", - keywords: "interior design Mysore, architecture Bengaluru, premium home design, commercial interior design, luxury spaces", - openGraph: { - title: "Premium Architecture & Interior Design | Dream Designs Architects", - description: "Transform your space with award-winning interior design and architecture services in Mysore and Bengaluru", - siteName: "Dream Designs Architects", - type: "website", - images: [ + title: "Premium Architecture & Interior Design | Dream Designs, Mysore", description: "Award-winning architecture and interior design services in Mysore & Bengaluru. 5-star rated firm transforming residential and commercial spaces for 36+ satisfied clients.", keywords: "interior design Mysore, architecture Bengaluru, premium home design, commercial interior design, luxury spaces", openGraph: { + title: "Premium Architecture & Interior Design | Dream Designs Architects", description: "Transform your space with award-winning interior design and architecture services in Mysore and Bengaluru", siteName: "Dream Designs Architects", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", - alt: "Dream Designs - Premium Interior Design", - }, + url: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", alt: "Dream Designs - Premium Interior Design"}, ], }, twitter: { - card: "summary_large_image", - title: "Premium Architecture & Interior Design | Dream Designs", - description: "Award-winning interior design and architecture services in Mysore & Bengaluru", - images: ["http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg"], + card: "summary_large_image", title: "Premium Architecture & Interior Design | Dream Designs", description: "Award-winning interior design and architecture services in Mysore & Bengaluru", images: ["http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg"], }, robots: { index: true, -- 2.49.1 From 8cb712c7e20655cbca6ac2543917b8db95162d39 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:10:09 +0000 Subject: [PATCH 4/6] Update src/app/page.tsx --- src/app/page.tsx | 107 ++++++++++++----------------------------------- 1 file changed, 26 insertions(+), 81 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d60c6b..ed0e41a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="small" sizing="mediumLarge" - background="blurBottom" + background="circleGradient" cardStyle="outline" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -48,8 +48,8 @@ export default function HomePage() { { text: "Schedule Your Consultation", href: "/contact" }, { text: "View Portfolio", href: "/portfolio" }, ]} - background={{ variant: "blurBottom" }} - imageSrc="http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg" imageAlt="Premium interior design showcase" frameStyle="card" mediaAnimation="slide-up" @@ -60,10 +60,7 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 10:10:10 +0000 Subject: [PATCH 5/6] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 37 +++++++------------------------------ 1 file changed, 7 insertions(+), 30 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index ff07707..0687144 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -16,7 +16,7 @@ export default function PortfolioPage() { borderRadius="soft" contentWidth="small" sizing="mediumLarge" - background="blurBottom" + background="circleGradient" cardStyle="outline" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -43,33 +43,13 @@ export default function PortfolioPage() { description="Explore our portfolio of award-winning residential and commercial transformations" products={[ { - id: "proj-1", - name: "Luxury Bengaluru Penthouse", - price: "$85,000", - imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683429.jpg?_wi=3", - imageAlt: "Modern luxury penthouse interior design", - }, + id: "proj-1", name: "Luxury Bengaluru Penthouse", price: "$85,000", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683429.jpg", imageAlt: "Modern luxury penthouse interior design"}, { - id: "proj-2", - name: "Contemporary Kitchen Renovation", - price: "$35,000", - imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=3", - imageAlt: "Modern kitchen renovation project", - }, + id: "proj-2", name: "Contemporary Kitchen Renovation", price: "$35,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Modern kitchen renovation project"}, { - id: "proj-3", - name: "Executive Office Space", - price: "$120,000", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=4", - imageAlt: "Premium commercial office design", - }, + id: "proj-3", name: "Executive Office Space", price: "$120,000", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "Premium commercial office design"}, { - id: "proj-4", - name: "Mysore Corporate Campus", - price: "$250,000", - imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=3", - imageAlt: "Large-scale commercial campus design", - }, + id: "proj-4", name: "Mysore Corporate Campus", price: "$250,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg", imageAlt: "Large-scale commercial campus design"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -82,10 +62,7 @@ export default function PortfolioPage() { Date: Tue, 3 Mar 2026 10:10:11 +0000 Subject: [PATCH 6/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 38a1e94..2d6ae13 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -16,7 +16,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="small" sizing="mediumLarge" - background="blurBottom" + background="circleGradient" cardStyle="outline" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -44,27 +44,19 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Residential Interior Design", - description: - "Transform your home into a sanctuary. From concept to completion, we design living spaces that blend aesthetics with functionality, reflecting your unique lifestyle. Our residential services include space planning, material selection, lighting design, and furniture curation.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683429.jpg?_wi=2", - }, + title: "Residential Interior Design", description: + "Transform your home into a sanctuary. From concept to completion, we design living spaces that blend aesthetics with functionality, reflecting your unique lifestyle. Our residential services include space planning, material selection, lighting design, and furniture curation.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683429.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg"}, }, { id: 2, - title: "Commercial Architecture", - description: - "Create inspiring workspaces and commercial environments. Our architectural expertise ensures your commercial projects are both visually striking and operationally efficient. We specialize in office design, retail spaces, hospitality venues, and corporate campuses.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=3", - }, + title: "Commercial Architecture", description: + "Create inspiring workspaces and commercial environments. Our architectural expertise ensures your commercial projects are both visually striking and operationally efficient. We specialize in office design, retail spaces, hospitality venues, and corporate campuses.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg"}, }, ]} showStepNumbers={false} @@ -78,10 +70,7 @@ export default function ServicesPage() {