diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c1d9d46..d35cf86 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", + title: 'Tasca Boca Santa', + description: 'A tasca mais querida dos Açores. Tradição no prato.', }; const playfair = Playfair_Display({ variable: "--font-playfair", subsets: ["latin"] }); diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ebb987..7bf58fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,336 +1,45 @@ -"use client"; - +'use client'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -export default function LandingPage() { +const navItems = [ + { name: "Home", id: "/" } +]; + +export default function Page() { return ( - - - - -
- -
- -
- -
- - - -
- -
- -
- -
- -
- -
- - -
+ + +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file