Merge version_1 into main #2
293
src/app/page.tsx
293
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Meet the Surgeons",
|
||||
id: "surgeons",
|
||||
},
|
||||
{
|
||||
name: "Patient Info",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Meet the Surgeons", id: "surgeons" },
|
||||
{ name: "Patient Info", id: "metrics" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Schiffman Oral Surgery"
|
||||
/>
|
||||
@@ -54,69 +42,31 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Long Island's Premier Board-Certified Oral Surgeons."
|
||||
description="Providing exceptional care and surgical excellence to Woodmere and the South Shore since 1983. Specializing in wisdom teeth, dental implants, and corrective jaw surgery."
|
||||
tag="BOARD-CERTIFIED · EST 1983"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5165691111",
|
||||
},
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:5165691111" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hospital-equipment-surgical-procedure_23-2148962525.jpg?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dy5bI3SBK7Rcqv5DoRI8dMib3u/uploaded-1779305241297-zcnmdsvn.jpg"
|
||||
imageAlt="Schiffman Oral Surgery Clinic"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-happy-woman-coat_1303-11053.jpg",
|
||||
alt: "Patient review",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-curly-haired-young-woman-smiles-positively-wears-casual-green-knitted-sweater-has-upbeat-mood-expresses-positive-emotions-poses-against-pink-background-hears-pleasant-news_273609-57232.jpg",
|
||||
alt: "Patient review",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-good-looking-curly-ethnic-woman-smiles-broadly-enjoys-day-off-has-happy-talk-with-interlocutor-discusses-holiday-preparation-wears-green-sweater-isolated-pink-wall_273609-42856.jpg",
|
||||
alt: "Patient review",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-walks-through-autumn-city-happy-body-female-with-curly-hair-raincoat_1321-4541.jpg",
|
||||
alt: "Patient review",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg",
|
||||
alt: "Patient review",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-happy-woman-coat_1303-11053.jpg", alt: "Patient review" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-curly-haired-young-woman-smiles-positively-wears-casual-green-knitted-sweater-has-upbeat-mood-expresses-positive-emotions-poses-against-pink-background-hears-pleasant-news_273609-57232.jpg", alt: "Patient review" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-good-looking-curly-ethnic-woman-smiles-broadly-enjoys-day-off-has-happy-talk-with-interlocutor-discusses-holiday-preparation-wears-green-sweater-isolated-pink-wall_273609-42856.jpg", alt: "Patient review" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-walks-through-autumn-city-happy-body-female-with-curly-hair-raincoat_1321-4541.jpg", alt: "Patient review" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg", alt: "Patient review" },
|
||||
]}
|
||||
avatarText="Join over 10,000 happy patients."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Board Certified",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Over 40 Years Experience",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Advanced Technology",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "IV Sedation Certified",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Emergency Care",
|
||||
},
|
||||
{ type: "text", text: "Board Certified" },
|
||||
{ type: "text", text: "Over 40 Years Experience" },
|
||||
{ type: "text", text: "Advanced Technology" },
|
||||
{ type: "text", text: "IV Sedation Certified" },
|
||||
{ type: "text", text: "Emergency Care" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,15 +75,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"5.0 Google Rating",
|
||||
"651+ Reviews",
|
||||
"Best of LI 2023",
|
||||
"Board Certified Staff",
|
||||
"Est 1983",
|
||||
"Accredited Surgeon",
|
||||
"40+ Years Experience",
|
||||
]}
|
||||
names={["5.0 Google Rating", "651+ Reviews", "Best of LI 2023", "Board Certified Staff", "Est 1983", "Accredited Surgeon", "40+ Years Experience"]}
|
||||
title="Trusted Excellence"
|
||||
description="Recognized for high-quality care across Long Island."
|
||||
/>
|
||||
@@ -145,54 +87,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Dental Implants",
|
||||
description: "Premium brand-name systems including Nobel Biocare & Straumann.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ecg-cardio-pulse-line-with-shield-guard-design_1017-63215.jpg",
|
||||
imageAlt: "dental clinic icon",
|
||||
},
|
||||
{
|
||||
title: "Wisdom Teeth",
|
||||
description: "Comfortable extractions with IV sedation for a stress-free experience.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Smile,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dy5bI3SBK7Rcqv5DoRI8dMib3u/uploaded-1779305241297-zcnmdsvn.jpg?_wi=1",
|
||||
imageAlt: "dental clinic icon",
|
||||
},
|
||||
{
|
||||
title: "Bone Grafting",
|
||||
description: "State-of-the-art augmentation to rebuild & restore your smile.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Activity,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dy5bI3SBK7Rcqv5DoRI8dMib3u/uploaded-1779305241297-o1r57638.jpg?_wi=1",
|
||||
imageAlt: "dental clinic icon",
|
||||
},
|
||||
{
|
||||
title: "Emergency Extractions",
|
||||
description: "Same-day relief for severe pain and urgent dental concerns.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: AlertTriangle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hospital-equipment-surgical-procedure_23-2148962525.jpg?_wi=2",
|
||||
imageAlt: "dental clinic icon",
|
||||
},
|
||||
{
|
||||
title: "Oral Pathology",
|
||||
description: "Expert biopsies, evaluation, and treatment of oral conditions.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Search,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/medical-center-template-design_23-2150148049.jpg",
|
||||
imageAlt: "dental clinic icon",
|
||||
},
|
||||
{
|
||||
title: "Full-Arch Restoration",
|
||||
description: "Life-changing All-on-4 and full-mouth rehabilitation.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-model-premolar-tooth-3d-rendering_460848-7429.jpg",
|
||||
imageAlt: "dental clinic icon",
|
||||
},
|
||||
{ title: "Dental Implants", description: "Premium brand-name systems including Nobel Biocare & Straumann.", bentoComponent: "reveal-icon", icon: Sparkles },
|
||||
{ title: "Wisdom Teeth", description: "Comfortable extractions with IV sedation for a stress-free experience.", bentoComponent: "reveal-icon", icon: Smile },
|
||||
{ title: "Bone Grafting", description: "State-of-the-art augmentation to rebuild & restore your smile.", bentoComponent: "reveal-icon", icon: Activity },
|
||||
{ title: "Emergency Extractions", description: "Same-day relief for severe pain and urgent dental concerns.", bentoComponent: "reveal-icon", icon: AlertTriangle },
|
||||
{ title: "Oral Pathology", description: "Expert biopsies, evaluation, and treatment of oral conditions.", bentoComponent: "reveal-icon", icon: Search },
|
||||
{ title: "Full-Arch Restoration", description: "Life-changing All-on-4 and full-mouth rehabilitation.", bentoComponent: "reveal-icon", icon: Award },
|
||||
]}
|
||||
title="Comprehensive Oral Services"
|
||||
description="Our expertise spans across specialized surgical procedures designed to restore your smile and comfort."
|
||||
@@ -206,18 +106,8 @@ export default function LandingPage() {
|
||||
tag="OUR SURGEONS"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "dr-leonard",
|
||||
name: "Dr. Leonard Schiffman, DMD - Founding Surgeon",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dy5bI3SBK7Rcqv5DoRI8dMib3u/uploaded-1779305241297-zcnmdsvn.jpg?_wi=2",
|
||||
imageAlt: "Dr. Leonard Schiffman",
|
||||
},
|
||||
{
|
||||
id: "dr-michael",
|
||||
name: "Dr. Michael Schiffman, DMD, MD - Oral Surgeon",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dy5bI3SBK7Rcqv5DoRI8dMib3u/uploaded-1779305241297-o1r57638.jpg?_wi=2",
|
||||
imageAlt: "Dr. Michael Schiffman",
|
||||
},
|
||||
{ id: "dr-leonard", name: "Dr. Leonard Schiffman, DMD - Founding Surgeon", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dy5bI3SBK7Rcqv5DoRI8dMib3u/uploaded-1779305241297-zcnmdsvn.jpg", imageAlt: "Dr. Leonard Schiffman" },
|
||||
{ id: "dr-michael", name: "Dr. Michael Schiffman, DMD, MD - Oral Surgeon", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dy5bI3SBK7Rcqv5DoRI8dMib3u/uploaded-1779305241297-o1r57638.jpg", imageAlt: "Dr. Michael Schiffman" },
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -230,26 +120,10 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "40+",
|
||||
description: "Years of Excellence",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "651+",
|
||||
description: "5-Star Reviews",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10k+",
|
||||
description: "Happy Patients",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "2",
|
||||
description: "Board Certified Surgeons",
|
||||
},
|
||||
{ id: "m1", value: "40+", description: "Years of Excellence" },
|
||||
{ id: "m2", value: "651+", description: "5-Star Reviews" },
|
||||
{ id: "m3", value: "10k+", description: "Happy Patients" },
|
||||
{ id: "m4", value: "2", description: "Board Certified Surgeons" },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Proven results, decades of service, and thousands of smiles restored."
|
||||
@@ -263,26 +137,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah M. - Woodmere, NY"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-carefree-woman-with-curly-blonde-hair-stands-with-crossed-arms-wears-casual-pink-turtleneck-smiles-broadly-has-white-teeth-poses-against-brown-studio-wall-emotions-concept_273609-59426.jpg",
|
||||
alt: "Sarah M",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-attractive-bearded-man-white-tshirt-smiling-looking-left-copy-space-standing-agains_1258-145236.jpg",
|
||||
alt: "David R",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
alt: "Linda K",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-beach_613910-806.jpg",
|
||||
alt: "Michael B",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051721.jpg",
|
||||
alt: "Jane D",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-carefree-woman-with-curly-blonde-hair-stands-with-crossed-arms-wears-casual-pink-turtleneck-smiles-broadly-has-white-teeth-poses-against-brown-studio-wall-emotions-concept_273609-59426.jpg", alt: "Sarah M" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-attractive-bearded-man-white-tshirt-smiling-looking-left-copy-space-standing-agains_1258-145236.jpg", alt: "David R" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Linda K" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-beach_613910-806.jpg", alt: "Michael B" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051721.jpg", alt: "Jane D" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -292,19 +151,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
text="Ready for a Consultation? Contact us today to schedule your visit at our Woodmere office."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
text: "(516) 569-1111",
|
||||
href: "tel:5165691111",
|
||||
},
|
||||
{ text: "Book Appointment", href: "#" },
|
||||
{ text: "(516) 569-1111", href: "tel:5165691111" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -312,57 +163,21 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Implants",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Wisdom Teeth",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Oral Surgery",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "141 Franklin Pl, Suite B",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "(516) 569-1111",
|
||||
href: "tel:5165691111",
|
||||
},
|
||||
{
|
||||
label: "office@schiffmanoms.com",
|
||||
href: "mailto:office@schiffmanoms.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
{
|
||||
label: "Mon-Wed: 9am-5pm",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Thu: 9am-5pm",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Fri: 9am-3pm",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [
|
||||
{ label: "Implants", href: "#" },
|
||||
{ label: "Wisdom Teeth", href: "#" },
|
||||
{ label: "Oral Surgery", href: "#" },
|
||||
]},
|
||||
{ title: "Contact", items: [
|
||||
{ label: "141 Franklin Pl, Suite B", href: "#" },
|
||||
{ label: "(516) 569-1111", href: "tel:5165691111" },
|
||||
{ label: "office@schiffmanoms.com", href: "mailto:office@schiffmanoms.com" },
|
||||
]},
|
||||
{ title: "Hours", items: [
|
||||
{ label: "Mon-Wed: 9am-5pm", href: "#" },
|
||||
{ label: "Thu: 9am-5pm", href: "#" },
|
||||
{ label: "Fri: 9am-3pm", href: "#" },
|
||||
]},
|
||||
]}
|
||||
logoText="Schiffman Oral Surgery"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user