diff --git a/src/app/page.tsx b/src/app/page.tsx index b25bebe..911404c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,135 +9,113 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import { Award, Gift, MapPin, Truck } from "lucide-react"; +import { Award, Gift, MapPin, ShieldCheck, Truck } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/styles/base.css b/src/app/styles/base.css index a0b54b0..beaefb2 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-lato), sans-serif; + font-family: var(--font-cormorant), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-cormorant), serif; + font-family: var(--font-cormorant), sans-serif; }