Merge version_2 into main #3
@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Award, CheckCircle, Sparkles, Building, Briefcase, Mail } from "lucide-react";
|
||||
import { Award, CheckCircle, Sparkles, Building, Briefcase } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -101,8 +101,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Eleanor R.", role: "Villa Owner", company: "Private", testimonial: "A truly refreshing philosophy. Our home feels timeless." },
|
||||
{ id: "2", name: "Marcus A.", role: "CEO", company: "Corporate", testimonial: "Professionalism and efficiency redefined workspace design." }
|
||||
{ id: "1", name: "Eleanor R.", role: "Villa Owner", company: "Private", rating: 5 },
|
||||
{ id: "2", name: "Marcus A.", role: "CEO", company: "Corporate", rating: 5 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,6 +128,8 @@ export default function LandingPage() {
|
||||
tag="Inquiries"
|
||||
title="Start Your Vision"
|
||||
description="Schedule a design consultation to explore your project potential."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/asian-manager-using-her-smartphone_482257-120356.jpg"
|
||||
onSubmit={(email) => console.log(email)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user