diff --git a/latosa-frontend/app/page.tsx b/latosa-frontend/app/page.tsx index c2d7686..5070134 100644 --- a/latosa-frontend/app/page.tsx +++ b/latosa-frontend/app/page.tsx @@ -1,7 +1,7 @@ "use server"; import Features, { FeatureItem } from "@/components/features"; -import Gallery6 from "@/components/gallery"; +import Gallery from "@/components/gallery"; import Hero from "@/components/hero"; import Testimonial from "@/components/testimonial"; @@ -9,7 +9,7 @@ export default async function Home() { return (
-
+
+ + +
- - -
); } diff --git a/latosa-frontend/components/features.tsx b/latosa-frontend/components/features.tsx index 8926f0e..914c180 100644 --- a/latosa-frontend/components/features.tsx +++ b/latosa-frontend/components/features.tsx @@ -8,8 +8,8 @@ const Features: React.FC< }> > = ({ title, description, cta, children }) => { return ( -
-
+
+

{title} diff --git a/latosa-frontend/components/gallery.tsx b/latosa-frontend/components/gallery.tsx index 0cbd79e..6a6153d 100644 --- a/latosa-frontend/components/gallery.tsx +++ b/latosa-frontend/components/gallery.tsx @@ -54,7 +54,7 @@ const data = [ }, ]; -const Gallery6 = () => { +const Gallery = () => { const [carouselApi, setCarouselApi] = useState(); const [canScrollPrev, setCanScrollPrev] = useState(false); const [canScrollNext, setCanScrollNext] = useState(false); @@ -73,7 +73,7 @@ const Gallery6 = () => { }; }, [carouselApi]); return ( -
+
@@ -171,4 +171,4 @@ const Gallery6 = () => { ); }; -export default Gallery6; +export default Gallery; diff --git a/latosa-frontend/components/testimonial.tsx b/latosa-frontend/components/testimonial.tsx index 1a33b37..33f3d63 100644 --- a/latosa-frontend/components/testimonial.tsx +++ b/latosa-frontend/components/testimonial.tsx @@ -36,7 +36,7 @@ const testimonials = [ }, ]; -const Testimonial14 = () => { +const Testimonial = () => { const [api, setApi] = useState(); const [current, setCurrent] = useState(0); @@ -109,4 +109,4 @@ const Testimonial14 = () => { ); }; -export default Testimonial14; +export default Testimonial; diff --git a/latosa-frontend/deno.lock b/latosa-frontend/deno.lock index ec3d151..1eae60f 100644 --- a/latosa-frontend/deno.lock +++ b/latosa-frontend/deno.lock @@ -3,6 +3,7 @@ "specifiers": { "npm:@eslint/eslintrc@3": "3.2.0", "npm:@radix-ui/react-accordion@^1.2.2": "1.2.2_@types+react@19.0.5_@types+react-dom@19.0.3__@types+react@19.0.5_react@19.0.0_react-dom@19.0.0__react@19.0.0", + "npm:@radix-ui/react-avatar@^1.1.2": "1.1.2_@types+react@19.0.5_@types+react-dom@19.0.3__@types+react@19.0.5_react@19.0.0_react-dom@19.0.0__react@19.0.0", "npm:@radix-ui/react-dialog@^1.1.4": "1.1.4_@types+react@19.0.5_@types+react-dom@19.0.3__@types+react@19.0.5_react@19.0.0_react-dom@19.0.0__react@19.0.0", "npm:@radix-ui/react-label@^2.1.1": "2.1.1_@types+react@19.0.5_@types+react-dom@19.0.3__@types+react@19.0.5_react@19.0.0_react-dom@19.0.0__react@19.0.0", "npm:@radix-ui/react-navigation-menu@^1.2.3": "1.2.3_@types+react@19.0.5_@types+react-dom@19.0.3__@types+react@19.0.5_react@19.0.0_react-dom@19.0.0__react@19.0.0", @@ -340,6 +341,19 @@ "react-dom" ] }, + "@radix-ui/react-avatar@1.1.2_@types+react@19.0.5_@types+react-dom@19.0.3__@types+react@19.0.5_react@19.0.0_react-dom@19.0.0__react@19.0.0": { + "integrity": "sha512-GaC7bXQZ5VgZvVvsJ5mu/AEbjYLnhhkoidOboC50Z6FFlLA03wG2ianUoH+zgDQ31/9gCF59bE4+2bBgTyMiig==", + "dependencies": [ + "@radix-ui/react-context", + "@radix-ui/react-primitive", + "@radix-ui/react-use-callback-ref", + "@radix-ui/react-use-layout-effect", + "@types/react", + "@types/react-dom", + "react", + "react-dom" + ] + }, "@radix-ui/react-collapsible@1.1.2_@types+react@19.0.5_@types+react-dom@19.0.3__@types+react@19.0.5_react@19.0.0_react-dom@19.0.0__react@19.0.0": { "integrity": "sha512-PliMB63vxz7vggcyq0IxNYk8vGDrLXVWw4+W4B8YnwI1s18x7YZYqlG9PLX7XxAJUi0g2DxP4XKJMFHh/iVh9A==", "dependencies": [ @@ -2917,6 +2931,7 @@ "dependencies": [ "npm:@eslint/eslintrc@3", "npm:@radix-ui/react-accordion@^1.2.2", + "npm:@radix-ui/react-avatar@^1.1.2", "npm:@radix-ui/react-dialog@^1.1.4", "npm:@radix-ui/react-label@^2.1.1", "npm:@radix-ui/react-navigation-menu@^1.2.3",