Compare commits
29 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c3655bd57 | |||
| fe63d13431 | |||
| 9d7aec63cc | |||
| bf5ac24b8c | |||
| 887474cd91 | |||
| 8480c3acc1 | |||
| 0651fb46a7 | |||
| 4a28303447 | |||
| bd97ac0330 | |||
| 3ee3a0a9cc | |||
| db9e6987ef | |||
| 0dd2962462 | |||
| 4d3dc00270 | |||
| d13db4032c | |||
| f683450705 | |||
| b97d294029 | |||
| a6247f2a36 | |||
| e8112aaa13 | |||
| 72d003caa1 | |||
| 897d21b981 | |||
| d4348855e9 | |||
| 3f0031f1f0 | |||
| 852138d45f | |||
| 246cc7e54f | |||
| 591ca5409e | |||
| c5ed11f6e1 | |||
| 3fd0349800 | |||
| 8b76c8e030 | |||
| b01704fe48 |
@@ -9,6 +9,8 @@ import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Playfair_Display, Lato } from "next/font/google";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Figtree } from "next/font/google";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +26,14 @@ export const metadata: Metadata = {
|
||||
|
||||
|
||||
|
||||
const figtree = Figtree({
|
||||
variable: "--font-figtree",
|
||||
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
@@ -37,7 +45,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${figtree.variable} antialiased`}>
|
||||
<body className={`${publicSans.variable} ${inter.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{ text: "Schedule a Private Viewing", href: "#contact" },
|
||||
{ text: "Request Property Details", href: "#details" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-beautiful-green-landscape-with-pathway-cloudy-sky_181624-17759.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CF5hQqo1l7OIIMqHWdP4kqMcu5/uploaded-1775974452552-4xu8vli1.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "22 Acres of Flat, Usable Land", description: "Maximize every square foot of your investment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-crispy-chocolate-rolls_171337-16250.jpg", imageAlt: "fertile soil close up rich texture" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/field-sunflowers-aerial-view-agricultural-fields-flowering-oilseed_661209-339.jpg", imageAlt: "flat agricultural land expanse" }
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/strawberry-field_1203-7581.jpg?id=1123505", imageAlt: "flat agricultural land expanse" }
|
||||
},
|
||||
{
|
||||
title: "Prime Agricultural Zoning", description: "Proven yield capability in world-class conditions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15946.jpg", imageAlt: "fertile soil close up rich texture" },
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
{ id: "1", value: "22", title: "Acres", description: "Rich, fertile soil ready for cultivation", imageSrc: "http://img.b2bpic.net/free-photo/green-field_155999-13.jpg" },
|
||||
{ id: "2", value: "100%", title: "Potential", description: "Expansive acreage with endless potential", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-natural-landscape_23-2151839196.jpg" },
|
||||
{ id: "3", value: "Prime", title: "Region", description: "Located in renowned Steinbeck Country", imageSrc: "http://img.b2bpic.net/free-photo/hill-slope-with-rare-trees-grazing-goats-moldova_1268-15989.jpg" },
|
||||
{ id: "4", value: "Stable", title: "Appreciation", description: "High demand, limited supply", imageSrc: "http://img.b2bpic.net/free-photo/iceland-landscape_1361-66.jpg" },
|
||||
{ id: "4", value: "Stable", title: "Appreciation", description: "High demand, limited supply", imageSrc: "http://img.b2bpic.net/free-photo/close-up-red-ripe-organic-strawberries-plant-modern-greenhouse-concept-delicious-fresh-berries-grow-garden-bush_7502-8962.jpg?id=16663861" },
|
||||
{ id: "5", value: "Strategic", title: "Location", description: "Near Salinas, Carmel & Pacific Coast", imageSrc: "http://img.b2bpic.net/free-photo/rural-landscape-aragon_1398-3257.jpg" },
|
||||
{ id: "6", value: "Ready", title: "Development", description: "Excellent access to infrastructure", imageSrc: "http://img.b2bpic.net/free-photo/lonely-road-with-wheatfield-sunset_1160-568.jpg" },
|
||||
]}
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-figtree), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-figtree), sans-serif;
|
||||
font-family: var(--font-public-sans), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7fff5;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
|
||||
Reference in New Issue
Block a user