Merge version_1 into main #2
263
src/app/page.tsx
263
src/app/page.tsx
@@ -25,179 +25,108 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="GTI, INC"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+16124071666",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Why Us", id: "#why-us" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="GTI, INC"
|
||||
button={{
|
||||
text: "Call Now", href: "tel:+16124071666"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Reliable Notary Services in St. Paul, MN"
|
||||
description="Fast, professional, and flexible notarization you can trust. Locally trusted in St. Paul with a 5.0-star rating for our commitment to reliability."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+16124071666",
|
||||
},
|
||||
{
|
||||
text: "Request Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-working-background_1098-2078.jpg"
|
||||
imageAlt="Professional notary service in St. Paul"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Reliable Notary Services in St. Paul, MN"
|
||||
description="Fast, professional, and flexible notarization you can trust. Locally trusted in St. Paul with a 5.0-star rating for our commitment to reliability."
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+16124071666" },
|
||||
{ text: "Request Appointment", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-working-background_1098-2078.jpg"
|
||||
imageAlt="Professional notary service in St. Paul"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="two-items-per-row"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "General Notary Services",
|
||||
description: "Quick and accurate verification for your daily personal documents.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graduation-diploma-certificate-with-ribbon-bow_23-2148769718.jpg?_wi=1",
|
||||
imageAlt: "Notary Stamp",
|
||||
},
|
||||
{
|
||||
title: "Real Estate Documents",
|
||||
description: "Experienced assistance with mortgage, deeds, and closing paperwork.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notepad-with-pen-key_23-2147764202.jpg",
|
||||
imageAlt: "Real Estate",
|
||||
},
|
||||
{
|
||||
title: "Legal Documents",
|
||||
description: "Trustworthy handling of affidavits, trusts, and legal declarations.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=824phg",
|
||||
imageAlt: "Legal",
|
||||
},
|
||||
{
|
||||
title: "Business Documents",
|
||||
description: "Reliable support for corporate filings and business contracts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graduation-diploma-certificate-with-ribbon-bow_23-2148769718.jpg?_wi=2",
|
||||
imageAlt: "Business",
|
||||
},
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="We offer a wide range of notarization services to meet your urgent needs."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="two-items-per-row"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "General Notary Services", description: "Quick and accurate verification for your daily personal documents.", imageSrc: "http://img.b2bpic.net/free-photo/graduation-diploma-certificate-with-ribbon-bow_23-2148769718.jpg", imageAlt: "Notary Stamp"},
|
||||
{
|
||||
title: "Real Estate Documents", description: "Experienced assistance with mortgage, deeds, and closing paperwork.", imageSrc: "http://img.b2bpic.net/free-photo/notepad-with-pen-key_23-2147764202.jpg", imageAlt: "Real Estate"},
|
||||
{
|
||||
title: "Legal Documents", description: "Trustworthy handling of affidavits, trusts, and legal declarations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=824phg", imageAlt: "Legal"},
|
||||
{
|
||||
title: "Business Documents", description: "Reliable support for corporate filings and business contracts.", imageSrc: "http://img.b2bpic.net/free-photo/graduation-diploma-certificate-with-ribbon-bow_23-2148769718.jpg", imageAlt: "Business"},
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="We offer a wide range of notarization services to meet your urgent needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Local Resident",
|
||||
testimonial: "Very professional and trustworthy. Helped me with my mortgage docs on short notice.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740317.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Henderson",
|
||||
role: "Small Business Owner",
|
||||
testimonial: "On time and highly recommend. Made the process extremely easy and fast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Legal Professional",
|
||||
testimonial: "Excellent service. Very precise and reliable notarization every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-sweater-holding-cup-hands_23-2148414845.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Homeowner",
|
||||
testimonial: "St. Paul's best notary. So convenient and professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mark Wilson",
|
||||
role: "Local Resident",
|
||||
testimonial: "Fast response and very helpful. Will definitely return.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interracial-couple-tourists-excited-with-landmarks_1262-20255.jpg",
|
||||
},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by residents across St. Paul for our professional approach."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Miller", role: "Local Resident", testimonial: "Very professional and trustworthy. Helped me with my mortgage docs on short notice.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740317.jpg"},
|
||||
{
|
||||
id: "2", name: "James Henderson", role: "Small Business Owner", testimonial: "On time and highly recommend. Made the process extremely easy and fast.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg"},
|
||||
{
|
||||
id: "3", name: "Elena Rodriguez", role: "Legal Professional", testimonial: "Excellent service. Very precise and reliable notarization every time.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-sweater-holding-cup-hands_23-2148414845.jpg"},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Homeowner", testimonial: "St. Paul's best notary. So convenient and professional.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg"},
|
||||
{
|
||||
id: "5", name: "Mark Wilson", role: "Local Resident", testimonial: "Fast response and very helpful. Will definitely return.", imageSrc: "http://img.b2bpic.net/free-photo/interracial-couple-tourists-excited-with-landmarks_1262-20255.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by residents across St. Paul for our professional approach."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Your Trusted Local Notary"
|
||||
description={[
|
||||
"GTI, Inc. provides premium notary services to the St. Paul community. We pride ourselves on attention to detail and professional integrity.",
|
||||
"Whether you need simple document verification or complex real estate closings, our certified professionals are here to guide you through the process seamlessly.",
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Your Trusted Local Notary"
|
||||
description={[
|
||||
"GTI, Inc. provides premium notary services to the St. Paul community. We pride ourselves on attention to detail and professional integrity.", "Whether you need simple document verification or complex real estate closings, our certified professionals are here to guide you through the process seamlessly."]}
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Need a Notary Today?"
|
||||
description="Call (612) 407-1666 now for fast, reliable service, or request an appointment below."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-putting-medical-stamp-document_482257-123083.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Request Appointment"
|
||||
onSubmit={(email) => console.log(email)}
|
||||
tag="Get in touch"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
title="Need a Notary Today?"
|
||||
description="Call (612) 407-1666 now for fast, reliable service, or request an appointment below."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-putting-medical-stamp-document_482257-123083.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Request Appointment"
|
||||
onSubmit={(email) => console.log(email)}
|
||||
tag="Get in touch"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="GTI, INC"
|
||||
copyrightText="© 2025 GTI, INC. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="GTI, INC"
|
||||
copyrightText="© 2025 GTI, INC. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user