Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Shield, Wrench, Search, HelpCircle, ClipboardCheck, Phone, HardHat, CheckCircle, Clock, Users, Award, ThumbsUp, Star, ShoppingBag, Carrot, LeafyGreen, ChefHat, Pan, Blender, Bread, Butter, Flame, Utensils, Lemon, Cylinder } from "lucide-react";
|
||||
import { Shield, Wrench, Search, HelpCircle, ClipboardCheck, Phone, HardHat, CheckCircle, Clock, Users, Award, ThumbsUp, Star, ShoppingBag, Carrot, LeafyGreen, ChefHat, FryingPan, Blend, Sandwich, Milk, Flame, Utensils, Citrus, Cylinder } from "lucide-react";
|
||||
|
||||
export default function RoofingPage() {
|
||||
return (
|
||||
@@ -186,8 +186,8 @@ export default function RoofingPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/food/cooking-bhaji.webp", imageAlt: "Bhaji cooking in a pan"},
|
||||
items: [
|
||||
{ icon: ChefHat, text: "Expert Chefs" },
|
||||
{ icon: Pan, text: "Slow Cooked Perfection" },
|
||||
{ icon: Blender, text: "Rich & Thick Texture" },
|
||||
{ icon: FryingPan, text: "Slow Cooked Perfection" },
|
||||
{ icon: Blend, text: "Rich & Thick Texture" },
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
@@ -196,8 +196,8 @@ export default function RoofingPage() {
|
||||
"Soft, fresh pav buns are buttered generously and lightly toasted on a griddle until golden brown, ready to soak up the delicious bhaji.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/food/toasting-pav.webp", imageAlt: "Pav buns being toasted with butter"},
|
||||
items: [
|
||||
{ icon: Bread, text: "Freshly Baked Buns" },
|
||||
{ icon: Butter, text: "Generous Buttering" },
|
||||
{ icon: Sandwich, text: "Freshly Baked Buns" },
|
||||
{ icon: Milk, text: "Generous Buttering" },
|
||||
{ icon: Flame, text: "Golden Brown Toast" },
|
||||
],
|
||||
reverse: false,
|
||||
@@ -208,7 +208,7 @@ export default function RoofingPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/food/served-pav-bhaji.webp", imageAlt: "A plate of garnished Pav Bhaji"},
|
||||
items: [
|
||||
{ icon: Utensils, text: "Ready to Serve" },
|
||||
{ icon: Lemon, text: "Fresh Lime Squeeze" },
|
||||
{ icon: Citrus, text: "Fresh Lime Squeeze" },
|
||||
{ icon: Cylinder, text: "Coriander Garnish" },
|
||||
],
|
||||
reverse: true,
|
||||
|
||||
Reference in New Issue
Block a user