10 Commits

Author SHA1 Message Date
26b3a59f5d Merge version_6 into main
Merge version_6 into main
2026-05-01 03:34:30 +00:00
406b784f7c Update src/app/page.tsx 2026-05-01 03:34:24 +00:00
566e84dbf3 Merge version_6 into main
Merge version_6 into main
2026-05-01 03:29:26 +00:00
8c4d144ff6 Update theme fonts 2026-05-01 03:29:20 +00:00
18b41aadc3 Update theme fonts 2026-05-01 03:29:19 +00:00
c69f7a818f Merge version_6 into main
Merge version_6 into main
2026-05-01 03:24:10 +00:00
0559f58599 Update src/app/page.tsx 2026-05-01 03:24:07 +00:00
2aa624e3b7 Merge version_6 into main
Merge version_6 into main
2026-05-01 03:08:47 +00:00
4af0de163e Update src/app/page.tsx 2026-05-01 03:08:44 +00:00
db58d4b58e Merge version_5 into main
Merge version_5 into main
2026-05-01 03:03:31 +00:00
3 changed files with 21 additions and 16 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Lato } from "next/font/google";
import { Open_Sans } from "next/font/google";
@@ -15,10 +16,10 @@ export const metadata: Metadata = {
description: 'Premium pest protection for Arizona homes. Safe, reliable, and thorough service for families in Phoenix, Scottsdale, and beyond.',
};
const lato = Lato({
variable: "--font-lato",
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
});
export default function RootLayout({
@@ -29,7 +30,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${lato.variable} antialiased`}>
<body className={`${openSans.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -53,19 +53,19 @@ export default function LandingPage() {
{
text: "Text Us Now", href: "tel:6023267105"},
]}
imageSrc="http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918265.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6XPPk9fNkoTfBdfaQTzQZOSR4/uploaded-1777605751329-bf7zlnau.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", alt: "Happy mature businessman"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6XPPk9fNkoTfBdfaQTzQZOSR4/uploaded-1777605751329-bf7zlnau.jpg", alt: "Happy mature businessman"},
{
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Smiling man at cafe"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6XPPk9fNkoTfBdfaQTzQZOSR4/uploaded-1777605751329-bf7zlnau.jpg", alt: "Smiling man at cafe"},
{
src: "http://img.b2bpic.net/free-photo/picture-handsome-cheerful-young-farmer-with-thick-beard-spending-weekend-countryside_343059-3615.jpg", alt: "Handsome cheerful farmer"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6XPPk9fNkoTfBdfaQTzQZOSR4/uploaded-1777605751329-bf7zlnau.jpg", alt: "Handsome cheerful farmer"},
{
src: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-mature-attractive-bearded-caucasian-young-man-blue-t-shirt-sports-pants-smiling-sitting-grass-relaxing_176420-19941.jpg", alt: "Attractive young man"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6XPPk9fNkoTfBdfaQTzQZOSR4/uploaded-1777605751329-bf7zlnau.jpg", alt: "Attractive young man"},
{
src: "http://img.b2bpic.net/free-photo/smiley-man-standing-office-medium-shot_23-2148327019.jpg", alt: "Smiley man in office"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6XPPk9fNkoTfBdfaQTzQZOSR4/uploaded-1777605751329-bf7zlnau.jpg", alt: "Smiley man in office"},
]}
marqueeItems={[
{
@@ -159,12 +159,14 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "rotated-rays-static"}}
text="Get Protected Today. Fast quotes. No pressure. Just reliable service. Call us: 602-326-7105."
text="Get Protected Today. Fast quotes. No pressure. Contact Owner Richard at 602-326-7105 or Technician Raiden Brooks at 480-764-7563."
buttons={[
{
text: "Get Free Quote", href: "#"},
{
text: "Call Now", href: "tel:6023267105"},
text: "Call Owner", href: "tel:6023267105"},
{
text: "Call Technician", href: "tel:4807647563"},
]}
/>
</div>
@@ -192,7 +194,9 @@ export default function LandingPage() {
{
title: "Contact", items: [
{
label: "Call/Text: 602-326-7105", href: "tel:6023267105"},
label: "Owner: 602-326-7105", href: "tel:6023267105"},
{
label: "Technician: 480-764-7563", href: "tel:4807647563"},
{
label: "Email", href: "mailto:hello@desertrose.com"},
],
@@ -203,4 +207,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-lato), sans-serif;
font-family: var(--font-open-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-lato), sans-serif;
font-family: var(--font-open-sans), sans-serif;
}