Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-14 04:39:08 +00:00

View File

@@ -38,14 +38,14 @@ export default function LandingPage() {
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Poranki Interiors"
brandName="Prism Interiors"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{ variant: "gradient-bars" }}
title="Luxury Interiors in Poranki"
title="Luxury Interiors in Prism"
description="Crafting bespoke living spaces with elegance, precision, and timeless design. Your vision, our expertise."
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-blue-sofa-gold-coffee-table_123827-23877.jpg?_wi=1", imageAlt: "Luxury Interior Design" },
@@ -130,11 +130,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Anil Kumar", handle: "Poranki Resident", testimonial: "Good Quality Work, Excellent Design Creative Thoughts.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407639.jpg" },
{ id: "1", name: "Anil Kumar", handle: "Prism Resident", testimonial: "Good Quality Work, Excellent Design Creative Thoughts.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407639.jpg" },
{ id: "2", name: "Priya Reddy", handle: "Homeowner", testimonial: "Nice designs, well done Surendra Sir and Kalyani Mam.", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-blue-sofa-gold-coffee-table_123827-23877.jpg?_wi=2" },
{ id: "3", name: "Suresh Babu", handle: "Client", testimonial: "Extremely happy with the custom furniture work and timely delivery.", imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-drawers-with-marble-facade_169016-72795.jpg?_wi=2" },
{ id: "4", name: "Kiran Rao", handle: "Office Client", testimonial: "Professional approach and elegant design execution.", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780713.jpg?_wi=2" },
{ id: "5", name: "Venkata Lakshmi", handle: "Homeowner", testimonial: "Best interior service in Poranki area, highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lamps_1339-1739.jpg?_wi=2" },
{ id: "5", name: "Venkata Lakshmi", handle: "Homeowner", testimonial: "Best interior service in Prism area, highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lamps_1339-1739.jpg?_wi=2" },
]}
title="What Clients Say"
description="Hear from those who transformed their homes with us."
@@ -148,7 +148,7 @@ export default function LandingPage() {
faqs={[
{ id: "f1", title: "How long does a project take?", content: "Project timelines vary depending on scope, typically 4-8 weeks." },
{ id: "f2", title: "Do you offer consultations?", content: "Yes, we provide site visits and initial design consultations." },
{ id: "f3", title: "What areas do you serve?", content: "We primarily serve Poranki and the surrounding Andhra Pradesh region." },
{ id: "f3", title: "What areas do you serve?", content: "We primarily serve Prism and the surrounding Andhra Pradesh region." },
]}
title="Common Queries"
description="Answers to questions about our design process."
@@ -162,7 +162,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Get in Touch"
title="Let's Design Your Dream Space"
description="Contact us today for a free design consultation. WhatsApp or visit us in Poranki."
description="Contact us today for a free design consultation. WhatsApp or visit us in Prism."
imageSrc="http://img.b2bpic.net/free-photo/top-view-vacuum-cleaner-with-smartphone-clipboard_23-2148779304.jpg"
mediaAnimation="blur-reveal"
buttonText="Send Inquiry"
@@ -171,8 +171,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Poranki Interiors"
copyrightText="© 2025 Poranki Interiors Studio"
logoText="Prism Interiors"
copyrightText="© 2025 Prism Interiors Studio"
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
@@ -183,4 +183,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}