Compare commits
5 Commits
version_8_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3155fe651c | |||
|
|
61660435cf | ||
|
|
a9a72f4378 | ||
|
|
6d0a294413 | ||
| a15d94069d |
@@ -11,7 +11,7 @@ import ContactSection from './HomePage/sections/Contact';
|
||||
export default function HomePage(): React.JSX.Element {
|
||||
return (
|
||||
<>
|
||||
<HeroNewSection />
|
||||
<HeroNewSection headline="Unlock Your Outdoor Oasis: Expert Landscaping for Lasting Beauty" />
|
||||
<AboutSection />
|
||||
<ServicesSection />
|
||||
<PortfolioSection />
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
// Created by add_section_from_catalog (HeroBillboardFeatures).
|
||||
|
||||
"use client";
|
||||
|
||||
import React from 'react';
|
||||
import ScrollReveal from '@/components/ui/ScrollReveal';
|
||||
import Button from '@/components/ui/Button';
|
||||
import Tag from '@/components/ui/Tag';
|
||||
import ImageOrVideo from '@/components/ui/ImageOrVideo';
|
||||
import { Leaf, Sun, Droplet } from 'lucide-react';
|
||||
import { motion } from 'framer-motion';
|
||||
|
||||
export default function HeroNewSection(): React.JSX.Element {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user