3 Commits

Author SHA1 Message Date
bdd46fc424 Update src/app/styles/variables.css 2026-06-07 21:22:13 +00:00
d1064e0403 Update src/app/page.tsx 2026-06-07 21:22:12 +00:00
1c8f7f9074 Merge version_1 into main
Merge version_1 into main
2026-06-07 21:11:51 +00:00
2 changed files with 46 additions and 20 deletions

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -165,25 +165,51 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
text="Ready to sell your home? Get a personalized consultation now. Call us at 617-699-4954 for expert guidance." tag="Get in Touch"
buttons={[ title="Ready to Unlock Your Home's Potential?"
{ description="Whether you're ready to sell now or just curious about your property's value, our team is here to provide expert guidance and a seamless experience. Reach out today for a personalized consultation."
text: "Call 617-699-4954", href: "tel:617-699-4954"}, inputPlaceholder="Your Email Address"
]} buttonText="Get Free Consultation"
termsText="By submitting, you agree to our Terms & Privacy Policy."
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoEmphasis
logoText="The Guerini Group" logoText="The Guerini Group"
leftLink={{ columns={[
text: "Privacy Policy", href: "#"}} {
rightLink={{ items: [
text: "Terms of Service", href: "#"}} {
label: "Home", href: "#hero"},
{
label: "Why Sell", href: "#why-sell"},
{
label: "Valuation", href: "#home-valuation"},
]},
{
items: [
{
label: "Metrics", href: "#metrics"},
{
label: "Testimonials", href: "#testimonials"},
{
label: "Market Knowledge", href: "#market-knowledge"},
]},
{
items: [
{
label: "Contact", href: "#contact"},
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
]},
]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #000000; --background: #000000;
--card: #1a1a1a; --card: #0c0c0c;
--foreground: #ffffff; --foreground: #ffffff;
--primary-cta: #B22222; --primary-cta: #cee7ff;
--primary-cta-text: #ffffff; --primary-cta-text: #000000;
--secondary-cta: #ffffff; --secondary-cta: #000000;
--secondary-cta-text: #000000; --secondary-cta-text: #ffffff;
--accent: #ffffff; --accent: #535353;
--background-accent: #8B0000; --background-accent: #CEE7FF;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);