Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Candy, ChefHat, Flame, Pan, Sparkles, Star, Utensils, Wheat } from "lucide-react";
|
||||
import { Candy, ChefHat, Flame, Sparkles, Star, Utensils, Wheat } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
||||
icon: Wheat,
|
||||
text: "Baked Fresh Daily"},
|
||||
{
|
||||
icon: Pan,
|
||||
icon: Star,
|
||||
text: "Soft & Fluffy"},
|
||||
],
|
||||
reverse: true,
|
||||
|
||||
Reference in New Issue
Block a user