diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx new file mode 100644 index 0000000..73007fd --- /dev/null +++ b/src/pages/HomePage/sections/Hero.tsx @@ -0,0 +1,72 @@ +import React from 'react'; +import TextAnimation from '@/components/ui/TextAnimation'; +import ScrollReveal from '@/components/ui/ScrollReveal'; +import Button from '@/components/ui/Button'; +import Tag from '@/components/ui/Tag'; + +export default function HeroSection() { + return ( +
+
+
+ + + + + +

+ Artisan breads, pastries, and custom cakes crafted with premium ingredients. Order online or visit us today. +

+
+ +
+ +
+
+ +
+ Colorful macarons on a plate +
+
+ +
+ Baker's hands kneading fresh dough +
+
+ +
+ Assorted breakfast pastries +
+
+
+
+ +
+ Slicing a loaf of crusty bread +
+
+ +
+ Freshly baked artisan bread loaf +
+
+ +
+ Fruit tarts with fresh berries +
+
+
+
+
+
+ ); +} \ No newline at end of file