diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..1d54024 --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,40 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import MediaAbout from "@/components/sections/about/MediaAbout"; +import FooterBase from "@/components/sections/footer/FooterBase"; + +export default function AboutPage() { + return ( + + + + + + + + ); +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..63418dc --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,54 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import { useState } from "react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import ContactText from "@/components/sections/contact/ContactText"; +import Input from "@/components/form/Input"; +import FooterBase from "@/components/sections/footer/FooterBase"; + +export default function ContactPage() { + const [name, setName] = useState(""); + const [email, setEmail] = useState(""); + return ( + + + + +
+

Send us a message

+ + +
+

Office Location:

+

123 Webild Street, Digital City

+

Hours:

+

Mon - Fri: 9am - 6pm

+
+
+ +
+
+ ); +} \ No newline at end of file diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx new file mode 100644 index 0000000..1debd91 --- /dev/null +++ b/src/app/gallery/page.tsx @@ -0,0 +1,70 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; +import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; +import FooterBase from "@/components/sections/footer/FooterBase"; + +export default function GalleryPage() { + return ( + + + + + + + + + ); +} diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx new file mode 100644 index 0000000..bf7f698 --- /dev/null +++ b/src/app/menu/page.tsx @@ -0,0 +1,84 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import ProductCardThree from "@/components/sections/product/ProductCardThree"; + +export default function MenuPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 0165d48..fec8c81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,6 +36,7 @@ export default function WebAgency2Page() { { name: "Work", id: "work" }, { name: "Services", id: "services" }, { name: "About", id: "about" }, + { name: "Gallery", id: "/gallery" }, { name: "Contact", id: "contact" }, ]} button={{ text: "Get Started", href: "#contact" }} @@ -78,28 +79,18 @@ export default function WebAgency2Page() { buttonAnimation="slide-up" features={[ { - title: "SEO", - description: "We optimize your website to rank higher on search engines and drive organic traffic.", - bentoComponent: "marquee", - centerIcon: Search, - variant: "text", - texts: ["Keywords", "Backlinks", "Meta Tags", "Organic Traffic", "Rankings", "Analytics", "SERP", "Indexing"], + title: "SEO", description: "We optimize your website to rank higher on search engines and drive organic traffic.", bentoComponent: "marquee", centerIcon: Search, + variant: "text", texts: ["Keywords", "Backlinks", "Meta Tags", "Organic Traffic", "Rankings", "Analytics", "SERP", "Indexing"], }, { - title: "Web Development", - description: "Custom-built websites that are fast, responsive, and designed to convert.", - bentoComponent: "media-stack", - items: [ + title: "Web Development", description: "Custom-built websites that are fast, responsive, and designed to convert.", bentoComponent: "media-stack", items: [ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Web project - AgentFlow AI platform" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Web project - Architecture studio" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Web project - Summit Roofing" }, ], }, { - title: "Branding", - description: "Build a memorable brand identity that resonates with your audience.", - bentoComponent: "media-stack", - items: [ + title: "Branding", description: "Build a memorable brand identity that resonates with your audience.", bentoComponent: "media-stack", items: [ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "Brand project 1" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "Brand project 2" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "Brand project 3" }, @@ -117,45 +108,20 @@ export default function WebAgency2Page() { cardClassName="!h-auto aspect-video" features={[ { - title: "Umbra Skincare", - description: "Luxury fragrance e-commerce", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", - imageAlt: "Umbra Skincare website", - buttonIcon: ArrowUpRight, - buttonHref: "#", - }, + title: "Umbra Skincare", description: "Luxury fragrance e-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "Umbra Skincare website", buttonIcon: ArrowUpRight, + buttonHref: "#"}, { - title: "Luxuria Travel", - description: "Bespoke luxury travel experiences", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", - imageAlt: "Luxuria Travel website", - buttonIcon: ArrowUpRight, - buttonHref: "#", - }, + title: "Luxuria Travel", description: "Bespoke luxury travel experiences", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Luxuria Travel website", buttonIcon: ArrowUpRight, + buttonHref: "#"}, { - title: "Dental Care", - description: "Premier dental practice", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", - imageAlt: "Luxury Dental Care website", - buttonIcon: ArrowUpRight, - buttonHref: "#", - }, + title: "Dental Care", description: "Premier dental practice", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Luxury Dental Care website", buttonIcon: ArrowUpRight, + buttonHref: "#"}, { - title: "Summit Roofing", - description: "Professional roofing services", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", - imageAlt: "Summit Roofing website", - buttonIcon: ArrowUpRight, - buttonHref: "#", - }, + title: "Summit Roofing", description: "Professional roofing services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Summit Roofing website", buttonIcon: ArrowUpRight, + buttonHref: "#"}, { - title: "Dubai Real Estate", - description: "Luxury property listings", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", - imageAlt: "Dubai Real Estate website", - buttonIcon: ArrowUpRight, - buttonHref: "#", - }, + title: "Dubai Real Estate", description: "Luxury property listings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Dubai Real Estate website", buttonIcon: ArrowUpRight, + buttonHref: "#"}, ]} />