Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Phone, Star } from 'lucide-react';
|
||||
import { Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -62,17 +62,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
logoContainerClassName="relative"
|
||||
/>
|
||||
<div className="absolute top-12 left-1/2 transform -translate-x-1/2 z-50">
|
||||
<div className="flex items-center gap-2 px-4 py-2 rounded-full bg-white/10 backdrop-blur-md border border-white/20 shadow-lg">
|
||||
<div className="flex items-center gap-1">
|
||||
<Star className="w-4 h-4 fill-yellow-400 text-yellow-400" />
|
||||
<span className="text-sm font-semibold text-white">4.9</span>
|
||||
</div>
|
||||
<span className="text-xs text-white/80">Rated by 71 Clients</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
@@ -195,7 +185,7 @@ export default function LandingPage() {
|
||||
<ContactFaq
|
||||
ctaTitle="Ready to Transform Your Space?"
|
||||
ctaDescription="Tell us about your dream project and let's create something extraordinary together."
|
||||
ctaButton={{ text: "Request a Free Consultation", href: "#" }}
|
||||
ctaButton={{ text: "Book Your Free Design Call", href: "#contact" }}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user