diff --git a/src/pages/HomePage/sections/Home.tsx b/src/pages/HomePage/sections/Home.tsx index acd037a..f6eb0ef 100644 --- a/src/pages/HomePage/sections/Home.tsx +++ b/src/pages/HomePage/sections/Home.tsx @@ -1,88 +1,61 @@ -import React from 'react'; -import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import ScrollReveal from "@/components/ui/ScrollReveal"; -import Tag from "@/components/ui/Tag"; +import React from "react"; import Button from "@/components/ui/Button"; -import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import ScrollReveal from "@/components/ui/ScrollReveal"; +import TextAnimation from "@/components/ui/TextAnimation"; -export default function HomeSection(): React.JSX.Element { +export default function HomeSection() { return ( -
+ + Welcome to Our Bakery + +
Handcrafted pastries, custom cakes, and artisan breads using premium ingredients. Order online or visit us today.
-