Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,6 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -36,6 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Sabrina Cozzolino"
|
||||
button={{ text: "Inquire", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,6 +77,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
title="Client Perspectives"
|
||||
description="Hear from those who have trusted me with their most valuable assets."
|
||||
textboxLayout="split"
|
||||
testimonials={[
|
||||
{ id: "1", title: "Exceptional Guidance", quote: "Sabrina transformed my luxury home search into a seamless, elegant experience. Her global network is truly unrivaled.", name: "Julian V.", role: "International Investor" },
|
||||
@@ -92,6 +93,7 @@ export default function LandingPage() {
|
||||
description="Luxury demands precision. Reach out to schedule a private consultation regarding your property goals in Florida or our global markets."
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Full Name", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true }]}
|
||||
textarea={{ name: "message", placeholder: "Tell me about your property needs...", required: true }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Submit Inquiry"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-modern-office-interior_1150-12356.jpg?_wi=1"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user